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
/
cache
Age
Commit message (
Expand
)
Author
2024-04-29
chore: add tests for moduleGraph2 (#23603)
David Sherret
2024-04-19
refactor: move redirect handling into deno_graph (#23444)
David Sherret
2024-04-19
perf(lsp): cleanup document dependencies (#23426)
Nayeem Rahman
2024-04-17
perf: v8 code cache (#23081)
Igor Zinkovsky
2024-04-14
perf: do not clone swc `Program` when transpiling (#23365)
David Sherret
2024-04-11
fix: upgrade deno_ast related crates (#23187)
David Sherret
2024-04-01
fix: prevent cache db errors when deno_dir not exists (#23168)
David Sherret
2024-03-21
feat(node): load ES modules defined as CJS (#22945)
David Sherret
2024-03-06
fix(node): improve cjs tracking (#22673)
David Sherret
2024-02-20
perf(jsr): fast check cache and lazy fast check graph (#22485)
David Sherret
2024-02-15
feat(unstable): single checksum per JSR package in the lockfile (#22421)
David Sherret
2024-02-14
chore: rename DENO_REGISTRY_URL to JSR_URL (#22414)
Nayeem Rahman
2024-02-09
fix: upgrade to deno_ast 0.33 (#22341)
David Sherret
2024-02-06
fix(publish): lazily parse sources (#22301)
David Sherret
2024-02-01
refactor: load bytes in deno_graph (#22212)
David Sherret
2024-01-13
fix(jsr): ensure proper storage of ahead of time module infos (#21918)
David Sherret
2024-01-09
fix: update deno_lint and swc (#21718)
Bartek Iwańczuk
2024-01-01
chore: update to Rust 1.75 (#21731)
林炳权
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-12
refactor: better handling for registry urls (#21545)
Bartek Iwańczuk
2023-11-23
feat(unstable): tar up directory with deno.json (#21228)
Bartek Iwańczuk
2023-10-25
refactor: break out ModuleInfoCache from ParsedSourceCache (#20977)
David Sherret
2023-10-25
feat(unstable): ability to `npm install` then `deno run main.ts` (#20967)
David Sherret
2023-09-18
feat(unstable): package manager (#20517)
David Sherret
2023-09-07
feat: support import attributes (#20342)
David Sherret
2023-08-25
chore(cli): remove atty crate (#20275)
Matt Mastracci
2023-08-23
fix(ext/web): add stream tests to detect v8slice split bug (#20253)
Matt Mastracci
2023-08-08
refactor: use deno_cache_dir crate (#20092)
David Sherret
2023-08-06
feat(unstable): rename `deno_modules` to `vendor` (#20065)
David Sherret
2023-08-06
fix(unstable): vendor cache should support adding files to hashed directories...
David Sherret
2023-08-05
fix(unstable): vendor cache override should handle forbidden windows director...
David Sherret
2023-08-02
feat(unstable/lsp): support navigating to deno_modules folder (#20030)
David Sherret
2023-08-02
feat(unstable): optional `deno_modules` directory (#19977)
David Sherret
2023-07-19
feat(ext/node): properly segregate node globals (#19307)
Luca Casonato
2023-07-10
refactor(lsp): move config file related code to config.rs (#19790)
David Sherret
2023-07-08
refactor: abstract away file system to be buried inside HttpCache (#19760)
David Sherret
2023-06-14
fix: reload config files on watcher restarts (#19487)
David Sherret
2023-06-10
chore(tests): test_util - Add `PathRef` (#19450)
David Sherret
2023-05-30
fix: do not show cache initialization errors if stderr is piped (#18920)
David Sherret
2023-05-25
fix(compile): handle when DENO_DIR is readonly (#19257)
David Sherret
2023-05-14
refactor(core): bake single-thread assumptions into spawn/spawn_blocking (#19...
Matt Mastracci
2023-05-01
refactor(cli): remove ProcState - add CliFactory (#18900)
David Sherret
2023-04-26
feat(cli): don't check permissions for statically analyzable dynamic imports ...
Nayeem Rahman
2023-04-21
refactor: move some CJS and ESM code analysis to ext/node (#18789)
David Sherret
2023-04-14
refactor: break up `ProcState` (#18707)
David Sherret
2023-03-30
fix(lsp): include all diagnosable documents on initialize (#17979)
David Sherret
2023-03-28
fix(core): restore cache journal mode to TRUNCATE and tweak tokio test in Cac...
Matt Mastracci
2023-03-27
feat(core): initialize SQLite off-main-thread (#18401)
Matt Mastracci
2023-03-23
refactor: make version and user_agent &'static str (#18400)
Bartek Iwańczuk
2023-03-22
fix: include error in message about not being able to create the TypeScript c...
David Sherret
[next]