summaryrefslogtreecommitdiff
path: root/cli/tools
AgeCommit message (Expand)Author
2021-05-02fix(test): change inflection depending on number of pending tests (#10466)Casper Beyer
2021-04-30fix(cli/tools/test): print module tests originate from (#10428)Casper Beyer
2021-04-29refactor(cli): move test reporting into trait (#10408)Casper Beyer
2021-04-28feat(test): run test modules in parallel (#9815)Casper Beyer
2021-04-26Remove denort optimization (#10350)Ryan Dahl
2021-04-24feat(cli/upgrade): add download progress (#10343)crowlKats
2021-04-23fix(cli): standalone bin corruption on M1 (#10311)Aaron O'Mullan
2021-04-21fix: do not panic on not found cwd (#10238)Satya Rohith
2021-04-21fix(installer): Remove double '.' from temporary archive extension on upgrade...Nicholas Rodrigues Lordello
2021-04-18fix(install): use first `deno` executable on PATH rather than deno.exe (#10247)David Sherret
2021-04-12feat(runtime/permissions): prompt fallback (#9376)crowlKats
2021-03-26remove macro_use (#9884)Ryan Dahl
2021-03-25upgrade: Rust 1.51.0 (#9895)Yusuke Tanaka
2021-03-10fix(fmt): Correctly format hard breaks in markdown (#9742)David Sherret
2021-03-08fix(coverage): ensure single line functions don't yield false positives (#9717)Casper Beyer
2021-03-07fix(cli/compile): do not append .exe depending on target (#9668)Divy Srivastava
2021-03-02chore: upgrade crates (#9632)Bartek Iwańczuk
2021-03-01feat(cli): represent type dependencies in info (#9630)Kitson Kelly
2021-02-25feat(cli/doc): use type definitions "deno doc" if available (#8459)Liam Murphy
2021-02-24feat: add "deno coverage" subcommand (#8664)Casper Beyer
2021-02-21fix(repl): filter out symbol candidates (#9555)Casper Beyer
2021-02-19fix: lint and fmt error if no target files are found (#9527)Yusuke Tanaka
2021-02-18feat: add json(c) support to deno fmt (#9292)Satya Rohith
2021-02-17Make ModuleSpecifier a type alias, not wrapper struct (#9531)Ryan Dahl
2021-02-08refactor(cli/tools/repl): merge highlighter into helper (#9448)Casper Beyer
2021-02-05fix(repl): prevent symbol completion panic (#9400)Casper Beyer
2021-02-02chore: remove std directory (#9361)Casper Beyer
2021-01-29fix(cli/coverage): display mapped instrumentation line counts (#9310)Casper Beyer
2021-01-28fix(coverage): use source maps when printing pretty reports (#9278)Casper Beyer
2021-01-27chore: fix typo in lint.rs (#9281)Ikko Ashimine
2021-01-24fix(compile): fix panic when cross-compiling between windows and unix (#9203)Liam Murphy
2021-01-20fix(coverage): ignore comments (#8639)Casper Beyer
2021-01-19feat: add markdown support to deno fmt (#8887)Satya Rohith
2021-01-19fix: full commit hash in canary compile download (#9166)Luca Casonato
2021-01-19fix(installer): pass cached-only to executable_args (#9169)Freddy Fallon
2021-01-18fix(cli/install): escape % symbols in windows batch files (#9133)Liam Murphy
2021-01-19feat: Standalone lite binaries and cross compilation (#9141)Bartek Iwańczuk
2021-01-13Remove unnecessary boxing of tokio::time::Sleep (#9105)Bert Belder
2021-01-12fix(installer): remove redundant clone (#9098)Bert Belder
2021-01-11upgrade: tokio 1.0 (#8779)Bartek Iwańczuk
2021-01-11chore: update copyright to 2021 (#9092)Yusuke Tanaka
2021-01-08feat: denort binary (#9041)Luca Casonato
2021-01-07feat: add --location=<href> and globalThis.location (#7369)Nayeem Rahman
2021-01-07fix(coverage): report partial lines as uncovered (#9033)Casper Beyer
2021-01-07fix(coverage): do not store source inline in raw reports (#9025)Casper Beyer
2021-01-04feat(installer): Add support for MSYS on Windows (#8932)Sylvain Cau
2021-01-04fix(coverage): merge duplicate reports (#8942)Casper Beyer
2020-12-29refactor(cli/flags): change allow_read/write/net types from bool to Option<Ve...Yusuke Tanaka
2020-12-21feat(unstable): record raw coverage into a directory (#8642)Casper Beyer
2020-12-13refactor: deno_runtime crate (#8640)Bartek Iwańczuk