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
Age
Commit message (
Expand
)
Author
2024-09-04
fix: lock down allow-run permissions more (#25370)
David Sherret
2024-09-04
fix(lsp): update diagnostics on npm install (#25352)
Nayeem Rahman
2024-09-04
test: run js_unit_tests with `--unstable-*` flags (#25394)
Bartek Iwańczuk
2024-09-03
chore: deprecate eval itests (#25382)
HasanAlrimawi
2024-09-03
BREAKING(io): remove `Deno.copy()` (#25345)
Asher Gomez
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
chore(fs): remove `Deno.flock[Sync]()` (#25350)
Asher Gomez
2024-09-03
feat: support DENO_LOG env var instead of RUST_LOG (#25356)
Bartek Iwańczuk
2024-09-03
BREAKING: remove `Deno.close()` (#25347)
Asher Gomez
2024-09-03
BREAKING: remove `deno vendor` (#25343)
Asher Gomez
2024-09-02
fix(cli/tools): correct `deno init --serve` template behavior (#25318)
Coty
2024-09-02
feat(lsp): html/css/yaml file formatting (#25353)
Nayeem Rahman
2024-09-02
BREAKING: remove `--trace-ops` (#25344)
Asher Gomez
2024-09-02
BREAKING: remove `deno bundle` (#25339)
Asher Gomez
2024-09-02
BREAKING: remove `--jobs` flag (#25336)
Asher Gomez
2024-08-31
chore: cleanup code for unstable tests (#25330)
Bartek Iwańczuk
2024-08-31
fix(upgrade): more informative information on invalid version (#25319)
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-29
test: run `node_unit_tests` with `DENO_FUTURE=1` (#25285)
Bartek Iwańczuk
2024-08-28
test: Don't run unit tests with and without `DENO_FUTURE=1` (#25273)
Bartek Iwańczuk
2024-08-28
feat: improve lockfile v4 to store normalized version constraints and be more...
David Sherret
2024-08-28
feat: remove `--lock-write` flag (#25214)
Bartek Iwańczuk
2024-08-28
fix: replace `npm install` hint with `deno install` hint (#25244)
Bartek Iwańczuk
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-26
Reland "test: run unit tests with DENO_FUTURE=1" (#25212)
Bartek Iwańczuk
2024-08-26
Revert "feat(fetch): accept async iterables for body" (#25207)
Luca Casonato
2024-08-26
fix(node/cluster): improve stubs to make log4js work (#25146)
Marvin Hagemeister
2024-08-24
refactor(lsp): changes for lsp_types 0.97.0 (#25169)
Nayeem Rahman
2024-08-22
fix(ext/node): register `node:wasi` built-in (#25134)
Divy Srivastava
2024-08-21
fix(lsp): resolve jsx import source with types mode (#25064)
Nayeem Rahman
2024-08-21
chore(lsp): use 'install' terminology for jsr and npm packages (#25119)
Nayeem Rahman
2024-08-20
fix(lsp): include scoped import map keys in completions (#25047)
Nayeem Rahman
2024-08-20
fix: adjust suggestion for lockfile regeneration (#25107)
Bartek Iwańczuk
2024-08-20
fix(repl): Prevent panic on broken pipe (#21945)
melbourne2991
2024-08-19
fix(lint): support linting tsx/jsx from stdin (#24955)
Yazan AbdAl-Rahman
2024-08-19
feat(FUTURE): terse lockfile (v4) (#25059)
David Sherret
2024-08-18
fix: clean up flag help output (#24686)
Luca Casonato
2024-08-15
Revert "test: run unit tests with DENO_FUTURE=1 (#24400)" (#25060)
Bartek Iwańczuk
2024-08-15
chore: Disable part of parallel serve test on macos (flaky) (#25057)
Nathan Whitaker
2024-08-14
feat(serve): Opt-in parallelism for `deno serve` (#24920)
Nathan Whitaker
2024-08-14
fix(lsp): import map lookup for jsr subpath auto import (#25025)
Nayeem Rahman
2024-08-14
feat(fmt): support HTML, Svelte, Vue, Astro and Angular (#25019)
Pig Fang
2024-08-14
test: run unit tests with DENO_FUTURE=1 (#24400)
Bartek Iwańczuk
2024-08-14
fix(cli): support --watch when running cjs npm packages (#25038)
Luca Casonato
2024-08-14
fix: `node:inspector` not being registered (#25007)
Marvin Hagemeister
2024-08-14
feat(coverage): add breadcrumbs to deno coverage `--html` report (#24860)
Łukasz Czerniawski
[next]