nushell/crates/nu-engine/src
Stefan Holderbach 813aac89bd
Clippy fixes for toolchain bump (#13497)
- **Suggested default impl for the new `*Stack`s**
- **Change a hashmap to make clippy happy**
- **Clone from fix**
- **Fix conditional unused in test**
- then **Bump rust toolchain**
2024-07-31 14:49:22 +02:00
..
compile Fix bad method links in docstrings (#13471) 2024-07-27 19:39:29 -07:00
call_ext.rs Internal representation (IR) compiler and evaluator (#13330) 2024-07-10 17:33:59 -07:00
closure_eval.rs Use Arc for environment variables on the stack (#13333) 2024-07-10 17:34:50 -07:00
column.rs Use Record's public API in a bunch of places (#10927) 2023-11-08 14:24:00 +01:00
command_prelude.rs Internal representation (IR) compiler and evaluator (#13330) 2024-07-10 17:33:59 -07:00
documentation.rs Update config directly at assignment (#13332) 2024-07-11 06:09:33 -07:00
env.rs Update config directly at assignment (#13332) 2024-07-11 06:09:33 -07:00
eval_helpers.rs Internal representation (IR) compiler and evaluator (#13330) 2024-07-10 17:33:59 -07:00
eval_ir.rs Overhaul $in expressions (#13357) 2024-07-17 16:02:42 -05:00
eval.rs Clippy fixes for toolchain bump (#13497) 2024-07-31 14:49:22 +02:00
glob_from.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
lib.rs Add top-level crate documentation/READMEs (#12907) 2024-07-14 10:10:41 +02:00
scope.rs Use CommandType in more places (#12832) 2024-05-18 23:37:31 +00:00