summaryrefslogtreecommitdiff
path: root/runtime/js
AgeCommit message (Expand)Author
2022-04-06feat(test): Add "name", "origin" and "parent" to "Deno.TestContext" (#14007)Yongwook Choi
2022-03-30feat(lsp): add experimental testing API (#13798)Kitson Kelly
2022-03-25fix: `Deno.run` - do not modify user provided `cmd` array (#14109)David Sherret
2022-03-23fix(bench): require --unstable flag in JavaScript (#14091)Bartek Iwańczuk
2022-03-23feat(unstable): add ref/unref to Listener (#13961)Yoshiya Hinosawa
2022-03-23fix(test): don't error on missing op details (#14074)Bartek Iwańczuk
2022-03-19refactor: cleanup assert() & AssertionError definitions (#13859)Leo Kettmeir
2022-03-16feat(unstable): Add Deno.upgradeHttp API (#13618)Bert Belder
2022-03-11feat: "deno bench" subcommand (#13713)Bartek Iwańczuk
2022-03-01fix(runtime): disable console color for non tty stdout (#13782)Antonio Musolino
2022-02-25feat: deno test --trace-ops (#13770)Bartek Iwańczuk
2022-02-25feat(cli): support data url (#13667)Simon Lecoq
2022-02-16feat(test): improved op sanitizer errors + traces (#13676)Luca Casonato
2022-02-15feat: Add Deno.FsFile, deprecate Deno.File (#13660)Bartek Iwańczuk
2022-02-15feat(runtime): web streams in fs & net APIs (#13615)Luca Casonato
2022-02-11compat: support --compat in web workers (#13629)Bartek Iwańczuk
2022-02-07refactor: update runtime code for primordial check for iterators (#13510)Bartek Iwańczuk
2022-02-01refactor: primordials for instanceof (#13527)Bartek Iwańczuk
2022-01-31feat(unstable): add Deno.getUid (#13496)Yoshiya Hinosawa
2022-01-31feat(runtime): stabilize addSignalListener API (#13438)Yoshiya Hinosawa
2022-01-27Revert "refactor: update runtime code for primordial checks for "instanceof" ...Bartek Iwańczuk
2022-01-27refactor: update runtime code for primordial checks for "instanceof" (#13497)Bartek Iwańczuk
2022-01-25feat(test): better errors for resource sanitizer (#13296)Luca Casonato
2022-01-24feat(ext/web): add CompressionStream API (#11728)Leo Kettmeir
2022-01-24feat(unstable): add Deno.networkInterfaces (#13475)Yoshiya Hinosawa
2022-01-18feat: stabilize test steps API (#13400)David Sherret
2022-01-17fix(ext/console): don't depend on globalThis present (#13387)Bartek Iwańczuk
2022-01-12feat(ext/ffi): UnsafeFnPointer API (#13340)DjDeveloper
2022-01-09fix: expose "Deno.memoryUsage()" in worker context (#13293)Rodney van den Velden
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-12-16feat: support abort reasons in Deno APIs and `WebSocketStream` (#13066)Andreu Botella
2021-12-15feat(ext/ffi): implement UnsafePointer and UnsafePointerView (#12828)Elias Sjögreen
2021-12-10fix(test): Make the op sanitizer delay macrotask into a queue (#12966)Andreu Botella
2021-12-09feat(ext/timers): add refTimer, unrefTimer API (#12953)Yoshiya Hinosawa
2021-11-30fix(test): Improve reliability of `deno test`'s op sanitizer with timers (#12...Andreu Botella
2021-11-29Revert "fix(test): Improve reliability of `deno test`'s op sanitizer with tim...Bartek Iwańczuk
2021-11-28fix(test): Improve reliability of `deno test`'s op sanitizer with timers (#12...Andreu Botella
2021-11-28feat(runtime): add op_set_exit_code (#12911)Ben Noordhuis
2021-11-25feat(core): Add ability to "ref" and "unref" pending ops (#12889)Bartek Iwańczuk
2021-11-23feat(test): Add more overloads for "Deno.test" (#12749)Bartek Iwańczuk
2021-11-22fix(runtime): support reading /proc using readFile (#12839)Luca Casonato
2021-11-20fix(test): do not throw on error.errors.map (#12810)Yacine Hmito
2021-11-09feat(core): streams (#12596)Aaron O'Mullan
2021-11-03feat(ext/web): BYOB support for ReadableStream (#12616)Leo Kettmeir
2021-10-29feat: stabilize Deno.startTls (#12581)Luca Casonato
2021-10-26feat(runtime): add Deno.addSignalListener API (#12512)Yoshiya Hinosawa
2021-10-13fix(runtime/ops/worker_host): move permission arg parsing to Rust (#12297)Nayeem Rahman
2021-10-13chore: fix flaky steps_invalid_usage tests (#12422)David Sherret
2021-10-12chore: upgrade crates based on deno ast 0.3 (#12403)David Sherret
2021-10-11fix(runtime): Declare `Window.self` and `DedicatedWorkerGlobalScope.name` wit...Andreu Botella