nushell/crates/nu-protocol/src
Hristo Filaretov 683b912263
Track call arguments in a single list (#5125)
* Initial implementation of ordered call args

* Run cargo fmt

* Fix some clippy lints

* Add positional len and nth

* Cargo fmt

* Remove more old nth calls

* Good ole rustfmt

* Add named len

Co-authored-by: Hristo Filaretov <h.filaretov@protonmail.com>
2022-04-09 14:55:02 +12:00
..
ast Track call arguments in a single list (#5125) 2022-04-09 14:55:02 +12:00
engine Improve describe to be more accurate (#5116) 2022-04-07 16:34:09 +12:00
value doc change from engine-q to nushell (#5134) 2022-04-08 10:29:21 -07:00
config.rs allow record as text style (#5092) 2022-04-04 22:36:48 +01:00
example.rs Start support for commandline args to nu itself (#851) 2022-01-27 01:42:39 +11:00
exportable.rs Add export alias and export extern (#4878) 2022-03-20 07:58:01 +13:00
id.rs Hide alias (#4432) 2022-02-12 11:50:37 +02:00
lib.rs Add support for var decl spans (#4787) 2022-03-09 04:42:19 -05:00
overlay.rs Add export alias and export extern (#4878) 2022-03-20 07:58:01 +13:00
pipeline_data.rs Fix for loop ctrlc not terminating (#5003) 2022-03-28 19:13:43 +13:00
shell_error.rs Implement rest of touch flags (#5119) 2022-04-07 06:44:05 -05:00
signature.rs Allow open to work with 'from ...' block commands (#5049) 2022-04-02 07:52:32 +13:00
span.rs Default values (#4770) 2022-03-07 15:08:56 -05:00
syntax_shape.rs Improve describe to be more accurate (#5116) 2022-04-07 16:34:09 +12:00
ty.rs Improve describe to be more accurate (#5116) 2022-04-07 16:34:09 +12:00
variable.rs Add support for var decl spans (#4787) 2022-03-09 04:42:19 -05:00