summaryrefslogtreecommitdiff
path: root/cli/main.rs
AgeCommit message (Expand)Author
2020-06-25Revert "fix(cli): ipv6 parsing for --allow-net params (#6453)" (#6458)Bartek Iwańczuk
2020-06-24fix(cli): ipv6 parsing for --allow-net params (#6453)Colin Harrington
2020-06-24Add ability to output compiler performance information (#6434)Kitson Kelly
2020-06-19refactor(compiler): split code paths for compile and bundle (#6304)Bartek Iwańczuk
2020-06-18chore(test): move testing utilities to test_util crate (#6360)Bartek Iwańczuk
2020-06-12feat(lint): add --rules flag (#6264)Bartek Iwańczuk
2020-06-12update: deno_lint to v0.1.10 (#6248)Bartek Iwańczuk
2020-06-11feat: allow reading the entry file from stdin (#6130)Jaap Aarts
2020-06-10feat(lint): use default globs, upgrade to v0.1.9 (#6222)Bartek Iwańczuk
2020-06-09upgrade: deno_lint v0.1.8 (#6208)Bartek Iwańczuk
2020-06-09feat(doc): display all overloads in cli details view (#6186)uki00a
2020-06-08feat: "deno lint" subcommand (#6125)Bartek Iwańczuk
2020-06-06Add diff for "deno fmt --check" (#5599)Filippo Rossi
2020-06-06feat: deno eval -p (#5682)Ryan Dahl
2020-06-04Revert "feat: format deno bundle output (#5139)" (#6085)Ryan Dahl
2020-06-01Move create_main_worker to MainWorker::create (#6034)Ryan Dahl
2020-06-01fix(bundle): better size output (#5997)Ali Hasani
2020-05-29refactor: Split isolate and state using safe get_slot() (#5929)Ryan Dahl
2020-05-29refactor: TS compiler and module graph (#5817)Bartek Iwańczuk
2020-05-29fix(cli): write lock file before running any code (#5794)Adam Odziemkowski
2020-05-20refactor: reorganize TS compiler (#5603)Bartek Iwańczuk
2020-05-18refactor: rewrite TS dependency analysis in Rust (#5029)Bartek Iwańczuk
2020-05-13Make --inspect-brk pause on the first line of _user_ code (#5250)Bert Belder
2020-05-11BREAKING: There is no public Rust API for the CLI (#5226)Ryan Dahl
2020-01-05Rename crates: 'deno' to 'deno_core' and 'deno_cli' to 'deno' (#3600)Ry Dahl
2019-09-16Move integration tests to //cli/tests/ (#2964)Ryan Dahl
2019-09-15Make deno_cli installable via crates.io (#2946)Ryan Dahl
2019-09-15Rename ansi.rs to colors.rs (#2956)Tomohito Nakayama
2019-09-10feat: Make integration tests rust unit tests (#2884)Bartek Iwańczuk
2019-09-10fix: replace bad rid panics with errors (#2870)Bartek Iwańczuk
2019-09-03Handle typescript version in rust (#2855)Yoshiya Hinosawa
2019-09-02Refactor snapshot build (#2825)Ryan Dahl
2019-09-01Remove DenoSubcommand::Install (#2846)Nayeem Rahman
2019-08-30Remove ts_library_builder, maintain lib.deno_runtime.d.ts by hand (#2827)Ryan Dahl
2019-08-26bring back json ops (#2815)Bartek Iwańczuk
2019-08-24Revert json ops (#2814)Ryan Dahl
2019-08-24port ops to JSON: compiler, errors, fetch, files (#2804)Bartek Iwańczuk
2019-08-22introduce JSON serialization for ops (#2799)Ryan Dahl
2019-08-21Organize dispatch a bit (#2796)Ryan Dahl
2019-08-16Revert "Remove dead code: legacy read/write ops"Ryan Dahl
2019-08-15Fix import map panics, use import map's location as its base URL (#2770)Nayeem Rahman
2019-08-14Remove dead code: legacy read/write ops (#2776)Ryan Dahl
2019-08-11feat: print cache location when no arg in deno info (#2752)Bartek Iwańczuk
2019-08-05Provide option to delete Deno namespace in worker (#2717)Kevin (Kun) "Kassimo" Qian
2019-07-31Use system rustfmt instead of fixed binary (#2701)Ryan Dahl
2019-07-31refactor: cleanup compiler pipeline (#2686)Bartek Iwańczuk
2019-07-31Add --current-thread flag (#2702)Bartek Iwańczuk
2019-07-31factor out FileFetcher to separate module (#2683)Bartek Iwańczuk
2019-07-17Refactor DenoDir (#2636)Bartek Iwańczuk
2019-07-16Support window.onload (#2643)Yoshiya Hinosawa