summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
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