summaryrefslogtreecommitdiff
path: root/runtime/js/40_signals.js
AgeCommit message (Expand)Author
2024-05-23fix(runtime): use more null proto objects (#23921)Luca Casonato
2024-01-26refactor: migrate extensions to virtual ops module (#22135)Bartek Iwańczuk
2024-01-10refactor: use `core.ensureFastOps()` (#21888)Kenta Moriuchi
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-27perf: remove opAsync (#21690)Matt Mastracci
2023-12-07refactor: pull 'core', 'internals', 'primordials' from ES module (#21462)Bartek Iwańczuk
2023-11-09perf: remove knowledge of promise IDs from deno (#21132)Matt Mastracci
2023-04-14fix(core): Use safe primordials wrappers (#18687)Kenta Moriuchi
2023-02-07refactor: Use ES modules for internal runtime code (#17648)Leo Kettmeir
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-20chore: Update dlint (#17031)Kenta Moriuchi
2022-08-11perf(ops): Monomorphic sync op calls (#15337)Aapo Alasuutari
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-11-25feat(core): Add ability to "ref" and "unref" pending ops (#12889)Bartek Iwańczuk
2021-10-26feat(runtime): add Deno.addSignalListener API (#12512)Yoshiya Hinosawa
2021-09-07chore: add better error message for signal API on Windows (#11935)Bartek Iwańczuk
2021-09-06BREAKING(unstable): Remove Deno.Signals enum, Deno.signals.* (#11909)Ryan Dahl
2021-07-04refactor: use primordials in runtime/, part2 (#11248)Bartek Iwańczuk
2021-06-22fix(runtime): fix signal promise API (#11069)Yoshiya Hinosawa
2021-04-12refactor(deno): remove concept of bin & json ops (#10145)Aaron O'Mullan
2021-04-05refactor: convert ops to use serde_v8 (#10009)Aaron O'Mullan
2021-02-04chore: use strict mode for internal runtime, core, and op_crates js (#9391)Developing
2021-01-11chore: update copyright to 2021 (#9092)Yusuke Tanaka
2020-12-17refactor: Rename runtime/rt to runtime/js (#8806)Nayeem Rahman