summaryrefslogtreecommitdiff
path: root/core/01_core.js
AgeCommit message (Expand)Author
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-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-11-09feat(core): streams (#12596)Aaron O'Mullan
2021-11-04feat(runtime): give OS errors .code attributes (#12591)Aaron O'Mullan
2021-10-10refactor(metrics): move to core (#12386)Aaron O'Mullan
2021-10-07feat(core): cleaner opcall stack traces (#12358)Aaron O'Mullan
2021-10-04refactor(core): split opcall into sync/async (#12312)Aaron O'Mullan
2021-10-03perf(core): use opcall() directly (#12310)Aaron O'Mullan
2021-09-10perf(ext/http): optimize auto cleanup of request resource (#11978)Bert Belder
2021-08-19cleanup(core): rename handleAsyncMsgFromRust() to opresolve() (#11774)Aaron O'Mullan
2021-07-02refactor: introduce primordials (#10939)Luca Casonato