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
/
installer.rs
Age
Commit message (
Expand
)
Author
2020-09-16
Re-export deno_core::url (#7525)
Ryan Dahl
2020-09-16
Revert "feat(install): bundle before installation" (#7522)
Bert Belder
2020-09-15
refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476)
Bert Belder
2020-09-06
Move JSON ops to deno_core (#7336)
Bert Belder
2020-09-05
feat(install): bundle before installation (#5276)
Yoshiya Hinosawa
2020-08-27
fix(deno install): Strip "@..." suffixes from inferred names (#7223)
Nayeem Rahman
2020-08-12
feat: add support for --no-check flag in Deno install (#6948)
Jarrett Helton
2020-07-12
feat(install): add --config flag (#6204)
simwipado
2020-06-05
To find home dir, use only $USERPROFILE on Windows, $HOME on Posix (#6132)
Bert Belder
2020-05-09
fix(cli/installer): Fix concurrent env handling in tests (#5182)
Nayeem Rahman
2020-05-04
fix(install): Propagate --unstable flag (#5061)
Divya
2020-05-01
BREAKING: feat(cli/installer): Support guessing the executable name (#5036)
Nayeem Rahman
2020-04-26
the scheme bits of an uri is case-insensitive; https://tools.ietf.org/html/rf...
Thiago Veronezi
2020-04-16
feat(cli/installer.rs): Add DENO_INSTALL_ROOT (#4787)
Nayeem Rahman
2020-04-16
Add @ for cleaner Batch files on Windows (#4764)
trgwii
2020-04-11
deno install should also accept log level flags for installed script (#4714)
David Yamnitsky
2020-03-04
Fix `deno install` file name including extra dot on Windows (#4243)
yuta0801
2020-02-26
DenoFlags -> Flags (#4136)
Ryan Dahl
2020-02-17
feat: add --cert flag for http client (#3972)
geoFlux
2020-02-11
dont use env vars in multiple installer tests (#3967)
Bartek Iwańczuk
2020-02-11
refactor: rewrite deno test, add Deno.test() (#3865)
Bartek Iwańczuk
2020-02-11
refactor: Use PathBuf for paths in flag parsing and whitelists (#3955)
Nayeem Rahman
2020-02-08
install: add --force flag and remove yes/no prompt (#3917)
Kevin (Kun) "Kassimo" Qian
2020-02-07
Remove conditionals from installer (#3909)
Ryan Dahl
2020-02-02
Remove //tests symlink (#3849)
Luka Hartwig
2020-01-30
feat: deno install in Rust (#3806)
Bartek Iwańczuk