nushell/crates/nu-engine/src
JT 25a8caa9b0
Simplify expressions (#3389)
* WIP: experiment with simpler expressions

* fix simple invoke

* update tests

* fix a few tests

* Make paren parsing more robust

* fix external args

* Remove old invocation

* Update tests

* Update tests
2021-05-12 13:01:48 +12:00
..
env Clippy fixes for new Rust version (#3392) 2021-05-07 07:58:21 +12:00
evaluate Simplify expressions (#3389) 2021-05-12 13:01:48 +12:00
filesystem Clippy fixes for new Rust version (#3392) 2021-05-07 07:58:21 +12:00
plugin Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
shell Simplify down to one type of context (#3379) 2021-05-03 11:45:55 +12:00
call_info.rs Switch to "engine-p" (#3270) 2021-04-06 11:19:43 -05:00
command_args.rs Simplify down to one type of context (#3379) 2021-05-03 11:45:55 +12:00
config_holder.rs make Table, Autoview read in memory config. (#3287) 2021-04-08 17:31:19 -05:00
deserializer.rs nu-engine: deserialize_struct: fix missing conversion from string to column path (#3048) 2021-02-13 09:29:38 +13:00
documentation.rs Allow composing help message from two parts (#3124) 2021-03-08 12:57:58 +13:00
evaluation_context.rs Clippy fixes for new Rust version (#3392) 2021-05-07 07:58:21 +12:00
example.rs Split nu-cli into nu-cli/nu-engine (#2898) 2021-01-10 15:50:49 +13:00
from_value.rs Convert the rest of "random" subcommands to engine-p (#3399) 2021-05-10 19:07:57 +12:00
lib.rs Simplify down to one type of context (#3379) 2021-05-03 11:45:55 +12:00
maybe_text_codec.rs Clippy fixes for new Rust version (#3392) 2021-05-07 07:58:21 +12:00
print.rs Refactor nu-cli/env* (#3041) 2021-03-31 18:52:34 +13:00
script.rs Fix #3231: Pick up nu-env if cd with shortcuts (#3344) 2021-04-28 17:31:22 +12:00
whole_stream_command.rs Simplify down to one type of context (#3379) 2021-05-03 11:45:55 +12:00