summaryrefslogtreecommitdiff
path: root/Cargo.toml
AgeCommit message (Expand)Author
2019-12-05feat: first pass at native plugins (#3372)Andy Finch
2019-10-04Merge deno_cli_snapshots into deno_cli (#3064)Ryan Dahl
2019-09-15Make deno_cli installable via crates.io (#2946)Ryan Dahl
2019-09-02Refactor snapshot build (#2825)Ryan Dahl
2019-07-15hyper_hello should be in its own crate (#2641)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-20v0.3.4Ryan Dahl
2019-03-19Rename //src/ to //cli/ (#1962)Ryan 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-21chore: update license lines (#1557)Yoshiya Hinosawa
2019-01-19v0.2.8Ryan Dahl
2019-01-14v0.2.7Ryan Dahl
2019-01-14Update to rust 2018 editionAndy Hayden
2019-01-14third_party: upgrade rust crates, now with `--edition 2018` supportBert Belder
2019-01-14third_party: upgrade rust cratesBert Belder
2019-01-14build: winapi is a windows-only depBert Belder
2019-01-14src: remove dependency on the 'kernel32' crateBert 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-14v0.2.3Ryan Dahl
2018-12-07v0.2.2Ryan Dahl
2018-12-06Process source maps in Rust instead of JS (#1280)Ryan Dahl
2018-11-30v0.2.1Ryan Dahl
2018-11-30Upgrade Rust cratesRyan Dahl
2018-11-16v0.2.0Ryan Dahl
2018-11-16Specify exact versions in Cargo.tomlRyan Dahl
2018-11-14Support request method and headers in fetch() (#1188)Ryan Dahl
2018-11-12v0.1.12Ryan Dahl
2018-11-05v0.1.11Ryan Dahl
2018-11-05Add repl (#998)Andy Hayden