summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2019-04-09core: Rename Behavior to Dispatch (#2082)Ryan Dahl
2019-04-08core: poll ops round robinBert Belder
2019-04-08core: snapshot improvements (#2052)Ryan Dahl
2019-04-04v0.3.6Ryan Dahl
2019-04-04Improve docs in core (#2049)Ryan Dahl
2019-04-04Non-fatal compile_sync failures (#2039)andy finch
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-04-02Clippy fixesBert Belder
2019-04-01Add web worker JS API (#1993)andy finch
2019-03-31Publish rust crate on crates.io (#2024)Bert Belder
2019-03-31Remove deno_core_http_bench from core/Cargo.toml (#2023)Ryan Dahl
2019-03-30Rename crate deno_core to deno (#2022)Ryan Dahl
2019-03-30Call ninja directly from build.rs (#2020)Ryan Dahl
2019-03-30Move //libdeno to //core/libdeno (#2015)Ryan Dahl
2019-03-29third_party: upgrade rust cratesBert Belder
2019-03-28v0.3.5Ryan Dahl
2019-03-28Make sharedQueue overflow warning quieter (#2008)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-15allow v8 cli flags on deno_core_http_bench (#1934)Ryan Dahl
2019-03-12Small cleanups for //core (#1914)Ryan Dahl
2019-03-11core: Abstract out Behavior from Isolate (#1904)Ryan Dahl
2019-03-09Migrate from tslint to eslint for linting (#1905)Kitson Kelly
2019-02-28Use deno_core::JSError in deno (#1855)Ryan Dahl
2019-02-27third_party: upgrade rust cratesBert Belder
2019-02-26core: add Cargo.tomlBert Belder
2019-02-26deno_core (#1827)Ryan Dahl