nushell/crates/nu-cmd-extra/src/extra
Ian Manske fb4251aba7
Remove Record::from_raw_cols_vals_unchecked (#11810)
# Description
Follows from #11718 and replaces all usages of
`Record::from_raw_cols_vals_unchecked` with iterator or `record!`
equivalents.
2024-02-18 14:20:22 +02:00
..
bits Fix incorrect handling of boolean flags for builtin commands (#11492) 2024-01-11 17:19:48 +02:00
conversions Convert more examples and tests to record! macro (#10840) 2023-10-28 14:52:31 +02:00
filters Remove Record::from_raw_cols_vals_unchecked (#11810) 2024-02-18 14:20:22 +02:00
formats Name the Value conversion functions more clearly (#11851) 2024-02-17 18:14:16 +00:00
math Fix incorrect handling of boolean flags for builtin commands (#11492) 2024-01-11 17:19:48 +02:00
platform Name the Value conversion functions more clearly (#11851) 2024-02-17 18:14:16 +00:00
strings Name the Value conversion functions more clearly (#11851) 2024-02-17 18:14:16 +00:00
mod.rs Rename extra's format to format pattern (#11355) 2023-12-17 17:32:34 -06:00