summaryrefslogtreecommitdiff
path: root/cli/lib.rs
AgeCommit message (Expand)Author
2020-05-11BREAKING: There is no public Rust API for the CLI (#5226)Ryan Dahl
2020-05-11refactor: check permissions in SourceFileFetcher (#5011)Bartek Iwańczuk
2020-05-09refactor(cli): unify display of errors from Rust and JS (#5183)Bartek Iwańczuk
2020-05-09feat(upgrade): allow specifying a version (#5156)crowlKats
2020-05-08refactor: Remove cli::compilers module (#5138)Bartek Iwańczuk
2020-05-01BREAKING: feat(cli/installer): Support guessing the executable name (#5036)Nayeem Rahman
2020-04-30Unstable methods should not appear in runtime or d.ts (#4957)Luca Casonato
2020-04-27refactor: factor out AstParser from DocParser (#4923)Bartek Iwańczuk
2020-04-27feat(test): add quiet flag (#4894)Ali Hasani
2020-04-25remove bootstrap methods from global scope after bootstrapping (#4869)Bartek Iwańczuk
2020-04-23Parallelized deno fmt (#4823)David Sherret
2020-04-21Move resource_table from deno::State to deno_core::Isolate (#4834)Ryan Dahl
2020-04-16feat(cli/installer.rs): Add DENO_INSTALL_ROOT (#4787)Nayeem Rahman
2020-04-09feat(cli/doc): Support doc for runtime built-ins (#4635)Nayeem Rahman
2020-04-07feat(doc): handle basic reexports (#4625)Bartek Iwańczuk
2020-04-07BREAKING: Rename 'deno fetch' subcommand to 'deno cache' (#4656)Akshat Agarwal
2020-04-03Make inspector more robust, add --inspect-brk support (#4552)Bert Belder
2020-04-03upgrade dprint to 0.9.10 (#4601)Bartek Iwańczuk
2020-04-02feat: deno test --filter (#4570)Ryan Dahl
2020-04-01Expose global state publicly (#4572)Marcus Weiner
2020-03-28feat: Add "deno doc" subcommand (#4500)Bartek Iwańczuk
2020-03-27feat: Support Inspector / Chrome Devtools (#4484)Ryan Dahl
2020-03-23feat: first pass at "deno upgrade" (#4328)bartOssh
2020-03-19fix: std/testing/runner.ts and deno test (#4392)Bartek Iwańczuk
2020-03-10Add global "quiet" flag (#4135)Florian Häglsperger
2020-02-28Support TypeScript eval through `deno eval -T` flag (#4141)Kevin (Kun) "Kassimo" Qian
2020-02-26DenoFlags -> Flags (#4136)Ryan Dahl
2020-02-26upgrade: dprint 0.7.0 (#4130)Ryan Dahl
2020-02-25Remove _async from method names since _sync are gone (#4128)Ryan Dahl
2020-02-24Remove ansi_term dependency (#4116)João Souto
2020-02-24Revert "Remove ansi_term dependency"Ryan Dahl
2020-02-24Remove ansi_term dependency (#4106)João Souto
2020-02-23refactor: use OpError instead of ErrBox for errors in ops (#4058)Bartek Iwańczuk
2020-02-19refactor: rewrite HTTP cache for file fetcher (#4030)Bartek Iwańczuk
2020-02-18refactor: cleanup cli/lib.rs (#4006)Bartek Iwańczuk
2020-02-17fix(deno test): support directories as arguments (#4011)Bartek Iwańczuk
2020-02-13Clean up fmt flags and path handling (#3988)Ryan Dahl
2020-02-11refactor: rewrite deno test, add Deno.test() (#3865)Bartek Iwańczuk
2020-02-11refactor: Use PathBuf for paths in flag parsing and whitelists (#3955)Nayeem Rahman
2020-02-09fmt: `deno fmt -` formats stdin and print to stdout (#3920)Kevin (Kun) "Kassimo" Qian
2020-02-08refactor: rename ThreadSafeState, use RefCell for mutable state (#3931)Bartek Iwańczuk
2020-02-08install: add --force flag and remove yes/no prompt (#3917)Kevin (Kun) "Kassimo" Qian
2020-02-07Fix deno types | head (#3910)Ryan Dahl
2020-02-06Rename ThreadSafeGlobalState to GlobalState (#3907)Ryan Dahl
2020-02-05Move create_channels into worker constructor (#3889)Ryan Dahl
2020-02-04refactor: CLI subcommands and argv (#3886)Bartek Iwańczuk
2020-02-03refactor: Use Tokio's single-threaded runtime (#3844)Ryan Dahl
2020-01-31Add support for multiple files in fetch command (#3845)Tim Ermilov
2020-01-31chore: remove std/installer, port installer tests to Rust (#3843)Bartek Iwańczuk
2020-01-30feat: deno install in Rust (#3806)Bartek Iwańczuk