summaryrefslogtreecommitdiff
path: root/core/ops.rs
AgeCommit message (Expand)Author
2020-02-25Clean up how we use opIds (#4118)Ryan Dahl
2020-02-15refactor: replace Arc<Box<..>> with Rc<..> (#3996)Bartek Iwańczuk
2020-02-03refactor: Use Tokio's single-threaded runtime (#3844)Ryan Dahl
2020-01-24s/PinnedBuf/ZeroCopyBuf (#3782)Ryan Dahl
2020-01-21feat: add AsyncUnref ops (#3721)Yoshiya Hinosawa
2020-01-06refactor: remove core/libdeno.rs (#3611)Bartek Iwańczuk
2020-01-02Happy new year! (#3578)Ry Dahl
2019-12-05feat: first pass at native plugins (#3372)Andy Finch
2019-11-18feat: op registration during calls (#3375)Andy Finch
2019-11-16Use futures 0.3 API (#3358)Bartek Iwańczuk
2019-10-22core: gracefully handle bad op id (#3131)Bartek Iwańczuk
2019-09-30feat: op registration in core (#3002)Bartek Iwańczuk