index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
01_core.js
Age
Commit message (
Expand
)
Author
2022-03-21
fix(core): variadic opSync/opAsync (#14062)
Aaron O'Mullan
2022-03-19
chore(core,ext): minor JS optimisations (#13950)
Aapo Alasuutari
2022-03-14
feat(core): codegen ops (#13861)
Divy Srivastava
2022-03-12
refactor(core): validate promise id in refOp (#13905)
Yoshiya Hinosawa
2022-02-25
feat: deno test --trace-ops (#13770)
Bartek Iwańczuk
2022-02-16
feat(test): improved op sanitizer errors + traces (#13676)
Luca Casonato
2022-02-01
refactor: primordials for instanceof (#13527)
Bartek Iwańczuk
2022-01-27
Revert "refactor: update runtime code for primordial checks for "instanceof" ...
Bartek Iwańczuk
2022-01-27
refactor: update runtime code for primordial checks for "instanceof" (#13497)
Bartek Iwańczuk
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-11-25
feat(core): Add ability to "ref" and "unref" pending ops (#12889)
Bartek Iwańczuk
2021-11-09
feat(core): streams (#12596)
Aaron O'Mullan
2021-11-04
feat(runtime): give OS errors .code attributes (#12591)
Aaron O'Mullan
2021-10-10
refactor(metrics): move to core (#12386)
Aaron O'Mullan
2021-10-07
feat(core): cleaner opcall stack traces (#12358)
Aaron O'Mullan
2021-10-04
refactor(core): split opcall into sync/async (#12312)
Aaron O'Mullan
2021-10-03
perf(core): use opcall() directly (#12310)
Aaron O'Mullan
2021-09-10
perf(ext/http): optimize auto cleanup of request resource (#11978)
Bert Belder
2021-08-19
cleanup(core): rename handleAsyncMsgFromRust() to opresolve() (#11774)
Aaron O'Mullan
2021-07-02
refactor: introduce primordials (#10939)
Luca Casonato