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