Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-22 | remove --no-prompt flag, fail on missing permissions (#3183) | Yoshiya Hinosawa | |
2019-08-13 | Dynamic import should respect permissions (#2764) | Ryan Dahl | |
2019-07-31 | Use system rustfmt instead of fixed binary (#2701) | Ryan Dahl | |
2019-07-11 | Refactor error to use dynamic dispatch and traits | Bert Belder | |
This is in preperation for dynamic import (#1789), which is more easily implemented when errors are dynamic. | |||
2019-06-25 | Port code from Cargo and use for progress | Ryan Dahl | |
A lot of its functionality is unused still, but the goal it to slowly migrate logging functionality to it. There is also a useful progress bar which can be ported over later - it depends on this module. https://github.com/rust-lang/cargo/blob/4c1fa54d10f58d69ac9ff55be68e1b1c25ecb816/src/cargo/util/progress.rs | |||
2019-06-25 | simplify check_net test | Ryan Dahl | |
2019-06-22 | feat: log permission access (#2518) | Bartek IwaĆczuk | |
Replaces -D/--log-debug flag with --log-level=debug --log-level=info displays permission access | |||
2019-06-19 | Combine CLI Errors (#2487) | Kitson Kelly | |
2019-05-23 | Rename --allow-high-precision to --allow-hrtime (#2398) | Ryan Dahl | |
2019-05-11 | Add progress bar (#2309) | Ryan Dahl | |
2019-05-08 | First pass at permissions whitelist (#2129) | andy finch | |
2019-04-09 | Silence clippy warnings and format source code | Bert Belder | |
2019-04-08 | Allow high precision performance.now() (#1977) | Vincent LE GOFF | |
2019-03-20 | Fix clippy errors and upgrade Rust to 1.33.0 in CI (#1945) | Ryan Dahl | |
2019-03-19 | Rename //src/ to //cli/ (#1962) | Ryan Dahl | |
To better distinguish the deno_core crate from the executable deno, which will now be called "the cli" internally. |