summaryrefslogtreecommitdiff
path: root/Cargo.lock
AgeCommit message (Expand)Author
2019-04-25v0.3.10Ryan Dahl
2019-04-25v0.3.9Ryan Dahl
2019-04-23third_party: upgrade rust cratesBert Belder
2019-04-21Add Deno.kill(pid, signo) and process.kill(signo) (Unix only) (#2177)Kevin (Kun) "Kassimo" Qian
2019-04-19v0.3.8Ryan Dahl
2019-04-17Add cli dependency on tokio-rustlsBert Belder
2019-04-16Move deno_core_http_bench into examples dir (#2127)Ryan Dahl
2019-04-15third_party: upgrade rust cratesBert Belder
2019-04-11v0.3.7Ryan Dahl
2019-04-07Refactor CLI flag parsing (#2025)Bartek IwaƄczuk
2019-04-04v0.3.6Ryan Dahl
2019-03-31third_party: add rust crate 'clap'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-29third_party: upgrade rust cratesBert Belder
2019-03-28v0.3.5Ryan Dahl
2019-03-20v0.3.4Ryan Dahl
2019-03-13v0.3.3Ryan Dahl
2019-03-06v0.3.2Ryan Dahl
2019-02-28Use deno_core::JSError in deno (#1855)Ryan Dahl
2019-02-27v0.3.1Ryan Dahl
2019-02-27third_party: upgrade rust cratesBert Belder
2019-02-26core: add Cargo.tomlBert Belder
2019-02-18v0.3.0Ryan Dahl
2019-02-12third_party: upgrade rust cratesBert Belder
2019-02-08v0.2.11Ryan Dahl
2019-02-07third_party: add the 'regex' crateBert Belder
2019-02-07Add emojis to permission prompts (#1684)Dmitry Sharshakov
2019-02-02v0.2.10Ryan Dahl
2019-01-29v0.2.9Ryan Dahl
2019-01-26third_party: add the 'integer-atomics' crateBert Belder
2019-01-26third_party: upgrade rust cratesBert Belder
2019-01-19v0.2.8Ryan Dahl
2019-01-14v0.2.7Ryan Dahl
2019-01-14third_party: upgrade rust crates, now with `--edition 2018` supportBert Belder
2019-01-14third_party: upgrade rust cratesBert Belder
2019-01-07v0.2.6Ryan Dahl
2019-01-07Upgrade crates (#1471)Ryan Dahl
2019-01-01v0.2.5Ryan Dahl
2018-12-23v0.2.4Ryan Dahl
2018-12-23Use flatbuffers from crates.io (#1400)Ryan Dahl
2018-12-22make stdout unbuffered (#1355)Yoshiya Hinosawa
2018-12-18travis: Set CARGO_HOME to third_party/rust_crates (#1370)Ryan Dahl
2018-07-29Add sha1 and tempfile crates.Ryan Dahl
2018-07-18Use Cargo to install rust deps into //third_party/rust_crates (#383)robbym