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
/
util
Age
Commit message (
Expand
)
Author
2024-02-01
refactor: load bytes in deno_graph (#22212)
David Sherret
2024-01-24
chore: improve unanalyzable dynamic import diagnostic (#22051)
Luca Casonato
2024-01-23
refactor: use parsed source cache when unfurling import map (#22001)
Luca Casonato
2024-01-22
feat(lockfile): track JSR and npm dependencies in config file (#22004)
David Sherret
2024-01-18
fix(lsp): regression - formatting was broken on windows (#21972)
David Sherret
2024-01-15
refactor: use globbing from deno_config (#21925)
David Sherret
2024-01-13
fix(config): regression - handle relative patterns with leading dot slash (#2...
David Sherret
2024-01-10
chore: bump deno_core (#21832)
Matt Mastracci
2024-01-08
perf: skip expanding exclude globs (#21817)
David Sherret
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-12
refactor: nicer warning display (#21547)
Bartek Iwańczuk
2023-12-01
feat(compile): support discovering modules for more dynamic arguments (#21381)
David Sherret
2023-11-29
feat(compile): support "bring your own node_modules" in deno compile (#21377)
David Sherret
2023-11-29
fix: use correct import map in tar & upload (#21380)
Luca Casonato
2023-11-23
feat(unstable): tar up directory with deno.json (#21228)
Bartek Iwańczuk
2023-11-13
fix(install): should work with non-existent relative root (#21161)
David Sherret
2023-11-04
perf: lazy `atexit` setup (#21053)
Divy Srivastava
2023-11-01
fix(test): --junit-path should handle when the dir doesn't exist (#21044)
David Sherret
2023-10-31
feat: deno run --unstable-hmr (#20876)
Bartek Iwańczuk
2023-10-30
fix: implement node:tty (#20892)
Divy Srivastava
2023-10-26
chore: update base64 crate (#20877)
Luca Casonato
2023-10-19
refactor: add WatcherCommunicator helper struct (#20927)
Bartek Iwańczuk
2023-10-05
chore: update to Rust 1.73 (#20781)
林炳权
2023-09-18
refactor(lsp): cleanup document preload (#20520)
Nayeem Rahman
2023-09-17
fix(lsp): include JSON modules in local import completions (#20536)
Nayeem Rahman
2023-09-14
chore(cli): update chrono to remove broken time dep (#20508)
Matt Mastracci
2023-09-14
refactor: remove `DENO_UNSTABLE_NPM_SYNC_DOWNLOAD` and custom sync functional...
David Sherret
2023-09-13
refactor: move `deno_core::TaskQueue` to `cli::util::sync` (#20481)
David Sherret
2023-09-09
Reland "refactor(lsp): clean up "enablePaths" handling (#20388)" (#20423)
Nayeem Rahman
2023-09-08
fix: empty include in config file excludes all (#20404)
Nayeem Rahman
2023-08-26
chore: update to Rust 1.72 (#20258)
林炳权
2023-08-25
chore(cli): remove atty crate (#20275)
Matt Mastracci
2023-08-24
refactor: use "deno_config" crate (#20260)
Bartek Iwańczuk
2023-08-23
fix(ext/web): add stream tests to detect v8slice split bug (#20253)
Matt Mastracci
2023-08-06
feat(unstable): rename `deno_modules` to `vendor` (#20065)
David Sherret
2023-08-02
feat(unstable): optional `deno_modules` directory (#19977)
David Sherret
2023-07-26
chore: update chrono dependency (#19943)
Bartek Iwańczuk
2023-07-17
chore: disable rustls logging (#19859)
Bartek Iwańczuk
2023-06-26
chore: fix typos (#19572)
Martin Fischer
2023-06-14
fix: reload config files on watcher restarts (#19487)
David Sherret
2023-06-13
fix(lsp): don't pre-load documents matched in the config file's "exclude" (#1...
David Sherret
2023-06-10
chore(tests): test_util - Add `PathRef` (#19450)
David Sherret
2023-05-14
refactor(core): bake single-thread assumptions into spawn/spawn_blocking (#19...
Matt Mastracci
2023-05-13
fix(lsp): increase default max heap size to 3Gb (#19115)
Bartek Iwańczuk
2023-05-10
feat(compile): unstable npm and node specifier support (#19005)
David Sherret
2023-05-08
fix(ext/http): Ensure Deno.serve works across --watch restarts (#18998)
Matt Mastracci
2023-05-02
fix(npm): canonicalize filename before returning (#18948)
Bartek Iwańczuk
2023-04-13
test(runtime): support Windows in resolve_from_cwd_absolute (#18379)
Elijah
2023-04-11
fix(npm): do not "npm install" when npm specifier happens to match package.js...
David Sherret
2023-04-04
refactor(core): Improve ergonomics of managing ASCII strings (#18498)
Matt Mastracci
[next]