Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
Fixes #9096. | |||
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 ↵ | Yusuke Tanaka | |
Option<Vec<T>> (#8896) This PR refactors "cli/flags.rs" and "runtime/permissions.rs" so that "allow_read", "allow_write" and "allow_net" themselves have allowlists, instead of storing them in additional fields. | |||
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 | |
This commit moves following tools into a single "tools" module located at "cli/tools/mod.rs": - formatter - linter - test runner - coverage collector - installer - binary upgrader - repl |