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
/
tests
/
testdata
/
workers
Age
Commit message (
Expand
)
Author
2024-02-10
chore: move cli/tests/ -> tests/ (#22369)
Matt Mastracci
2024-02-08
chore: Promote some integration tests to js_unit_tests (#22355)
Matt Mastracci
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-06
chore: bump deno_core and update tests (#21467)
Matt Mastracci
2023-12-06
feat(ext/web): add ImageData Web API (#21183)
Jamie
2023-12-02
chore: update std to 0.208.0 (#21318)
Asher Gomez
2023-11-22
refactor: replace `deferred()` from `std/async` with `Promise.withResolvers()...
Asher Gomez
2023-11-22
Revert "chore: update to `std@0.207.0` (#21284)" (#21295)
Bartek Iwańczuk
2023-11-22
chore: update to `std@0.207.0` (#21284)
Asher Gomez
2023-10-28
Revert "chore: update deno_std submodule (#20994)" (#21001)
Bartek Iwańczuk
2023-10-27
chore: update deno_std submodule (#20994)
Bartek Iwańczuk
2023-09-14
refactor: rewrite more ops to op2 macro (#20478)
Bartek Iwańczuk
2023-09-14
chore(tests): ability to pattern match unordered lines (#20488)
David Sherret
2023-08-15
fix(runtime): navigator.userAgent in web worker (#20129)
await-ovo
2023-08-02
fix: regression in workers using dynamic imports (#20006)
Bartek Iwańczuk
2023-04-26
feat(cli): don't check permissions for statically analyzable dynamic imports ...
Nayeem Rahman
2023-04-23
test: deflake worker tests (#18813)
Bartek Iwańczuk
2023-04-18
test: fix flaky worker test (#18754)
Bartek Iwańczuk
2023-04-16
Revert "perf(core): immediately schedule another tick if there are un… (#18...
Bartek Iwańczuk
2023-04-14
refactor(core): limit number of boundary crossings between Rust and V8 (#18652)
Bartek Iwańczuk
2023-02-11
fix(cli/graph_util): don't append referrer info for root module errors (#17730)
Nayeem Rahman
2023-02-09
refactor: deno_graph 0.43 upgrade (#17692)
David Sherret
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-09-28
feat(unstable): Deno.setRaw -> Deno.stdin.setRaw (#15797)
Luca Casonato
2022-09-19
refactor: move out test files from root testdata directory into sub directori...
David Sherret
2022-07-20
chore: use import.meta.resolve() in tests (#15256)
Bartek Iwańczuk
2022-06-14
feat(test): update test summary report (#14629)
Mark Ladyshau
2022-05-17
BREAKING(unstable): Enable Deno namespace in workers by default (#14581)
Nayeem Rahman
2022-05-17
BREAKING: Remove unstable Deno.emit and Deno.formatDiagnostics APIs (#14463)
Bartek Iwańczuk
2022-05-05
test: Manually truncate path string (#14407)
Nayeem Rahman
2022-04-27
refactor: Remove PrettyJsError and js_error_create_fn (#14378)
Nayeem Rahman
2022-04-13
feat(ext/web): Add error events for event listener and timer errors (#14159)
Nayeem Rahman
2022-04-08
refactor(core): OpCtx (#14228)
Aaron O'Mullan
2022-03-20
fix: actually don't inherit runtime permissions (#14024)
Luca Casonato
2022-03-18
chore(ops): include argument position in serde_v8 errors (#14027)
Divy Srivastava
2022-01-20
chore: update copyright year (#13434)
Yoshiya Hinosawa
2022-01-09
fix: expose "Deno.memoryUsage()" in worker context (#13293)
Rodney van den Velden
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-12-22
chore: update deno_graph and deno_doc (#13173)
Kitson Kelly
2021-11-29
fix(workers): Make `worker.terminate()` not immediately kill the isolate (#12...
Andreu Botella
2021-11-16
fix(cli): short-circuit in prepare_module_load() (#12604)
Nayeem Rahman
2021-10-30
feat(test): better formatting for test elapsed time (#12610)
Bartek Iwańczuk
2021-10-14
fix(cli/tests): move worker test assertions out of message handlers (#12439)
Nayeem Rahman
2021-10-13
fix(runtime/ops/worker_host): move permission arg parsing to Rust (#12297)
Nayeem Rahman
2021-10-11
refactor: integrate deno_graph into CLI (#12369)
Kitson Kelly
2021-10-07
tests: make worker test deterministic (#12361)
Nayeem Rahman
2021-10-01
fix(runtime/js/workers): throw errors instead of using an op (#12249)
Nayeem Rahman
2021-09-30
fix: worker environment permissions should accept an array (#12250)
David Sherret
2021-09-30
fix: Don't panic when a worker is closed in the reactions to a wasm operation...
Andreu Botella
2021-09-24
chore(workers): Test that closing a worker closes any child workers (#12215)
Andreu Botella
[next]