summaryrefslogtreecommitdiff
path: root/cli/shell.rs
AgeCommit message (Collapse)Author
2020-02-08refactor: rename ThreadSafeState, use RefCell for mutable state (#3931)Bartek IwaƄczuk
* rename ThreadSafeState to State * State stores InnerState wrapped in Rc and RefCell
2020-01-26Remove dead code in cli/shell.rs (#3792)Ryan Dahl
2020-01-05Rename crates: 'deno' to 'deno_core' and 'deno_cli' to 'deno' (#3600)Ry Dahl
2019-07-31Use system rustfmt instead of fixed binary (#2701)Ryan Dahl
2019-07-11Refactor error to use dynamic dispatch and traitsBert Belder
This is in preperation for dynamic import (#1789), which is more easily implemented when errors are dynamic.
2019-06-25Port code from Cargo and use for progressRyan 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