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
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
2023-03-21
perf(core) Reduce script name and script code copies (#18298)
Matt Mastracci
2023-03-21
feat: TypeScript 5.0.2 (except decorators) (#18294)
David Sherret
2023-03-15
refactor: remove usages of `map_or` / `map_or_else` (#18212)
David Sherret
2023-03-15
fix(lsp): avoid calling client while holding lock (#18197)
David Sherret
2023-03-15
perf: do not depend on iana-time-zone (#18088)
Divy Srivastava
2023-03-13
fix(npm): show a progress bar when initializing the node_modules folder (#18136)
David Sherret
2023-03-08
fix: attempt to only allow one deno process to update the node_modules folder...
David Sherret
2023-03-05
refactor(runtime): factor out deno_io extension crate (#18001)
Bartek Iwańczuk
2023-02-03
refactor: reland "preserve ProcState::file_fetcher between restarts" (#17636)
Nayeem Rahman
2023-01-30
Revert "fix(watch): preserve `ProcState::file_fetcher` between restarts (#154...
Bartek Iwańczuk
2023-01-27
chore: upgrade to Rust 1.67 (#17548)
David Sherret
2023-01-25
feat(cli): add `DENO_V8_FLAGS` env var (#17313)
Leo Kettmeir
2023-01-14
chore: use rustfmt imports_granularity option (#17421)
Divy Srivastava
2023-01-13
chore: add `copyright_checker` tool and add the missing copyright (#17285)
Yiyu Lin
2023-01-10
fix(watch): preserve `ProcState::file_fetcher` between restarts (#15466)
Nayeem Rahman
2023-01-07
refactor(cli/tools): move flag and config logic to CliOptions (#17008)
Geert-Jan Zwiers
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-19
fix: hide progress bars when showing permission prompt (#17130)
David Sherret
2022-12-19
fix(cli): do not clear screen for non-TTY environments in watch mode (#17129)
Kamil Ogórek
2022-12-19
refactor(progress bars): global control for drawing (#17091)
David Sherret
2022-12-17
chore: update to Rust 1.66.0 (#17078)
linbingquan
2022-12-14
chore: fix recent regression with `deno upgrade` not handling redirects (#17045)
David Sherret
2022-12-12
feat: improve download progress bar (#16984)
Bartek Iwańczuk
2022-12-07
feat: ignore `node_modules` and `.git` folders when collecting files everywhe...
David Sherret
2022-11-28
refactor: create util folder, move nap_sym to napi/sym, move http_cache to ca...
David Sherret
[prev]