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-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
2019-07-11
Refactor error to use dynamic dispatch and traits
Bert Belder
2019-06-26
feat: deno completions command (#2577)
Bartek Iwańczuk
2019-06-25
Port code from Cargo and use for progress
Ryan Dahl
2019-06-24
refactor: use Path/PathBuf in deno dir (#2559)
Bartek Iwańczuk
2019-06-22
feat: log permission access (#2518)
Bartek Iwańczuk
2019-06-19
Combine CLI Errors (#2487)
Kitson Kelly
2019-06-14
feat: add deno install command (#2522)
Bartek Iwańczuk
2019-06-12
Move ModuleSpecifier to //core (#2509)
Bartek Iwańczuk
2019-06-12
Refactor module resolving (#2493)
Bartek Iwańczuk
2019-06-11
Move Modules to ThreadSafeState (#2498)
Ryan Dahl
2019-06-09
feat: Import maps (#2360)
Bartek Iwańczuk
2019-06-08
Add 'bundle' subcommand. (#2467)
Kitson Kelly
2019-06-08
Remove tokio_util::block_on dep in compile_async and other cleanup
gurv-s
2019-06-08
Make print_file_info async
gurv-s
2019-06-05
RecursiveLoad shouldn't own the Isolate (#2453)
Ryan Dahl
2019-06-04
Handle compiler diagnostics in Rust (#2445)
Kitson Kelly
2019-05-25
add module and line no for Rust logger (#2409)
Bartek Iwańczuk
2019-05-17
Add crypto.getRandomValues() (#2327)
chiefbiiko
2019-05-17
Don't print new line if progress bar was not used (#2374)
Bartek Iwańczuk
2019-05-11
Add progress bar (#2309)
Ryan Dahl
2019-05-03
fix: deno version panic (#2286)
Bartek Iwańczuk
2019-05-03
add "deno run" subcommand (#2215)
Bartek Iwańczuk
2019-05-03
feat(cli cmd): deno xeval (#2260)
Kevin (Kun) "Kassimo" Qian
2019-05-03
Fix: deno --v8-options does not print v8 options (#2277)
Bartek Iwańczuk
[next]