summaryrefslogtreecommitdiff
path: root/crates/nu-command/src/charting/hashable_value.rs
AgeCommit message (Expand)Author
2024-09-30Replace raw usize IDs with new types (#13832)Piepmatz
2024-08-23doc: fix broken doc links (#13644)Poliorcetics
2024-03-23Misc doc fixes (#12266)Devyn Cairns
2023-12-04Convert more ShellError variants to named fields (#11222)Eric Hodel
2023-11-08Use `Vec` for `Closure` captures (#10940)Ian Manske
2023-11-07Convert ShellError::UnsupportedInput to named fields (#10971)Eric Hodel
2023-10-30Reuse `Closure` type in `Value::Closure` (#10894)Ian Manske
2023-09-03Move Value to helpers, separate span call (#10121)JT
2023-08-25Spanned Value step 1: span all value cases (#10042)JT
2023-06-18revert: move to ahash (#9464)JT
2023-06-10Changes HashMap to use aHash instead, giving a performance boost. (#9391)Filip Andersson
2023-03-15Optional members in cell paths: Attempt 2 (#8379)Reilly Wood
2023-03-12Box `ShellError` in `Value::Error` (#8375)Stefan Holderbach
2022-12-26Fix typos by codespell (#7600)Kian-Meng Ang
2022-12-23Standardise the use of ShellError::UnsupportedInput and ShellError::TypeMisma...Leon
2022-12-03Protocol: debug_assert!() Span to reflect a valid slice (#6806)Daniel Buch Hansen
2022-11-10Split blocks and closures (#7075)JT
2022-11-10Declare input and output types of commands (#6796)Dan Davison
2022-05-13Implement histogram command (#5518)WindSoilder