index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
ops
Age
Commit message (
Expand
)
Author
2023-11-14
perf: move jupyter esm out of main snapshot (#21163)
Divy Srivastava
2023-11-11
perf: snapshot runtime ops (#21127)
Divy Srivastava
2023-11-05
chore: migrate to new deno_core and metrics (#21057)
Matt Mastracci
2023-10-07
refactor: migrate more ops to op2 macro (#20808)
Bartek Iwańczuk
2023-10-04
feat(jupyter): send binary data with `Deno.jupyter.broadcast` (#20755)
Trevor Manz
2023-09-30
feat(jupyter): send Jupyter messaging metadata with `Deno.jupyter.broadcast` ...
Trevor Manz
2023-09-29
refactor(cli): make `CliNpmResolver` a trait (#20732)
David Sherret
2023-09-27
fix(cli): panic with __runtime_js_sources (#20704)
Luca Casonato
2023-09-27
feat(unstable): add `Deno.jupyter.broadcast` API (#20656)
Bartek Iwańczuk
2023-09-26
fix(cli/test): clear connection pool after tests (#20680)
Luca Casonato
2023-09-26
perf(test): use fast ops for deno test register (#20670)
Luca Casonato
2023-09-23
refactor: rewrite ops using i64/usize to op2 (#20647)
Bartek Iwańczuk
2023-09-19
perf: make `deno test` 10x faster (#20550)
Luca Casonato
2023-09-12
refactor: rewrite cli/ ops to op2 (#20462)
Bartek Iwańczuk
2023-08-06
build: allow disabling snapshots for dev (#20048)
Nayeem Rahman
2023-07-17
fix(bench): run warmup benchmark to break JIT bias (#19844)
Bartek Iwańczuk
2023-06-26
Revert "Reland "refactor(core): cleanup feature flags for js source i… (#19...
Bartek Iwańczuk
2023-06-25
Reland "refactor(core): cleanup feature flags for js source inclusion" (#19519)
Nayeem Rahman
2023-06-13
Revert "refactor(core): cleanup feature flags for js source inclusion… (#19...
Bartek Iwańczuk
2023-06-13
refactor(core): cleanup feature flags for js source inclusion (#19463)
Nayeem Rahman
2023-06-03
refactor(core): remove force_op_registration and cleanup JsRuntimeForSnapshot...
Nayeem Rahman
2023-04-21
refactor(node): move most of cli/node to ext/node (#18797)
David Sherret
2023-04-21
fix(test): allow explicit undefined for boolean test options (#18786)
Nayeem Rahman
2023-04-17
refactor(npm): add CliNodeResolver (#18742)
David Sherret
2023-04-13
refactor(cli): move runTests() and runBenchmarks() to rust (#18563)
Nayeem Rahman
2023-03-18
Reland "perf(core): preserve ops between snapshots (#18080)" (#18272)
Bartek Iwańczuk
2023-03-18
Revert "perf(core): preserve ops between snapshots (#18080)" (#18267)
Bartek Iwańczuk
2023-03-18
perf(core): preserve ops between snapshots (#18080)
Bartek Iwańczuk
2023-03-17
perf(core) Reduce copying and cloning in extension initialization (#18252)
Matt Mastracci
2023-03-17
feat(core) deno_core::extension! macro to simplify extension registration (#1...
Matt Mastracci
2023-03-07
refactor(core): don't use Result in ExtensionBuilder::state (#18066)
Bartek Iwańczuk
2023-01-13
chore: add `copyright_checker` tool and add the missing copyright (#17285)
Yiyu Lin
2023-01-08
feat(core): allow specifying name and dependencies of an Extension (#17301)
Leo Kettmeir
2023-01-07
refactor(permissions): add PermissionsContainer struct for internal mutabilit...
Bartek Iwańczuk
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-05
fix(test): improve how `--fail-fast` shuts down when hitting limit (#16956)
David Sherret
2022-11-11
feat: Stabilize Deno.bench() and 'deno bench' subcommand (#16485)
Bartek Iwańczuk
2022-11-10
feat: don't require --unstable flag for npm programs (#16520)
Bartek Iwańczuk
2022-09-28
feat(npm): functionality to support child_process.fork (#15891)
David Sherret
2022-07-15
refactor: allocate IDs for tests (#14729)
Nayeem Rahman
2022-05-30
refactor(bench): Allocate IDs for benches (#14757)
Nayeem Rahman
2022-05-17
BREAKING: Remove unstable Deno.emit and Deno.formatDiagnostics APIs (#14463)
Bartek Iwańczuk
2022-05-13
chore(runtime): Make some ops in ext and runtime infallible. (#14589)
Andreu Botella
2022-05-03
refactor: add core.formatLocationFilename, remove op_format_filename (#14474)
Bartek Iwańczuk
2022-05-01
fix(test): actually capture stdout and stderr in workers (#14435)
David Sherret
2022-04-26
fix(test): capture worker stdout and stderr in test output (#14410)
David Sherret
2022-04-26
fix(test): capture inherited stdout and stderr for subprocesses in test outpu...
David Sherret
2022-04-17
fix: panic when trying to pledge permissions before restoring previous pledge...
Bartek Iwańczuk
2022-04-15
refactor: Move source map lookups to core (#14274)
Nayeem Rahman
2022-04-15
feat(test): format user code output (#14271)
Bartek Iwańczuk
[next]