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
/
specs
/
run
Age
Commit message (
Expand
)
Author
2024-09-02
fix: remove entrypoint hack for Deno 2.0 (#25332)
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-29
feat: deprecate import assertions (#25281)
David Sherret
2024-08-28
feat: improve lockfile v4 to store normalized version constraints and be more...
David Sherret
2024-08-27
fix(permissions): disallow launching subprocess with LD_PRELOAD env var witho...
David Sherret
2024-08-27
fix(task): support tasks with colons in name in `deno run` (#25233)
Marvin Hagemeister
2024-08-21
fix: warn about import assertions when using typescript (#25135)
David Sherret
2024-08-20
feat(unstable): ability to use a local copy of jsr packages (#25068)
David Sherret
2024-08-07
fix(compile): support workspace members importing other members (#24909)
David Sherret
2024-08-06
feat: deno run <task> (#24891)
Satya Rohith
2024-07-31
fix(ext/node): handle node child_process with --v8-options flag (#24804)
Luca Casonato
2024-07-25
fix(unstable): move sloppy-import warnings to lint rule (#24710)
David Sherret
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-22
fix(types): Conform lib.deno_web.d.ts to lib.dom.d.ts and lib.webworker.d.ts ...
Kenta Moriuchi
2024-07-11
chore: `@netlify/edge-bundler` workaround until Deno 2.0 (#24532)
David Sherret
2024-07-11
fix(workspace): allow using --import-map flag with workspace (#24527)
Bartek Iwańczuk
2024-07-09
fix: do not download compilerOptions -> types when not type checking (#24473)
David Sherret
2024-07-09
fix: restore reference to dom.extras in lib.dom.d.ts (#24489)
Bartek Iwańczuk
2024-07-04
feat: npm workspace and better Deno workspace support (#24334)
David Sherret
2024-05-29
feat: Add `Deno.exitCode` API (#23609)
Luke Edwards
2024-05-29
perf: avoid building module graph if dynamic specifier already in graph (#24035)
David Sherret
2024-05-27
fix: `--env` flag confusing message on syntax error (#23915)
Hasan-Alrimawi
2024-05-23
feat(ext/fetch): `Request.bytes()` and `Response.bytes()` (#23823)
Asher Gomez
2024-05-21
chore: add test to ensure parsing only happens once on first load (#23837)
David Sherret
2024-05-14
fix(emit): regression - keep comments in emit (#23815)
David Sherret
2024-05-14
chore: 045_proxy output stdout & stderr on failure (#23810)
David Sherret
2024-04-29
fix: handle specifying an import map in an ancestor dir of deno.json (#23602)
David Sherret
2024-04-29
chore: migrate bench, publish, and more itests to spec tests (#23584)
David Sherret
2024-04-25
fix: unref stdin read (#23534)
Bartek Iwańczuk
2024-04-23
fix(cli): Don't panic on invalid emit options (#23463)
Nathan Whitaker
2024-04-23
fix(workspace): provide workspace members as 'imports' in import map (#23492)
Bartek Iwańczuk
2024-04-15
test: add test for running in V8 jitless mode (#23054)
Bartek Iwańczuk
2024-03-15
chore(specs): use jsonc for metadata file (#22946)
David Sherret
2024-03-13
chore: rough first pass on spec tests (#22877)
David Sherret