summaryrefslogtreecommitdiff
path: root/runtime
AgeCommit message (Expand)Author
2022-08-05fix: various formatting fixes (#15412)David Sherret
2022-08-05chore: forward v1.24.2 release commit to main (#15410)denobot
2022-08-04fix: Update `Object.prototype.__proto__` related comments (#15394)Yongwook Choi
2022-07-29Forward 1.24.1 to main (#15333) (#15336)Colin Ihrig
2022-07-26chore(ops): Remove unused arguments from ops (#15315)Aapo Alasuutari
2022-07-23fix: unhandledrejection handling for sync throw in top level (#15279)Bartek Iwańczuk
2022-07-22fix: Child.unref() unrefs stdio streams properly (#15275)Bartek Iwańczuk
2022-07-211.24.0 (#15262)denobot
2022-07-20Reland "feat: add "unhandledrejection" event support" (#15211)Bartek Iwańczuk
2022-07-18feat(unstable): Ability to ref/unref "Child" in "Deno.spawnChild()" API (#15151)Leo Kettmeir
2022-07-18chore(repl): update rustyline to 10.0.0 (#15232)sigmaSd
2022-07-18BREAKING(unstable): Improve Deno.spawn() stdio API (#14919)Nayeem Rahman
2022-07-15refactor: allocate IDs for tests (#14729)Nayeem Rahman
2022-07-15chore: fix Windows specific clippy errors (#15212)David Sherret
2022-07-15Revert "feat: add "unhandledrejection" event support (#12994) (#15080)" (#15210)Bartek Iwańczuk
2022-07-14feat: add "unhandledrejection" event support (#12994) (#15080)Bartek Iwańczuk
2022-07-13fix(cli): synchronize async stdio/file reads and writes (#15092)David Sherret
2022-07-12chore: forward v1.23.4 release commit to main (#15172)Colin Ihrig
2022-07-11refactor: rename run_basic to run_local (#15068)cuobiezi
2022-07-051.23.3 (#15081)denobot
2022-07-05Revert "refactor(snapshots): to their own crate (#14794)" (#15076)Bartek Iwańczuk
2022-07-04Revert "feat: add "unhandledrejection" event support (#12994)" (#15075)Bartek Iwańczuk
2022-07-04feat: add "unhandledrejection" event support (#12994)Bartek Iwańczuk
2022-06-30chore: forward 1.23.2 to main (#15027)David Sherret
2022-06-30fix(runtime): derive default for deno_runtime::ExitCode (#15017)Curtis Allen
2022-06-28fix(test): typo ('finsihed') if text decoder not closed during test (#14996)nkronlage
2022-06-28feat(web): add beforeunload event (#14830)Colin Ihrig
2022-06-26build: require safety comments on unsafe code (#13870)Luca Casonato
2022-06-24refactor(snapshots): to their own crate (#14794)Aaron O'Mullan
2022-06-24fix: don't error if Deno.bench() or Deno.test() are used in run subcommand (#...Bartek Iwańczuk
2022-06-23v1.23.1 (#14954)Kayla Washburn
2022-06-20feat(ext/ffi): Callbacks (#14663)Aapo Alasuutari
2022-06-19refactor: make MainWorker::evaluate_module public (#14892)Mathias Lafeldt
2022-06-151.23.0 (#14878)denobot
2022-06-15chore: upgrade various deps (#14876)Ryan Dahl
2022-06-15chore(cli/cache): Remove CacheType::Declaration (#14873)Nayeem Rahman
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