summaryrefslogtreecommitdiff
path: root/cli/tools
AgeCommit message (Expand)Author
2021-08-06feat: ffi to replace plugins (#11152)Elias Sjögreen
2021-08-06refactor: make `ParsedModule` implement `Sync` (#11581)David Sherret
2021-07-30chore: upgrade Rust to 1.54.0 (#11554)Yusuke Tanaka
2021-07-29feat: type check codeblocks in Markdown file with "deno test --doc" (#11421)Casper Beyer
2021-07-29fix(cli): deno doc panics on invalid url (#11536)Feng Yu
2021-07-28feat(lsp): ability to set DENO_DIR via settings (#11527)Kitson Kelly
2021-07-26feat(cli/tools/test): imply media type from doc attribute (#11438)Casper Beyer
2021-07-26fix(cli): side-load test modules (#11515)Casper Beyer
2021-07-23feat: add --enable-testing-features-do-not-use (#11499)Luca Casonato
2021-07-22fix(cli): normalize test command errors (#11375)Casper Beyer
2021-07-19fix(repl): output error without hanging when input is invalid (#11426)Ayato Tokubi
2021-07-14refactor(cli/tools/test_runner): split reporter into distinct stages (#11395)Casper Beyer
2021-07-14refactor(cli/tools/test_runner): make test reporters stateless (#11357)Casper Beyer
2021-07-12feat: Add support for "deno test --fail-fast=N" (#11316)Yasser A.Idrissi
2021-07-12chore(cli/tools/test_runner): inline execute_module rresults (#11358)Casper Beyer
2021-07-10Revert "feat(cli/tools/test_runner): add terse reporter (#11156)" (#11352)Ryan Dahl
2021-07-10feat(cli/tools/test_runner): add terse reporter (#11156)Casper Beyer
2021-07-08feat(repl): support autocomplete on declarations containing a primitive (#11325)David Sherret
2021-07-08refactor(cli/tools/coverage): strongly type inspector values (#11326)Casper Beyer
2021-07-07fix(cli/tools/upgrade): check if passed version is valid (#11296)Leo K
2021-07-07fix(cli/tools/lint): output json reports to stdout (#11311)Casper Beyer
2021-07-06chore: use parking_lot for synchronization primitives to align with tokio (#1...David Sherret
2021-07-06fix(repl): do not panic when Deno.inspect throws (#11292)Casper Beyer
2021-07-05feat(test): add --shuffle flag to randomize test ordering (#11163)Casper Beyer
2021-06-29chore: get rid of REPL timeout (#11175)Bert Belder
2021-06-29fix(cli): pretty print coverage files (#11157)Casper Beyer
2021-06-24feat(repl): support import declarations in the REPL (#11086)David Sherret
2021-06-23ci: run Linux release builds in sysroot with Ubuntu 18.04 and LLVM (#10920)Bert Belder
2021-06-22feat(repl): show list completion (#11001)Casper Beyer
2021-06-22refactor: unify JavaScript script execution method (#11043)Bartek Iwańczuk
2021-06-22feat(cli): support "types" when type checking (#10999)Kitson Kelly
2021-06-21feat(repl): Type stripping in the REPL (#10934)David Sherret
2021-06-15fix(repl): Complete declarations (#10963)David Sherret
2021-06-09refactor(repl): Extract out structs for internal REPL code (#10915)David Sherret
2021-06-06chore: upgrade crates (#10867)Bartek Iwańczuk
2021-05-26refactor: move JsRuntimeInspector to deno_core (#10763)Bartek Iwańczuk
2021-05-26refactor: Rewrite Inspector implementation (#10725)Bartek Iwańczuk
2021-05-24fix(cli/test): don't use reserved symbol `:` in specifier (#10751)Casper Beyer
2021-05-24fix(cli/upgrade): modify download size paddings (#10639)CGQAQ
2021-05-20fix(cli/tools/test_runner): --doc should not require permissions (#10719)Casper Beyer
2021-05-19fix(cli): always allow documentation modules to be checked (#10581)Casper Beyer
2021-05-19fix(cli/tools/test_runner): use file_fetcher.fetch to get sources (#10708)Casper Beyer
2021-05-19fix(deno install): support `file:` scheme URLs (#10562)Satya Rohith
2021-05-18feat(lsp): support formatting json and markdown files (#10180)Satya Rohith
2021-05-17fix: static import permissions in dynamic importsLuca Casonato
2021-05-11feat(test): add support for type checking documentation (#10521)Casper Beyer
2021-05-10chore: upgrade crates (#10559)Bartek Iwańczuk
2021-05-10feat: add deno test --watch (#9160)Liam Murphy
2021-05-10fix(cli/installer): allow remote import maps (#10499)Satya Rohith
2021-05-02fix(test): change inflection depending on number of pending tests (#10466)Casper Beyer