nushell/crates/nu-command/src/date
Stefan Holderbach 7884de1941
Remove some unnecessary static Vecs (#11947)
Avoid unnecessary allocations or larger iterator structs

- Turn static `Vec`s into arrays when possible
- Use `std::iter::once`/`empty` where applicable
- Use `bool::then_some` in `detect column` `.chain`
- Drop in the bucket: de-vec-ing tests
2024-02-24 20:58:01 +01:00
..
date_.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
humanize.rs Name the Value conversion functions more clearly (#11851) 2024-02-17 18:14:16 +00:00
list_timezone.rs Convert more examples and tests to record! macro (#10840) 2023-10-28 14:52:31 +02:00
mod.rs rename from date format to format date (#9902) 2023-08-04 06:06:00 +12:00
now.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
parser.rs Improve case insensitivity consistency (#10884) 2023-11-08 23:58:54 +01:00
to_record.rs Name the Value conversion functions more clearly (#11851) 2024-02-17 18:14:16 +00:00
to_table.rs Name the Value conversion functions more clearly (#11851) 2024-02-17 18:14:16 +00:00
to_timezone.rs Name the Value conversion functions more clearly (#11851) 2024-02-17 18:14:16 +00:00
utils.rs Remove some unnecessary static Vecs (#11947) 2024-02-24 20:58:01 +01:00