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
/
ops.rs
Age
Commit message (
Expand
)
Author
2020-06-01
feat(core): Ops can take several zero copy buffers (#4788)
Valentin Anger
2020-05-29
refactor: Split isolate and state using safe get_slot() (#5929)
Ryan Dahl
2020-04-23
Rename deno_core::Isolate to deno_core::CoreIsolate (#4851)
Ryan Dahl
2020-04-19
Modify op dispatcher to include &mut Isolate argument (#4821)
Ryan Dahl
2020-04-18
Fix Op definitions (#4814)
Ryan Dahl
2020-04-15
Make writeSync, readSync, seekSync, openSync, isatty proper synchronous sysca...
Ryan Dahl
2020-02-25
Clean up how we use opIds (#4118)
Ryan Dahl
2020-02-15
refactor: replace Arc<Box<..>> with Rc<..> (#3996)
Bartek Iwańczuk
2020-02-03
refactor: Use Tokio's single-threaded runtime (#3844)
Ryan Dahl
2020-01-24
s/PinnedBuf/ZeroCopyBuf (#3782)
Ryan Dahl
2020-01-21
feat: add AsyncUnref ops (#3721)
Yoshiya Hinosawa
2020-01-06
refactor: remove core/libdeno.rs (#3611)
Bartek Iwańczuk
2020-01-02
Happy new year! (#3578)
Ry Dahl
2019-12-05
feat: first pass at native plugins (#3372)
Andy Finch
2019-11-18
feat: op registration during calls (#3375)
Andy Finch
2019-11-16
Use futures 0.3 API (#3358)
Bartek Iwańczuk
2019-10-22
core: gracefully handle bad op id (#3131)
Bartek Iwańczuk
2019-09-30
feat: op registration in core (#3002)
Bartek Iwańczuk