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-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
2023-08-02
fix(node): node:test reports correct location (#20025)
Bartek Iwańczuk
2023-07-31
feat(bench): add BenchContext::start() and BenchContext::end() (#18734)
Nayeem Rahman
2023-07-17
fix(bench): run warmup benchmark to break JIT bias (#19844)
Bartek Iwańczuk
2023-06-15
refactor(ext/fetch): simplify fetch ops (#19494)
Bartek Iwańczuk
2023-05-22
fix(ext/web): improve timers resolution for 0ms timeouts (#19212)
Bartek Iwańczuk
2023-05-09
fix(core): let V8 drive extension ESM loads (#18997)
Luca Casonato
2023-05-02
refactor(core): Use `ObjectHasOwn` instead of `ObjectPrototypeHasOwnProperty`...
Kenta Moriuchi
2023-04-30
refactor: remove ext/console/01_colors.js (#18927)
Leo Kettmeir
2023-04-28
fix(ext/websocket): restore op_ws_send_ping (#18891)
Bartek Iwańczuk
2023-04-25
refactor(ext/websocket): use specialized ops (#18819)
Bartek Iwańczuk
2023-04-13
refactor(cli): move runTests() and runBenchmarks() to rust (#18563)
Nayeem Rahman
2023-04-01
fix(test): don't swallow sanitizer errors with permissions (#18550)
Nayeem Rahman
2023-03-25
feat(test): print pending tests on sigint (#18246)
Nayeem Rahman
2023-03-17
BREAKING(unstable): remove WebGPU (#18094)
Leo Kettmeir
2023-03-08
refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for...
Bartek Iwańczuk
2023-03-05
refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18...
Bartek Iwańczuk
2023-02-07
refactor: remove prefix from include_js_files & use extension name (#17683)
Leo Kettmeir
2023-02-07
refactor: Use ES modules for internal runtime code (#17648)
Leo Kettmeir
2023-01-24
feat: allow first arg in test step to be a function (#17096)
Leo Kettmeir
2023-01-16
chore: update dlint to v0.37.0 for GitHub Actions (#17295)
Kenta Moriuchi
2023-01-04
fix: upgrade deno_ast to 0.23 (#17269)
David Sherret
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
[next]