summaryrefslogtreecommitdiff
path: root/runtime
AgeCommit message (Expand)Author
2021-12-21refactor: cleanup cli/main.rs (#13160)Bartek Iwańczuk
2021-12-18refactor: use `once_cell` instead of `lazy_static` (#13135)Divy Srivastava
2021-12-17fix: inspector prompts (#13123)Bartek Iwańczuk
2021-12-16chore: release crates for v1.17.0 (#13112)Bartek Iwańczuk
2021-12-16feat: support abort reasons in Deno APIs and `WebSocketStream` (#13066)Andreu Botella
2021-12-16fix(test): wait for inspector session in side modules (#13065)Jesper van den Ende
2021-12-15feat(ext/ffi): implement UnsafePointer and UnsafePointerView (#12828)Elias Sjögreen
2021-12-11Revert "fix(cli): don't add colors for non-tty outputs (#13031)" (#13054)Bartek Iwańczuk
2021-12-11fix: op_set_exit_code (#13034)Bartek Iwańczuk
2021-12-10fix(test): Make the op sanitizer delay macrotask into a queue (#12966)Andreu Botella
2021-12-10fix(cli): don't add colors for non-tty outputs (#13031)VishnuJin
2021-12-09feat(ext/timers): add refTimer, unrefTimer API (#12953)Yoshiya Hinosawa
2021-12-04chore: upgrade to Rust 1.57.0 (#12968)Bartek Iwańczuk
2021-12-04chore: merge v1.16.4 into main (#12984)Luca Casonato
2021-12-03refactor(ext/fetch): pass opstate in `FetchHandler::fetch_file`Leo Kettmeir
2021-11-30fix(test): Improve reliability of `deno test`'s op sanitizer with timers (#12...Andreu Botella
2021-11-29fix(workers): Make `worker.terminate()` not immediately kill the isolate (#12...Andreu Botella
2021-11-29Revert "fix(test): Improve reliability of `deno test`'s op sanitizer with tim...Bartek Iwańczuk
2021-11-28chore: re-export `deno_core` from `deno_runtime` (#12923)DjDeveloper
2021-11-28refactor: add deno_fetch::Options for init (#12904)Ryan Dahl
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-24chore: merge v1.16.3 into main (#12892)Bert Belder
2021-11-23feat(test): Add more overloads for "Deno.test" (#12749)Bartek Iwańczuk
2021-11-23fix: support "other" event type in FSWatcher (#12836)Luca Casonato
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-17chore: bump crates for 1.16.2 (#12792)David Sherret
2021-11-16refactor: re-export anyhow from deno_core (#12777)Ryan Dahl
2021-11-11chore: bump crate versions for 1.16.1 (#12729)Luca Casonato
2021-11-10refactor(ext/http): rewrite hyper integration and fix bug (#12732)Bert Belder
2021-11-09feat(core): streams (#12596)Aaron O'Mullan
2021-11-09chore: bump crate versions for 1.16.0 (#12706)Luca Casonato
2021-11-09Revert "refactor(ext/http): rewrite hyper integration and fix bug (#12332)" (...Luca Casonato
2021-11-08refactor(ext/http): rewrite hyper integration and fix bug (#12332)Bert Belder
2021-11-08refactor: move `mod tokio_util` to runtime (#12332)Bert Belder
2021-11-04feat(runtime): give OS errors .code attributes (#12591)Aaron O'Mullan
2021-11-03fix: Deno.emit crashes with BorrowMutError (#12627)Ryan Dahl
2021-11-03feat(ext/web): BYOB support for ReadableStream (#12616)Leo Kettmeir
2021-11-02chore: update to Rust edition 2021 (#12578)Bartek Iwańczuk
2021-11-01feat(ext/fetch): support fetching local files (#12545)Kitson Kelly
2021-10-29fix(runtime): require full read and write permissions to create symlinks (#12...David Sherret
2021-10-29feat: stabilize Deno.startTls (#12581)Luca Casonato
2021-10-29fix(encoding): support additional encoding labels (#12586)Andreu Botella
2021-10-27fix(workers): Make `importScripts()` use the same HTTP client as `fetch` (#12...Andreu Botella
2021-10-26chore: fix flaky permissions tests on windows (#12552)David Sherret
2021-10-26chore: upgrade Rust to 1.56.0 (#12514)Bert Belder
2021-10-26feat(runtime): add Deno.addSignalListener API (#12512)Yoshiya Hinosawa
2021-10-25chore: bump crate version for 1.15.3 (#12531)Yoshiya Hinosawa