nushell/crates/nu-command/src/debug
Stefan Holderbach a14e9e0a2e
Invert &Options to Option<&T> (#10315)
Elide the reference for `Copy` type (`usize`)
Use the canonical deref where possible.
* `&Box` -> `&`
* `&String` -> `&str`
* `&PathBuf` -> `&Path`

Skips the ctrl-C handler for now.
2023-09-13 07:00:58 +08:00
..
ast.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
debug_.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
explain.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
inspect_table.rs Use slices directly instead of &Vec (#10328) 2023-09-12 11:38:20 +08:00
inspect.rs throw an error instead of a panic if no input is provided to inspect (#9259) 2023-05-22 13:54:04 -05:00
metadata.rs Invert &Options to Option<&T> (#10315) 2023-09-13 07:00:58 +08:00
mod.rs move ast command to the debug group (#8077) 2023-02-14 18:47:34 +00:00
profile.rs remove profiling from nushell's hot loop (#10325) 2023-09-12 06:50:03 +12:00
timeit.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
view_files.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
view_source.rs Spanned Value step 1: span all value cases (#10042) 2023-08-25 08:48:05 +12:00
view_span.rs Replace &Span with Span since Span is Copy (#9770) 2023-07-31 21:47:46 +02:00
view.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00