summaryrefslogtreecommitdiff
path: root/cli/ops
AgeCommit message (Expand)Author
2024-01-27Revert "refactor(cli): use new sanitizer for resources (#22125)" (#22153)Bartek Iwańczuk
2024-01-26refactor(cli): use new sanitizer for resources (#22125)Matt Mastracci
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-23chore(ext/node): use BufView natively in http2 (#21688)Matt Mastracci
2023-12-02refactor: snapshotting of runtime/ and cli/ (#21430)Bartek Iwańczuk
2023-11-14perf: move jupyter esm out of main snapshot (#21163)Divy Srivastava
2023-11-11perf: snapshot runtime ops (#21127)Divy Srivastava
2023-11-05chore: migrate to new deno_core and metrics (#21057)Matt Mastracci
2023-10-07refactor: migrate more ops to op2 macro (#20808)Bartek Iwańczuk
2023-10-04feat(jupyter): send binary data with `Deno.jupyter.broadcast` (#20755)Trevor Manz
2023-09-30feat(jupyter): send Jupyter messaging metadata with `Deno.jupyter.broadcast` ...Trevor Manz
2023-09-29refactor(cli): make `CliNpmResolver` a trait (#20732)David Sherret
2023-09-27fix(cli): panic with __runtime_js_sources (#20704)Luca Casonato
2023-09-27feat(unstable): add `Deno.jupyter.broadcast` API (#20656)Bartek Iwańczuk
2023-09-26fix(cli/test): clear connection pool after tests (#20680)Luca Casonato
2023-09-26perf(test): use fast ops for deno test register (#20670)Luca Casonato
2023-09-23refactor: rewrite ops using i64/usize to op2 (#20647)Bartek Iwańczuk
2023-09-19perf: make `deno test` 10x faster (#20550)Luca Casonato
2023-09-12refactor: rewrite cli/ ops to op2 (#20462)Bartek Iwańczuk
2023-08-06build: allow disabling snapshots for dev (#20048)Nayeem Rahman
2023-07-17fix(bench): run warmup benchmark to break JIT bias (#19844)Bartek Iwańczuk
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-06-03refactor(core): remove force_op_registration and cleanup JsRuntimeForSnapshot...Nayeem Rahman
2023-04-21refactor(node): move most of cli/node to ext/node (#18797)David Sherret
2023-04-21fix(test): allow explicit undefined for boolean test options (#18786)Nayeem Rahman
2023-04-17refactor(npm): add CliNodeResolver (#18742)David Sherret
2023-04-13refactor(cli): move runTests() and runBenchmarks() to rust (#18563)Nayeem Rahman
2023-03-18Reland "perf(core): preserve ops between snapshots (#18080)" (#18272)Bartek Iwańczuk
2023-03-18Revert "perf(core): preserve ops between snapshots (#18080)" (#18267)Bartek Iwańczuk
2023-03-18perf(core): preserve ops between snapshots (#18080)Bartek Iwańczuk
2023-03-17perf(core) Reduce copying and cloning in extension initialization (#18252)Matt Mastracci
2023-03-17feat(core) deno_core::extension! macro to simplify extension registration (#1...Matt Mastracci
2023-03-07refactor(core): don't use Result in ExtensionBuilder::state (#18066)Bartek Iwańczuk
2023-01-13chore: add `copyright_checker` tool and add the missing copyright (#17285)Yiyu Lin
2023-01-08feat(core): allow specifying name and dependencies of an Extension (#17301)Leo Kettmeir
2023-01-07refactor(permissions): add PermissionsContainer struct for internal mutabilit...Bartek Iwańczuk
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-05fix(test): improve how `--fail-fast` shuts down when hitting limit (#16956)David Sherret
2022-11-11feat: Stabilize Deno.bench() and 'deno bench' subcommand (#16485)Bartek Iwańczuk
2022-11-10feat: don't require --unstable flag for npm programs (#16520)Bartek Iwańczuk
2022-09-28feat(npm): functionality to support child_process.fork (#15891)David Sherret
2022-07-15refactor: allocate IDs for tests (#14729)Nayeem Rahman
2022-05-30refactor(bench): Allocate IDs for benches (#14757)Nayeem Rahman
2022-05-17BREAKING: Remove unstable Deno.emit and Deno.formatDiagnostics APIs (#14463)Bartek Iwańczuk
2022-05-13chore(runtime): Make some ops in ext and runtime infallible. (#14589)Andreu Botella
2022-05-03refactor: add core.formatLocationFilename, remove op_format_filename (#14474)Bartek Iwańczuk
2022-05-01fix(test): actually capture stdout and stderr in workers (#14435)David Sherret