summaryrefslogtreecommitdiff
path: root/cli/cache/caches.rs
AgeCommit message (Expand)Author
2024-08-15refactor: `version` module exports a single const struct (#25014)Bartek IwaƄczuk
2024-04-17perf: v8 code cache (#23081)Igor Zinkovsky
2024-02-20perf(jsr): fast check cache and lazy fast check graph (#22485)David Sherret
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-10-25refactor: break out ModuleInfoCache from ParsedSourceCache (#20977)David Sherret
2023-05-25fix(compile): handle when DENO_DIR is readonly (#19257)David Sherret
2023-05-01refactor(cli): remove ProcState - add CliFactory (#18900)David Sherret
2023-04-14refactor: break up `ProcState` (#18707)David Sherret
2023-03-27feat(core): initialize SQLite off-main-thread (#18401)Matt Mastracci