summaryrefslogtreecommitdiff
path: root/core/libdeno.rs
AgeCommit message (Expand)Author
2020-01-06refactor: remove core/libdeno.rs (#3611)Bartek Iwańczuk
2020-01-06merge libdeno::DenoIsolate into core::Isolate (#3605)Bartek Iwańczuk
2020-01-05libdeno: don't pass pointers between core::Isolate and libdeno (#3602)Bartek Iwańczuk
2020-01-05remove libdeno::UserDataScope (#3601)Bartek Iwańczuk
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-10-22core: gracefully handle bad op id (#3131)Bartek Iwańczuk
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-24Add error handling for dynamic imports to libdeno (#2678)Bert Belder
2019-06-14Revert "Refactor dispatch handling (#2452)"Ryan Dahl
2019-06-13Refactor dispatch handling (#2452)andy finch
2019-06-10Expose dynamic import in core (#2472)Ryan Dahl
2019-05-02core: remove support for moving deno_buf ownership from C++ to JavaScriptBert 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-31Publish rust crate on crates.io (#2024)Bert Belder
2019-03-30Move //libdeno to //core/libdeno (#2015)Ryan Dahl
2019-03-21core: Allow terminating an Isolate from another thread (#1982)Simon Menke
2019-03-18Integrate //core into existing code baseRyan Dahl
2019-02-26deno_core (#1827)Ryan Dahl