summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
AgeCommit message (Collapse)Author
2019-08-09v0.14.0Bert Belder
2019-08-02third_party: upgrade rust cratesBert Belder
2019-07-31v0.13.0Ryan Dahl
2019-07-16v0.12.0Ryan Dahl
2019-07-07v0.11.0Ryan Dahl
2019-06-25v0.10.0Ryan Dahl
2019-06-25Port code from Cargo and use for progressRyan Dahl
A lot of its functionality is unused still, but the goal it to slowly migrate logging functionality to it. There is also a useful progress bar which can be ported over later - it depends on this module. https://github.com/rust-lang/cargo/blob/4c1fa54d10f58d69ac9ff55be68e1b1c25ecb816/src/cargo/util/progress.rs
2019-06-25third_party: add rust crate 'termcolor'Bert Belder
2019-06-21Fix comment (#2555)Matt Harrison
2019-06-15v0.9.0Ryan Dahl
2019-06-15third_party: upgrade rust cratesBert Belder
2019-06-09feat: Import maps (#2360)Bartek Iwańczuk
2019-06-08v0.8.0Ryan Dahl
2019-05-30third_party: upgrade rust cratesBert Belder
2019-05-29v0.7.0Ryan Dahl
2019-05-20v0.6.0Ryan Dahl
2019-05-16third_party: add rust crate 'serde_derive'Bert Belder
2019-05-16third_party: upgrade rust cratesBert Belder
2019-05-11v0.5.0Ryan Dahl
2019-05-11third_party: upgrade rust cratesBert Belder
2019-05-03v0.4.0Ryan Dahl
2019-05-03v0.3.11Ryan Dahl
2019-05-01fs: add Deno.utime/Deno.utimeSync (#2241)Kevin (Kun) "Kassimo" Qian
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-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-30Rename crate deno_core to deno (#2022)Ryan Dahl
2019-03-30Move //libdeno to //core/libdeno (#2015)Ryan Dahl
Fixes some sed errors introduced in c43cfe. Unfortunately moving libdeno required splitting build.rs into two parts, one for cli and one for core. I've also removed the arm64 build - it's complicating things at this re-org and we're not even testing it. I need to swing back to it and get tools/test.py running for it.