Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-09 | refactor(lsp): unify caching into LspCache (#23746) | Nayeem Rahman | |
2024-04-17 | perf: v8 code cache (#23081) | Igor Zinkovsky | |
This PR enables V8 code cache for ES modules and for `require` scripts through `op_eval_context`. Code cache artifacts are transparently stored and fetched using sqlite db and are passed to V8. `--no-code-cache` can be used to disable. --------- Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com> | |||
2024-02-20 | perf(jsr): fast check cache and lazy fast check graph (#22485) | David Sherret | |
2024-01-01 | chore: update copyright to 2024 (#21753) | David Sherret | |
2023-08-02 | feat(unstable): optional `deno_modules` directory (#19977) | David Sherret | |
Closes #15633 | |||
2023-05-25 | fix(compile): handle when DENO_DIR is readonly (#19257) | David Sherret | |
Closes #19253 | |||
2023-03-17 | feat(repl): add `DENO_REPL_HISTORY` to change history file path (#18047) | Nick Hanley | |
2023-01-14 | chore: use rustfmt imports_granularity option (#17421) | Divy Srivastava | |
Closes https://github.com/denoland/deno/issues/2699 Closes https://github.com/denoland/deno/issues/2347 Uses unstable rustfmt features. Since dprint invokes `rustfmt` we do not need to switch the cargo toolchain to nightly. Do we care about formatting stability of our codebase across Rust versions? (I don't) | |||
2023-01-02 | chore: update copyright year to 2023 (#17247) | David Sherret | |
Yearly tradition of creating extra noise in git. | |||
2022-11-26 | refactor: `DenoDir` - move to cache folder and make `root_dir` private (#16823) | David Sherret | |