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
/
tools
Age
Commit message (
Expand
)
Author
2021-03-25
upgrade: Rust 1.51.0 (#9895)
Yusuke Tanaka
2021-03-10
fix(fmt): Correctly format hard breaks in markdown (#9742)
David Sherret
2021-03-08
fix(coverage): ensure single line functions don't yield false positives (#9717)
Casper Beyer
2021-03-07
fix(cli/compile): do not append .exe depending on target (#9668)
Divy Srivastava
2021-03-02
chore: upgrade crates (#9632)
Bartek Iwańczuk
2021-03-01
feat(cli): represent type dependencies in info (#9630)
Kitson Kelly
2021-02-25
feat(cli/doc): use type definitions "deno doc" if available (#8459)
Liam Murphy
2021-02-24
feat: add "deno coverage" subcommand (#8664)
Casper Beyer
2021-02-21
fix(repl): filter out symbol candidates (#9555)
Casper Beyer
2021-02-19
fix: lint and fmt error if no target files are found (#9527)
Yusuke Tanaka
2021-02-18
feat: add json(c) support to deno fmt (#9292)
Satya Rohith
2021-02-17
Make ModuleSpecifier a type alias, not wrapper struct (#9531)
Ryan Dahl
2021-02-08
refactor(cli/tools/repl): merge highlighter into helper (#9448)
Casper Beyer
2021-02-05
fix(repl): prevent symbol completion panic (#9400)
Casper Beyer
2021-02-02
chore: remove std directory (#9361)
Casper Beyer
2021-01-29
fix(cli/coverage): display mapped instrumentation line counts (#9310)
Casper Beyer
2021-01-28
fix(coverage): use source maps when printing pretty reports (#9278)
Casper Beyer
2021-01-27
chore: fix typo in lint.rs (#9281)
Ikko Ashimine
2021-01-24
fix(compile): fix panic when cross-compiling between windows and unix (#9203)
Liam Murphy
2021-01-20
fix(coverage): ignore comments (#8639)
Casper Beyer
2021-01-19
feat: add markdown support to deno fmt (#8887)
Satya Rohith
2021-01-19
fix: full commit hash in canary compile download (#9166)
Luca Casonato
2021-01-19
fix(installer): pass cached-only to executable_args (#9169)
Freddy Fallon
2021-01-18
fix(cli/install): escape % symbols in windows batch files (#9133)
Liam Murphy
2021-01-19
feat: Standalone lite binaries and cross compilation (#9141)
Bartek Iwańczuk
2021-01-13
Remove unnecessary boxing of tokio::time::Sleep (#9105)
Bert Belder
2021-01-12
fix(installer): remove redundant clone (#9098)
Bert Belder
2021-01-11
upgrade: tokio 1.0 (#8779)
Bartek Iwańczuk
2021-01-11
chore: update copyright to 2021 (#9092)
Yusuke Tanaka
2021-01-08
feat: denort binary (#9041)
Luca Casonato
2021-01-07
feat: add --location=<href> and globalThis.location (#7369)
Nayeem Rahman
2021-01-07
fix(coverage): report partial lines as uncovered (#9033)
Casper Beyer
2021-01-07
fix(coverage): do not store source inline in raw reports (#9025)
Casper Beyer
2021-01-04
feat(installer): Add support for MSYS on Windows (#8932)
Sylvain Cau
2021-01-04
fix(coverage): merge duplicate reports (#8942)
Casper Beyer
2020-12-29
refactor(cli/flags): change allow_read/write/net types from bool to Option<Ve...
Yusuke Tanaka
2020-12-21
feat(unstable): record raw coverage into a directory (#8642)
Casper Beyer
2020-12-13
refactor: deno_runtime crate (#8640)
Bartek Iwańczuk
2020-12-07
feat: add mvp language server (#8515)
Kitson Kelly
2020-12-06
refactor(cli): remove Option from Flags.v8_flags (#8633)
crowlKats
2020-12-01
fix: higlight `async` and `of` in REPL (#8569)
Liam Murphy
2020-12-01
fix(repl): close calls sometimes prints results (#8558)
Casper Beyer
2020-11-30
feat: deno compile (#8539)
Luca Casonato
2020-11-29
feat(cli/tools/upgrade): canary support (#8476)
crowlKats
2020-11-27
refactor(repl): use SWC lexer to highlight and validate (#8496)
Liam Murphy
2020-11-26
refactor(cli): reorganize main.rs and split workers (#8495)
Bartek Iwańczuk
2020-11-25
add canary versioning (#8480)
crowlKats
2020-11-24
feat(test): horizontal separator between disjoint runs of lines (#8484)
Valentin Anger
2020-11-22
feat(unstable): Support --watch flag for bundle and fmt subcommands (#8276)
Yusuke Tanaka
2020-11-22
refactor(cli/tools/upgrade): rework upgrade (#8331)
crowlKats
[next]