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-11-22
feat(unstable): Support --watch flag for bundle and fmt subcommands (#8276)
Yusuke Tanaka
2020-11-22
feat(unstable): Add deno test --no-run (#8093)
Nayeem Rahman
2020-11-19
refactor(cli): move tooling to cli/tools/ (#8424)
Bartek Iwańczuk
2020-11-16
refactor(cli): rename fs module to fs_util (#8380)
Bartek Iwańczuk
2020-11-14
feat(lint): support --rules --json (#8384)
Bartek Iwańczuk
2020-11-13
refactor(cli): minor cleanup of main.rs (#8362)
Max Drosdo.www
2020-11-09
refactor(cli): remove unnecessary format! calls (#8315)
KNnut
2020-11-08
chore: remove dead code (#8298)
Bartek Iwańczuk
2020-11-06
refactor(cli): refactor file_fetcher (#8245)
Kitson Kelly
2020-11-02
refactor(cli): remove ProgramState::permissions (#8228)
Bartek Iwańczuk
2020-11-03
refactor(cli): cleanup compiler snapshot and tsc/module_graph (#8220)
Kitson Kelly
2020-11-02
refactor(cli): migrate runtime compile/bundle to new infrastructure (#8192)
Kitson Kelly
2020-10-29
refactor: don't spin up V8 for `deno cache` (#8186)
Luca Casonato
2020-10-28
fix(cli): restore tripleslash lib refs support (#8157)
Kitson Kelly
2020-10-26
fix: Use -rw-r--r-- for cache files (#8132)
Ryan Dahl
2020-10-26
Revert "feat(lint): stabilize "deno lint" subcommand (#8075)" (#8128)
Bartek Iwańczuk
2020-10-25
refactor(run): use new module graph for run --watch (#8085)
Bartek Iwańczuk
2020-10-23
refactor: use of lock file in ModuleGraph2 (#8087)
Bartek Iwańczuk
2020-10-23
Revert "feat(cli): Add deno cache --test and --worker (#7920)" (#8089)
Bartek Iwańczuk
2020-10-23
feat(cli): Add deno cache --test and --worker (#7920)
Nayeem Rahman
2020-10-23
refactor(cli): move bundle check to new infrastructure (#8071)
Kitson Kelly
2020-10-23
refactor(cli): migrate run and cache to new infrastructure (#7996)
Kitson Kelly
2020-10-22
feat(lint): stabilize "deno lint" subcommand (#8075)
Bartek Iwańczuk
2020-10-21
refactor(cli): use PathBuf instead of String for lint and fmt subcommands (#8...
Akshat Agarwal
2020-10-20
feat(cli): add support for bundle --no-check (#8023)
Kitson Kelly
2020-10-19
fix(cli): Handling of relative importmaps while using watch (#7950)
Absebo
2020-10-19
feat(cli/installer): Add missing flags for deno install (#7601)
Nayeem Rahman
2020-10-14
refactor(cli): add tsc2 (#7942)
Kitson Kelly
2020-10-13
refactor(cli): rename GlobalState to ProgramState (#7914)
Bartek Iwańczuk
2020-10-12
chore(cli): remove dead code (#7941)
Kitson Kelly
2020-10-12
refactor(cli): move info subcommand over to new module graph (#7892)
Kitson Kelly
2020-10-12
feat(cli): support importmap flag with deno doc subcommand (#7821)
Valentin Anger
2020-10-11
reland JsRuntime/Worker is not a Future (#7924)
Bartek Iwańczuk
2020-10-10
Fix 100% CPU idling problem by reverting #7672 (#7911)
Ryan Dahl
2020-10-09
refactor: Worker is not a Future (#7895)
Bartek Iwańczuk
2020-10-07
refactor(cli): remove TextDocument (#7850)
Kitson Kelly
2020-10-07
refactor(cli): cleanups to new module graph (#7846)
Kitson Kelly
2020-10-06
refactor(cli/repl): tightly integrate event loop (#7834)
Casper Beyer
2020-10-03
fix(cli/repl): put the thread to sleep when idle (#7804)
Casper Beyer
2020-10-02
refactor(repl): use an inspector session (#7763)
Casper Beyer
2020-09-28
fix(cli/test): do not start inspector server when collecting coverage (#7718)
Casper Beyer
2020-09-28
refactor: move op state registration to workers (#7696)
Bartek Iwańczuk
2020-09-27
fix: Use $deno$test.ts instead of .deno.test.ts (#7717)
Nayeem Rahman
2020-09-26
refactor: combine MainWorker::new and MainWorker::create (#7693)
Bartek Iwańczuk
2020-09-25
refactor: new module graph used for no check (#7621)
Kitson Kelly
2020-09-23
fix(cli/coverage): print lines with no coverage to stdout (#7640)
Casper Beyer
2020-09-23
fix(watch): watch importmap file for changes (#7580)
bartOssh
2020-09-22
fix(logger): change log level to which prefix added (#7582)
Yusuke Tanaka
2020-09-22
refactor(cli/coverage): remove dependency on global state (#7616)
Casper Beyer
2020-09-21
refactor: use futures and serde_json from deno_core (#7614)
Bartek Iwańczuk
[next]