summaryrefslogtreecommitdiff
path: root/runtime/js.rs
AgeCommit message (Expand)Author
2024-01-10refactor: remove snapshotting from deno_runtime (#21794)Bartek Iwańczuk
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-08-06build: allow disabling snapshots for dev (#20048)Nayeem Rahman
2023-06-26Revert "Reland "refactor(core): cleanup feature flags for js source i… (#19...Bartek Iwańczuk
2023-06-25Reland "refactor(core): cleanup feature flags for js source inclusion" (#19519)Nayeem Rahman
2023-06-13Revert "refactor(core): cleanup feature flags for js source inclusion… (#19...Bartek Iwańczuk
2023-06-13refactor(core): cleanup feature flags for js source inclusion (#19463)Nayeem Rahman
2023-03-17perf: disable runtime snapshot compression (#18239)Bartek Iwańczuk
2023-03-08Revert "perf: disable snapshot compression (#18061)" (#18074)Bartek Iwańczuk
2023-03-07perf: disable snapshot compression (#18061)Bartek Iwańczuk
2023-02-20build: add "include_js_files_for_snapshotting" Cargo feature (#17826)Bartek Iwańczuk
2023-02-08refactor: internal runtime code TS support (#17672)Leo Kettmeir
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-11-21feat(core): Ability to create snapshots from existing snapshots (#16597)Bartek Iwańczuk
2022-11-18chore: use Rust 1.65.0 (#16688)Aaron O'Mullan
2022-07-05Revert "refactor(snapshots): to their own crate (#14794)" (#15076)Bartek Iwańczuk
2022-06-24refactor(snapshots): to their own crate (#14794)Aaron O'Mullan
2022-01-15chore: upgrade to rust 1.58 (#13377)David Sherret
2022-01-10feat(cli, runtime): compress snapshots (#13320)evan
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-06-22refactor: unify JavaScript script execution method (#11043)Bartek Iwańczuk
2021-03-26remove macro_use (#9884)Ryan Dahl
2021-02-01chore: make all tests annotated with `#[cfg(test)]` (#9347)Yusuke Tanaka
2021-01-11chore: update copyright to 2021 (#9092)Yusuke Tanaka
2020-12-13refactor: deno_runtime crate (#8640)Bartek Iwańczuk