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
/
cli
Age
Commit message (
Expand
)
Author
2024-11-19
Merge branch 'main' into main
Bartek Iwańczuk
2024-11-19
feat(compile): ability to embed directory in executable (#26939)
David Sherret
2024-11-20
Merge branch 'main' into haturatu/main
Bartek Iwańczuk
2024-11-20
dedup, rename, fix tests
Bartek Iwańczuk
2024-11-19
feat(compile): ability to embed local data files (#26934)
David Sherret
2024-11-19
feat(fmt): support SQL (#26750)
João Baptista
2024-11-19
refactor: update deno_doc, use prismjs, remove internal reference html genera...
Leo Kettmeir
2024-11-20
Merge branch 'denoland:main' into main
haturau
2024-11-19
fix(node): handle resolving ".//<something>" in npm packages (#26920)
David Sherret
2024-11-19
feat(task): dependencies (#26467)
David Sherret
2024-11-18
feat(runtime): remove public OTEL trace API (#26854)
Luca Casonato
2024-11-18
feat: fmt and lint respect .gitignore file (#26897)
Bartek Iwańczuk
2024-11-18
fix(lsp): ignore editor indent settings if deno.json is present (#26912)
Nayeem Rahman
2024-11-18
perf(windows): delay load webgpu and some other dlls (#26917)
David Sherret
2024-11-18
perf(compile): code cache (#26528)
David Sherret
2024-11-17
feat(cli): support multiple env file argument (#26527)
Bhuwan Pandit
2024-11-16
feat(jupyter): Add `Deno.jupyter.image` API (#26284)
Bartek Iwańczuk
2024-11-16
feat(watch): log which file changed on HMR or watch change (#25801)
HasanAlrimawi
2024-11-16
fix(cli): show prefix hint when installing a package globally (#26629)
Miguel Rodrigues
2024-11-16
feat(task): support object notation, remove support for JSDocs (#26886)
Bartek Iwańczuk
2024-11-15
fix: update message for unsupported schemes with npm and jsr (#26884)
Bartek Iwańczuk
2024-11-15
feat(lsp): auto-imports with @deno-types directives (#26821)
Nayeem Rahman
2024-11-15
feat(ext/fetch): allow embedders to use `hickory_dns_resolver` instead of def...
Sahand Akbarzadeh
2024-11-15
perf: use available system memory for v8 isolate memory limit (#26868)
Bartek Iwańczuk
2024-11-14
refactor(resolver): move more resolution code into deno_resolver (#26873)
David Sherret
2024-11-14
feat(cli): add `--unstable-node-globals` flag (#26617)
Marvin Hagemeister
2024-11-14
fix: otel resiliency (#26857)
snek
2024-11-14
chore: upgrade runtimelib (jupyter) to 0.19 (#26862)
Kyle Kelley
2024-11-13
fix(cli): preserve comments in doc tests (#26828)
Yusuke Tanaka
2024-11-13
fix(fmt): error instead of panic on unstable format (#26859)
David Sherret
2024-11-13
feat(node): stabilize detecting if CJS via `"type": "commonjs"` in a package....
David Sherret
2024-11-13
feat: OpenTelemetry Tracing API and Exporting (#26710)
snek
2024-11-13
feat(ext/fs): add ctime to Deno.stats and use it in node compat layer (#24801)
Łukasz Czerniawski
2024-11-12
fix(install): re-setup bin entries after running lifecycle scripts (#26752)
Nathan Whitaker
2024-11-12
fix(lsp): skip code action edits that can't be converted (#26831)
Nayeem Rahman
2024-11-10
chore: forward v2.0.6 release commit to main (#26804)
denobot
2024-11-10
Revert "perf(upgrade): cache downloaded binaries in DENO_DIR" (#26799)
Divy Srivastava
2024-11-09
perf(upgrade): cache downloaded binaries in DENO_DIR (#26108)
Bartek Iwańczuk
2024-11-08
fix: performance.timeOrigin (#26787)
snek
2024-11-08
fix(install): cache jsr deps from all workspace config files (#26779)
Nathan Whitaker
2024-11-06
refactor: use concrete error type for remaining ops (#26746)
Leo Kettmeir
2024-11-06
fix(fmt): don't use self-closing tags in HTML (#26754)
Bartek Iwańczuk
2024-11-06
feat(lsp): auto-import completions from byonm dependencies (#26680)
Nayeem Rahman
2024-11-06
chore: forward v2.0.5 release commit to main (#26755)
denobot
2024-11-05
fix: panic_hook hangs without procfs (#26732)
Divy Srivastava
2024-11-05
fix(install): handle invalid function error, and fallback to junctions regard...
Nathan Whitaker
2024-11-05
fix(add): better error message when adding package that only has pre-release ...
Nathan Whitaker
2024-11-05
fix(workspace): support wildcard packages (#26568)
Bartek Iwańczuk
2024-11-04
fix(fmt): do not panic for jsx ignore container followed by jsx text (#26723)
David Sherret
2024-11-04
fix(lsp): scope attribution for lazily loaded assets (#26699)
Nayeem Rahman
[next]