index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
integration
/
run_tests.rs
Age
Commit message (
Expand
)
Author
2024-11-17
feat(cli): support multiple env file argument (#26527)
Bhuwan Pandit
2024-11-15
chore: remove some unused tests (#26878)
Bartek Iwańczuk
2024-11-06
refactor(ext/net): Use hickory dns instead of unmaintained trust-dns (#26741)
Kaveh
2024-11-05
chore: deprecate run itests (#26444)
Mohammad Sulaiman
2024-11-01
fix: improved support for cjs and cts modules (#26558)
David Sherret
2024-10-18
fix(npm): ensure scoped package name is encoded in URLs (#26390)
Marvin Hagemeister
2024-10-09
fix: do not panic on wsl share file paths on windows (#26081)
David Sherret
2024-10-04
chore: enable lock_deno_json_package_json_deps (#26029)
David Sherret
2024-10-03
fix: don't prompt when using `Deno.permissions.request` with `--no-prompt` (#...
Simon Lecoq
2024-09-26
feat: add `--allow-import` flag (#25469)
Bartek Iwańczuk
2024-09-18
feat: default to TS for file extension and support ext flag in more scenarios...
Leo Kettmeir
2024-09-18
fix: do not panic running invalid file specifier (#25530)
Yazan AbdAl-Rahman
2024-09-16
feat(permissions): `Deno.mainModule` doesn't require permissions (#25667)
Nathan Whitaker
2024-09-16
refactor(permissions): split up Descriptor into Allow, Deny, and Query (#25508)
David Sherret
2024-09-16
test: rewrite some ignored tests to spec tests (#25652)
Bartek Iwańczuk
2024-09-16
chore: cleanup remaining `internals.future` code (#25624)
Asher Gomez
2024-09-12
feat: stabilize `Deno.createHttpClient()` (#25569)
Asher Gomez
2024-09-10
BREAKING(temporal/unstable): Remove obsoleted Temporal APIs part 2 (#25505)
Kenta Moriuchi
2024-09-10
feat(cli): use NotCapable error for permission errors (#25431)
Luca Casonato
2024-09-10
test: remove usage of `--unstable` flag (#25549)
Bartek Iwańczuk
2024-09-09
BREAKING: Remove `--unstable` flag (#25522)
Bartek Iwańczuk
2024-09-09
fix(node/byonm): do not accidentally resolve bare node built-ins (#25543)
David Sherret
2024-09-09
feat: Add better error messages for unstable APIs (#25519)
Bartek Iwańczuk
2024-09-05
feat: Allow importing .cjs files (#25426)
Bartek Iwańczuk
2024-09-04
BREAKING(config): make supported compilerOptions an allow list (#25432)
David Sherret
2024-09-04
fix: lock down allow-run permissions more (#25370)
David Sherret
2024-09-03
BREAKING(permissions): remove --allow-hrtime (#25367)
Luca Casonato
2024-09-03
fix: make some warnings more standard (#25324)
David Sherret
2024-09-03
feat: support DENO_LOG env var instead of RUST_LOG (#25356)
Bartek Iwańczuk
2024-08-31
chore: cleanup code for unstable tests (#25330)
Bartek Iwańczuk
2024-08-30
refactor: remove DENO_FUTURE (#25314)
David Sherret
2024-08-30
BREAKING: `DENO_FUTURE=1` by default, or welcome to Deno 2.0 (#25213)
Bartek Iwańczuk
2024-08-28
fix(permissions): disallow any `LD_` or `DYLD_` prefixed env var without full...
David Sherret
2024-08-28
feat: improve lockfile v4 to store normalized version constraints and be more...
David Sherret
2024-08-26
perf(cache): single cache file for remote modules (#24983)
David Sherret
2024-08-26
feat: lockfile v4 by default (#25165)
David Sherret
2024-08-20
fix(repl): Prevent panic on broken pipe (#21945)
melbourne2991
2024-08-08
feat(permissions): link to docs in permission prompt (#24948)
Bartek Iwańczuk
2024-08-08
perf: skip saving to emit cache after first failure (#24896)
David Sherret
2024-07-29
chore: upgrade to rust 1.80 (#24778)
Satya Rohith
2024-07-25
fix(unstable): move sloppy-import warnings to lint rule (#24710)
David Sherret
2024-07-25
chore: use `@std` prefix for internal module specifiers (#24543)
Asher Gomez
2024-07-18
Reland "refactor(fetch): reimplement fetch with hyper instead of reqwest" (#2...
Bartek Iwańczuk
2024-07-13
Revert "refactor(fetch): reimplement fetch with hyper instead of reqwest (#24...
Ryan Dahl
2024-07-13
refactor(fetch): reimplement fetch with hyper instead of reqwest (#24237)
Sean McArthur
2024-07-04
feat: npm workspace and better Deno workspace support (#24334)
David Sherret
2024-07-02
chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24388)
Bartek Iwańczuk
2024-06-19
Revert "chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24056)" (#24262)
Bartek Iwańczuk
2024-06-18
perf(node): ensure cjs wrapper module has deterministic output (#24248)
David Sherret
2024-06-13
chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24056)
Bartek Iwańczuk
[next]