summaryrefslogtreecommitdiff
path: root/core/libdeno/api.cc
AgeCommit message (Expand)Author
2020-01-05Replace libdeno with rusty_v8 (#3556)Ry Dahl
2020-01-02Happy new year! (#3578)Ry Dahl
2019-12-20repl: do not crash on async op reject (#3527)Kevin (Kun) "Kassimo" Qian
2019-11-07upgrade: V8 8.0.192Ryan Dahl
2019-10-22core: gracefully handle bad op id (#3131)Bartek Iwańczuk
2019-10-14perf: eager poll async ops in Isolate (#3046)Bartek Iwańczuk
2019-09-24Upgrade V8 for top-level-await (#3015)Ryan Dahl
2019-09-15Move GN root into //core/libdeno (#2943)Christian Moritz
2019-09-12feat: add bindings to run microtasks from Isolate (#2793)Bartek Iwańczuk
2019-08-07Add op_id throughout op API (#2734)Ryan Dahl
2019-07-18remove v8::Locker from deno_respond (#2664)andy finch
2019-07-08Rewrite snapshot_creator in RustBartek Iwańczuk
2019-06-20Fix silent failure of WebAssembly.instantiate() (#2548)Ryan Dahl
2019-06-14Revert "Refactor dispatch handling (#2452)"Ryan Dahl
2019-06-13Refactor dispatch handling (#2452)andy finch
2019-06-11Revert "Work around Windows-only V8 concurrent initialization crash"Bert Belder
2019-05-11core: make PinnedBuf::Raw -> PinnedBuf conversion actually a moveBert Belder
2019-05-02Work around Windows-only V8 concurrent initialization crashBert Belder
2019-05-01Refactor zero-copy buffers for performance and to prevent memory leaksBert Belder
2019-04-24core: Add test for snapshotting from Rust (#2197)Ryan Dahl
2019-04-08core: snapshot improvements (#2052)Ryan Dahl
2019-03-30Move //libdeno to //core/libdeno (#2015)Ryan Dahl