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
/
runtime
Age
Commit message (
Expand
)
Author
2023-06-29
refactor(ops): op2 support for generics (#19636)
Matt Mastracci
2023-06-29
fix(core): Ensure we don't lose the waker when polling an empty JoinSet (#19655)
Matt Mastracci
2023-06-26
chore: fix typos (#19572)
Martin Fischer
2023-06-26
Revert "Reland "refactor(core): cleanup feature flags for js source i… (#19...
Bartek Iwańczuk
2023-06-25
refactor(ops): ops2 supports result in fast path (#19603)
Matt Mastracci
2023-06-25
Reland "refactor(core): cleanup feature flags for js source inclusion" (#19519)
Nayeem Rahman
2023-06-24
refactor(ops): op2 supports Result in slow call path (#19602)
Matt Mastracci
2023-06-24
refactor(ops): Adding op2 macro and implementing in a couple of places (#19534)
Matt Mastracci
2023-06-23
fix(serde_v8): Do not coerce values in serde_v8 (#19569)
Divy Srivastava
2023-06-22
refactor(serde_v8): split ZeroCopyBuf into JsBuffer and ToJsBuffer (#19566)
Bartek Iwańczuk
2023-06-14
refactor(core): Remove MaybeDone from ops to eventually remove the box (#19508)
Matt Mastracci
2023-06-14
refactor(core): some runtime methods should live on the module map (#19502)
Matt Mastracci
2023-06-14
chore(core): Refactor runtime and split out tests (#19491)
Matt Mastracci