Commit Graph

4 Commits

Author SHA1 Message Date
2c89a228d5 add nu-ansi-term (#3089) 2021-02-22 12:33:34 -06:00
5481db4079 Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
430da53f0b Replace dirs and directories with maintained (#2949) 2021-01-19 14:24:27 -06:00
93e8f6c05e Split nu-cli into nu-cli/nu-engine (#2898)
We split off the evaluation engine part of nu-cli into its own crate. This helps improve build times for nu-cli by 17% in my tests. It also helps us see a bit better what's the core engine portion vs the part specific to the interactive CLI piece.

There's more than can be done here, but I think it's a good start in the right direction.
2021-01-10 15:50:49 +13:00