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
/
js
Age
Commit message (
Expand
)
Author
2024-11-16
feat(jupyter): Add `Deno.jupyter.image` API (#26284)
Bartek Iwańczuk
2024-09-04
refactor(cli/js): align error messages (#25406)
Ian Bull
2024-07-04
feat(jupyter): support `confirm` and `prompt` in notebooks (#23592)
Zander Hill
2024-05-29
feat: Add `Deno.exitCode` API (#23609)
Luke Edwards
2024-05-23
fix(runtime): use more null proto objects (#23921)
Luca Casonato
2024-04-10
chore: update references to `deno_std` to use JSR (#23239)
Asher Gomez
2024-03-24
fix: don't panic in test and bench if ops not available (#23055)
Bartek Iwańczuk
2024-03-24
refactor(bench): align ops to testing ops (#23038)
Bartek Iwańczuk
2024-03-21
chore: upgrade deno_core to 0.272.0 (#23022)
Bartek Iwańczuk
2024-02-27
perf(cli): reduce overhead in test registration (#22552)
Matt Mastracci
2024-02-16
refactor(cli): move op sanitizer to Rust (#22413)
Matt Mastracci
2024-02-13
chore: deno_core bump (#22407)
Matt Mastracci
2024-02-07
chore: upgrade deno_core to 0.259.0 (#22311)
Bartek Iwańczuk
2024-02-06
refactor: don't expose some ops (#22281)
Bartek Iwańczuk
2024-02-05
refactor(cli): Move op descriptions into Rust and prepare for op import (#22271)
Matt Mastracci
2024-02-05
Reland refactor(cli): use new sanitizer for resources (#22226)
Matt Mastracci
2024-01-27
Revert "refactor(cli): use new sanitizer for resources (#22125)" (#22153)
Bartek Iwańczuk
2024-01-26
refactor(cli): use new sanitizer for resources (#22125)
Matt Mastracci
2024-01-26
fix(testing): add op_spawn_wait mapping in resource sanitizer (#22129)
Luca Casonato
2024-01-25
chore(cli): split 40_testing (#22112)
Matt Mastracci
2024-01-24
feat: `FsFile.sync()` and `FsFile.syncSync()` (#22017)
Asher Gomez
2024-01-24
feat: `Deno.FsFile.dataSync()` and `Deno.FsFile.dataSyncSync()` (#22019)
Asher Gomez
2024-01-10
refactor: use `core.ensureFastOps()` (#21888)
Kenta Moriuchi
2024-01-04
fix: strict type check for cross realms (#21669)
Kenta Moriuchi
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-09
feat: bring back WebGPU (#20812)
Leo Kettmeir
2023-12-08
chore: use primordials in 40_testing.js (#21422)
Divy Srivastava
2023-12-02
refactor: snapshotting of runtime/ and cli/ (#21430)
Bartek Iwańczuk
2023-11-25
perf: move "cli/js/40_testing.js" out of main snapshot (#21212)
Divy Srivastava
2023-11-14
perf: move jupyter esm out of main snapshot (#21163)
Divy Srivastava
2023-11-10
chore: use internal namespace in 40_testing.js (#21141)
Divy Srivastava
2023-11-10
chore: remove primordial usage from 40_testing.js (#21140)
Divy Srivastava
2023-10-12
feat(unstable): add Deno.jupyter.display API (#20819)
Kyle Kelley
2023-10-10
fix(bench): use total time when measuring wavg (#20862)
Nayeem Rahman
2023-10-04
refactor: rewrite websocket to use op2 macro (#20140)
Divy Srivastava
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-28
fix(jupyter): more robust Deno.jupyter namespace (#20710)
Bartek Iwańczuk
2023-09-27
feat(unstable): add `Deno.jupyter.broadcast` API (#20656)
Bartek Iwańczuk
2023-09-26
perf(test): use fast ops for deno test register (#20670)
Luca Casonato
2023-09-26
perf(test): use core.currentUserCallSite (#20669)
Luca Casonato
2023-09-19
perf: make `deno test` 10x faster (#20550)
Luca Casonato
2023-09-16
perf: improve async op santizer speed and accuracy (#20501)
Luca Casonato
2023-09-14
fix: output traces for op sanitizer in more cases (#20494)
Luca Casonato
2023-09-10
chore: speed up test name escapeing (#20439)
Marvin Hagemeister
2023-09-06
feat(test): Add Deno.test.ignore and Deno.test.only (#20365)
Bartek Iwańczuk
2023-08-26
fix(bench): explicit timers don't force high precision measurements (#20272)
Nayeem Rahman
2023-08-10
fix(test): handle ASCII escape chars in test name (#20081)
Bartek Iwańczuk
2023-08-04
fix(test): make test runner work when global setTimeout is replaced (#20052)
Yoshiya Hinosawa
2023-08-04
fix(test): use only a single timeout for op sanitizers (#20042)
Bartek Iwańczuk
[next]