nushell/crates/nu-engine/src
Stefan Holderbach e90b099622
Use slices directly instead of &Vec (#10328)
Simplifies the signature, makes it more flexible.
Detected a few unnecessary allocations in the process.
2023-09-12 11:38:20 +08:00
..
call_ext.rs Allow parse-time evaluation of calls, pipelines and subexpressions (#9499) 2023-08-26 16:41:29 +03:00
column.rs Use slices directly instead of &Vec (#10328) 2023-09-12 11:38:20 +08:00
documentation.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
env.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
eval.rs remove profiling from nushell's hot loop (#10325) 2023-09-12 06:50:03 +12:00
glob_from.rs treat path contains '?' as pattern (#10142) 2023-09-03 19:25:00 -05:00
lib.rs Allow operator in constants (#10212) 2023-09-05 16:35:58 +02:00
scope.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00