summaryrefslogtreecommitdiff
path: root/runtime
AgeCommit message (Expand)Author
2022-06-15BREAKING: remove `Intl.v8BreakIterator` (#14864)Luca Casonato
2022-06-14refactor(runtime/signal): revert SIGINT and SIGBREAK `Deno.kill` Windows chan...David Sherret
2022-06-13Deno.exit() is an alias to self.close() in worker contexts (#14826)Bartek Iwańczuk
2022-06-13feat(runtime/signal): implement SIGINT and SIGBREAK for windows (#14694)Geert-Jan Zwiers
2022-06-13Remove unstable Deno.sleepSync (#14719)Ryan Dahl
2022-06-09chore: Forward v1.22.3 to main (#14835)Colin Ihrig
2022-06-08refactor: ensure exit code reference is passed to all workers (#14814)Bartek Iwańczuk
2022-06-07refactor(core): Move Deno.core bindings to ops (#14793)Nayeem Rahman
2022-06-06fix: Format non-error exceptions (#14604)Nayeem Rahman
2022-06-02chore: Forward v1.22.2 to main (#14785)Bartek Iwańczuk
2022-05-31feat(unstable): add Deno.getGid (#14528)James Bradlee
2022-05-30refactor(bench): Allocate IDs for benches (#14757)Nayeem Rahman
2022-05-271.22.1Kitson Kelly
2022-05-26chore: upgrade rusty_v8 to 0.43.1 (#14713)Bartek Iwańczuk
2022-05-23fix: read raw stdin to prevent buffering (regression) (#14704)David Sherret
2022-05-20fix: prevent Deno.exit to fail when dispatchEvent tampered (#14665)Yoshiya Hinosawa
2022-05-19fix(runtime): improve permission descriptor validation (#14676)Colin Ihrig
2022-05-19feat: make Child.kill argument optional (#14669)Leo Kettmeir
2022-05-18refactor: use spawn API across codebase (#14414)Leo Kettmeir
2022-05-181.22.0 (#14657)denobot
2022-05-18 feat: return a signal string instead number on ChildStatus (#14643)Leo Kettmeir
2022-05-17BREAKING(unstable): Enable Deno namespace in workers by default (#14581)Nayeem Rahman
2022-05-17BREAKING: Remove unstable Deno.emit and Deno.formatDiagnostics APIs (#14463)Bartek Iwańczuk
2022-05-15Revert "refactor(runtime): change from signal_str_to_int function to enum (#1...Leo Kettmeir
2022-05-14refactor(runtime): change from signal_str_to_int function to enum (#14539)Leo Kettmeir
2022-05-14feat: add userAgent property to Navigator's prototype (#14415)randomicon00
2022-05-13chore(runtime): Make some ops in ext and runtime infallible. (#14589)Andreu Botella
2022-05-121.21.3 (#14584)Bert Belder
2022-05-11fix: stdout and stderr encoding on Windows (#14559)David Sherret
2022-05-11feat(runtime/spawn): add `AbortSignal` support (#14538)Leo Kettmeir
2022-05-10refactor: `StdFileResource` - remove unused cancel handle (#14558)David Sherret
2022-05-10refactor: remove unused `Option`s on `StdFileResource.fs_file` (#14549)David Sherret
2022-05-10fix(runtime/web_worker): Use biased select when getting module result (#14553)Nayeem Rahman
2022-05-09feat(test): change "failures:" headers in test report (#14490)Bartek Iwańczuk
2022-05-06feat(web): add `performance.timeOrigin` (#14489)Geert-Jan Zwiers
2022-05-051.21.2 (#14508)Colin Ihrig
2022-05-05chore: update deps (#14416)Luca Casonato
2022-05-05feat(test): Show Deno.test() call locations for failures (#14484)Nayeem Rahman
2022-05-03refactor: add core.formatLocationFilename, remove op_format_filename (#14474)Bartek Iwańczuk
2022-05-03BREAKING: Remove unstable Deno.applySourceMap API (#14473)Bartek Iwańczuk
2022-05-01fix(runtime): lossy utf8 readTextFile (#14456)Aaron O'Mullan
2022-05-01fix(test): actually capture stdout and stderr in workers (#14435)David Sherret
2022-04-28Forward 1.21.1 (#14428)Leo Kettmeir
2022-04-27fix(workers): Make `worker.terminate()` not block the current thread (#13941)Andreu Botella
2022-04-27perf(runtime): read entire files in single ops (#14261)Aaron O'Mullan
2022-04-27refactor: Remove PrettyJsError and js_error_create_fn (#14378)Nayeem Rahman
2022-04-26fix(test): capture worker stdout and stderr in test output (#14410)David Sherret
2022-04-26fix(test): capture inherited stdout and stderr for subprocesses in test outpu...David Sherret
2022-04-26refactor(ops/process): add `StdioOrRid` enum (#14393)David Sherret
2022-04-25chore: deno_http v0.43.1 (#14392)Aaron O'Mullan