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
/
testdata
/
run
Age
Commit message (
Expand
)
Author
2024-09-03
BREAKING(permissions): remove --allow-hrtime (#25367)
Luca Casonato
2024-09-03
fix: make some warnings more standard (#25324)
David Sherret
2024-08-31
chore: cleanup code for unstable tests (#25330)
Bartek Iwańczuk
2024-08-30
fix: upgrade deno_ast 0.42 (#25313)
David Sherret
2024-08-29
fix: upgrade deno_core to 0.307.0 (#25287)
snek
2024-08-29
test: replace usage of `window` with `globalThis` (#25284)
Bartek Iwańczuk
2024-08-28
feat: remove `--lock-write` flag (#25214)
Bartek Iwańczuk
2024-08-26
feat: lockfile v4 by default (#25165)
David Sherret
2024-08-21
fix: warn about import assertions when using typescript (#25135)
David Sherret
2024-08-08
feat(cli): Add --env-file as alternative to --env (#24555)
Birk Skyum
2024-08-07
fix(ext/fetch): include URL and error details on fetch failures (#24910)
Yusuke Tanaka
2024-07-31
feat: upgrade V8 to 12.8 (#24693)
snek
2024-07-25
chore: update to `std@2024.07.19` (#24715)
Asher Gomez
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-06-05
chore(ext/web): use `Error.captureStackTrace` in `DOMException` constructor (...
ud2
2024-05-29
fix(ext/node): windows cancel stdin read in line mode (#23969)
Divy Srivastava
2024-05-28
feat(vendor): support modifying remote files in vendor folder without checksu...
David Sherret
2024-05-27
fix: `--env` flag confusing message on syntax error (#23915)
Hasan-Alrimawi
2024-05-23
feat: enable pointer compression via deno_core bump (#23838)
Matt Mastracci
2024-05-14
chore: 045_proxy output stdout & stderr on failure (#23810)
David Sherret
2024-04-29
FUTURE: remove import assertions support for JavaScript (#23541)
Kenta Moriuchi
2024-04-29
chore: migrate bench, publish, and more itests to spec tests (#23584)
David Sherret
2024-04-27
fix(ext/node): support process.stdin.unref() (#22865)
Yoshiya Hinosawa
2024-04-23
fix(workspace): provide workspace members as 'imports' in import map (#23492)
Bartek Iwańczuk
2024-04-22
feat: add jsx precompile skip element option (#23457)
Marvin Hagemeister
2024-04-18
test: deflake tests for rejection handled (#23448)
Bartek Iwańczuk
2024-04-18
chore: remove unused, unstable 'http' namespace (#23436)
Matt Mastracci
2024-04-17
perf: v8 code cache (#23081)
Igor Zinkovsky
2024-04-12
chore: upgrade deno_core to 0.274.0 (#23344)
Divy Srivastava
2024-04-02
fix(cli): Enforce a human delay in prompt to fix paste problem (#23184)
Matt Mastracci
2024-04-02
chore: update `std` submodule to 0.221.0 (#23112)
Asher Gomez
2024-03-13
chore: rough first pass on spec tests (#22877)
David Sherret
2024-03-08
fix: respect unstable "temporal" configuration in config file (#22134)
Bartek Iwańczuk
2024-03-01
perf(cli): use new deno_core timers (#22569)
Matt Mastracci
2024-02-28
fix(cli): ensure that pre- and post-test output is flushed at the appropriate...
Matt Mastracci
2024-02-24
fix(lsp): import map expansion (#22553)
David Sherret
2024-02-21
Revert "fix(console): support NO_COLOR and colors option in all scena… (#22...
Bartek Iwańczuk
2024-02-15
chore: add DENO_FUTURE env var (#22318)
Divy Srivastava
2024-02-13
chore: move `test_util/std` to `tests/util/std` (#22402)
Asher Gomez
2024-02-12
fix(console): support NO_COLOR and colors option in all scenarios (#21910)
Leo Kettmeir
2024-02-10
chore: move cli/tests/ -> tests/ (#22369)
Matt Mastracci