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
/
disk_cache.rs
Age
Commit message (
Expand
)
Author
2024-06-07
fix: make writing to the deps cache more reliable (#24135)
David Sherret
2024-05-09
refactor(lsp): unify caching into LspCache (#23746)
Nayeem Rahman
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-08-08
refactor: use deno_cache_dir crate (#20092)
David Sherret
2023-08-02
feat(unstable): optional `deno_modules` directory (#19977)
David Sherret
2023-06-10
chore(tests): test_util - Add `PathRef` (#19450)
David Sherret
2023-03-22
fix: include error in message about not being able to create the TypeScript c...
David Sherret
2023-01-27
chore: upgrade to Rust 1.67 (#17548)
David Sherret
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-17
chore: update to Rust 1.66.0 (#17078)
linbingquan
2022-11-28
refactor: create util folder, move nap_sym to napi/sym, move http_cache to ca...
David Sherret
2022-11-18
chore: use Rust 1.65.0 (#16688)
Aaron O'Mullan
2022-07-19
feat: emit files on demand and fix racy emit (#15220)
David Sherret
2022-07-12
perf: use emit from swc instead of tsc (#15118)
David Sherret