summaryrefslogtreecommitdiff
path: root/cli/build.rs
AgeCommit message (Expand)Author
2024-05-01feat(runtime): allow adding custom extensions to snapshot (#23569)Mathias Lafeldt
2024-04-12chore: remove repetitive words (#23341)youngwendy
2024-03-26feat: TypeScript 5.4 (#23086)David Sherret
2024-03-06chore: Reuse linux symbols list on openbsd and freebsd (#22706)Divy Srivastava
2024-03-05chore: upgrade deno_core (#22699)Bartek Iwańczuk
2024-02-27chore: bump deno_core (#22596)Matt Mastracci
2024-02-17chore: bump deno_core (#22443)Matt Mastracci
2024-02-13chore: deno_core bump (#22407)Matt Mastracci
2024-01-22feat(web): ImageBitmap (#21898)Leo Kettmeir
2024-01-10fix: android support (#19437)cions
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-09feat: bring back WebGPU (#20812)Leo Kettmeir
2023-12-06feat: TypeScript 5.3 (#21480)David Sherret
2023-12-03refactor: faster args for op_load in TSC (#21438)Bartek Iwańczuk
2023-12-02refactor: snapshotting of runtime/ and cli/ (#21430)Bartek Iwańczuk
2023-12-01perf(lsp): better op performance logging (#21423)Bartek Iwańczuk
2023-11-27feat(fmt): support formatting code blocks in Jupyter notebooks (#21310)scarf
2023-11-25perf: move "cli/js/40_testing.js" out of main snapshot (#21212)Divy Srivastava
2023-11-15fix: use short git hash for deno version (#21218)Bartek Iwańczuk
2023-11-15perf: static bootstrap options in snapshot (#21213)Divy Srivastava
2023-11-14perf: move jupyter esm out of main snapshot (#21163)Divy Srivastava
2023-11-13perf: lazy bootstrap options - first pass (#21164)Divy Srivastava
2023-11-11perf: snapshot runtime ops (#21127)Divy Srivastava
2023-11-07chore: bump deno_core (#21102)Matt Mastracci
2023-11-01fix: add missing `Object.groupBy()` and `Map.groupBy()` types (#21050)Asher Gomez
2023-11-01feat(cron) implement Deno.cron() (#21019)Igor Zinkovsky
2023-10-31chore: update ext/kv to use denokv_* crates (#20986)Luca Casonato
2023-10-04refactor: use deno_core::FeatureChecker for unstable checks (#20765)Bartek Iwańczuk
2023-09-27feat(unstable): add `Deno.jupyter.broadcast` API (#20656)Bartek Iwańczuk
2023-09-17build: add an environment variable to skip cross build check (#20281) (#20533)第二扩展
2023-09-12refactor: rewrite cli/ ops to op2 (#20462)Bartek Iwańczuk
2023-09-12refactor: strongly typed TSC ops (#20466)Bartek Iwańczuk
2023-09-09feat: TypeScript 5.2 (#20425)David Sherret
2023-08-08build: remove redundant rerun-if-changed for compiler snapshot (#20094)Nayeem Rahman
2023-08-06build: allow disabling snapshots for dev (#20048)Nayeem Rahman
2023-08-05refactor: remove snapshot_module_load_cb (#20043)Nayeem Rahman
2023-07-31refactor: update core extension api usage (#19952)Nayeem Rahman
2023-07-23fix(cli): build script panics on musl due to glibc_version check (#19913)Jakub Jirutka
2023-07-23chore: update deno_core to 0.196.0 (#19897)Bartek Iwańczuk
2023-07-04feat: upgrade to TypeScript 5.1.6 (#19695)David Sherret
2023-07-02refactor: rename built-in node modules from ext:deno_node/ to node: (#19680)Bartek Iwańczuk
2023-07-02Reland "fix(cli): don't store blob and data urls in the module cache" (#18581)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-05-31chore(core): Split JsRuntimeForSnapshot from JsRuntime (#19308)Matt Mastracci
2023-05-28refactor(core): remove ext: modules from the module map (#19040)Nayeem Rahman
2023-05-11fix(cli): upgrade to Typescript 5.0.4 (#19090)David Sherret
2023-05-10refactor(core): http_next generic over request extractor (#19071)Matt Mastracci