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
/
installer.rs
Age
Commit message (
Expand
)
Author
2022-04-11
feat: Add "deno check" subcommand for type checking (#14072)
Bartek Iwańczuk
2022-04-06
fix(cli/install): preserve compat flag (#14223)
Valentin Anger
2022-04-01
chore(tests): use custom temp dir creation for the tests (#14153)
David Sherret
2022-03-29
refactor(flags): rename CheckFlag to TypecheckMode (#14111)
Bartek Iwańczuk
2022-03-22
fix(tests): do not use global env vars in install tests (#14078)
David Sherret
2022-02-24
chore: upgrade to Rust 1.59 (#13767)
David Sherret
2022-02-12
feat: permission prompt by default (#13650)
Ryan Dahl
2022-01-15
chore: upgrade to rust 1.58 (#13377)
David Sherret
2022-01-14
refactor(installer): refactor installer code to be more testable (#13374)
David Sherret
2022-01-14
fix(cli): fix `deno install --prompt` (#13349)
Tomofumi Chiba
2022-01-10
fix: install shim with `--allow-all` should not output each permission indivi...
David Sherret
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-12-21
refactor: cleanup cli/main.rs (#13160)
Bartek Iwańczuk
2021-12-18
refactor: use `once_cell` instead of `lazy_static` (#13135)
Divy Srivastava
2021-12-04
chore: upgrade to Rust 1.57.0 (#12968)
Bartek Iwańczuk
2021-11-30
feat: add `--no-check=remote` flag (#12766)
Kitson Kelly
2021-09-30
feat(cli/uninstall): add uninstall command (#12209)
Sylvain Cau
2021-08-11
chore: move test files to testdata directory (#11601)
David Sherret
2021-07-06
chore: use parking_lot for synchronization primitives to align with tokio (#1...
David Sherret
2021-06-23
ci: run Linux release builds in sysroot with Ubuntu 18.04 and LLVM (#10920)
Bert Belder
2021-05-19
fix(deno install): support `file:` scheme URLs (#10562)
Satya Rohith
2021-05-10
fix(cli/installer): allow remote import maps (#10499)
Satya Rohith
2021-04-21
fix: do not panic on not found cwd (#10238)
Satya Rohith
2021-04-18
fix(install): use first `deno` executable on PATH rather than deno.exe (#10247)
David Sherret
2021-03-26
remove macro_use (#9884)
Ryan Dahl
2021-03-25
upgrade: Rust 1.51.0 (#9895)
Yusuke Tanaka
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-12
fix(installer): remove redundant clone (#9098)
Bert Belder
2021-01-11
chore: update copyright to 2021 (#9092)
Yusuke Tanaka
2021-01-07
feat: add --location=<href> and globalThis.location (#7369)
Nayeem Rahman
2021-01-04
feat(installer): Add support for MSYS on Windows (#8932)
Sylvain Cau
2020-12-29
refactor(cli/flags): change allow_read/write/net types from bool to Option<Ve...
Yusuke Tanaka
2020-12-06
refactor(cli): remove Option from Flags.v8_flags (#8633)
crowlKats
2020-11-30
feat: deno compile (#8539)
Luca Casonato
2020-11-19
refactor(cli): move tooling to cli/tools/ (#8424)
Bartek Iwańczuk