summaryrefslogtreecommitdiff
path: root/core/isolate.rs
AgeCommit message (Expand)Author
2019-04-02Refactor deno_core::RecursiveLoad to be more idiomatic (#2034)Bert Belder
2019-04-02Add deno_core::RecursiveLoad for async module loading (#2034)Ryan Dahl
2019-03-30Move //libdeno to //core/libdeno (#2015)Ryan Dahl
2019-03-28Clippy fixes (#2009)Bert Belder
2019-03-26namespace reorg: libdeno and DenoCore to Deno.core (#1998)Kitson Kelly
2019-03-25Resolve callback moved from Behavior to mod_instantiate() (#1999)Ryan Dahl
2019-03-24Handle overflown shared queue (#1992)Bartek IwaƄczuk
2019-03-21core: Allow terminating an Isolate from another thread (#1982)Simon Menke
2019-03-18Re-implement init scripts in core (#1958)andy finch
2019-03-18Integrate //core into existing code baseRyan Dahl
2019-03-15core: remove reset() from SharedQueue APIBert Belder
2019-03-15core: Behavior shouldn't be genericRyan Dahl
2019-03-12Small cleanups for //core (#1914)Ryan Dahl
2019-03-11core: Abstract out Behavior from Isolate (#1904)Ryan Dahl