nushell/crates/nu-parser/src
Stefan Holderbach 2c6b1471e1
Contentious clippy fixes (#13498)
Lints from stable or nightly toolchain that may have questionable added
value.

- **Contentious lint to contract into single `if let`**
- **Potential false positive around `AsRef`/`Deref` fun**
2024-08-01 11:02:55 +02:00
..
deparse.rs update deps calamine and quick-xml (#11582) 2024-01-19 12:23:51 -06:00
exportable.rs Restructure nu-protocol in more meaningful units (#11917) 2024-03-10 18:45:45 +01:00
flatten.rs Make parsing for unknown args in known externals like normal external calls (#13414) 2024-07-21 01:32:36 -07:00
known_external.rs Internal representation (IR) compiler and evaluator (#13330) 2024-07-10 17:33:59 -07:00
lex.rs Make assignment and const consistent with let/mut (#13385) 2024-07-30 18:55:22 -05:00
lib.rs Add top-level crate documentation/READMEs (#12907) 2024-07-14 10:10:41 +02:00
lite_parser.rs Make assignment and const consistent with let/mut (#13385) 2024-07-30 18:55:22 -05:00
parse_keywords.rs Contentious clippy fixes (#13498) 2024-08-01 11:02:55 +02:00
parse_patterns.rs Internal representation (IR) compiler and evaluator (#13330) 2024-07-10 17:33:59 -07:00
parse_shape_specs.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
parser.rs Clippy fixes from stable and nightly (#13455) 2024-07-31 20:37:40 +02:00
type_check.rs Mention the actual output type on an OutputMismatch error (#13355) 2024-07-12 11:45:53 +02:00