nushell/crates/nu-protocol/src/value
Ian Manske 442faa5576
Make Record.cols private (#12317)
# Description
Makes the `cols` field in `Record` private and fixes the implementation
of `rename` to account for this change.
2024-03-28 20:18:43 +00:00
..
custom_value.rs Misc doc fixes (#12266) 2024-03-23 07:26:08 -05:00
duration.rs Restructure nu-protocol in more meaningful units (#11917) 2024-03-10 18:45:45 +01:00
filesize.rs Restructure nu-protocol in more meaningful units (#11917) 2024-03-10 18:45:45 +01:00
from_value.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
from.rs Spanned Value step 1: span all value cases (#10042) 2023-08-25 08:48:05 +12:00
glob.rs ls, rm, cp, open, touch, mkdir: Don't expand tilde if input path is quoted string or a variable. (#12232) 2024-03-25 10:08:38 +08:00
lazy_record.rs Create Record type (#10103) 2023-08-25 07:50:29 +12:00
mod.rs Rename Value::CustomValue to Value::Custom (#12309) 2024-03-27 22:10:56 +01:00
path.rs open, rm, umv, cp, rm and du: Don't globs if inputs are variables or string interpolation (#11886) 2024-02-23 09:17:09 +08:00
range.rs Auto format let-else block (#10214) 2023-09-04 19:42:31 +12:00
record.rs Make Record.cols private (#12317) 2024-03-28 20:18:43 +00:00