nushell/crates/nu-protocol/src
Arthur 63c3d19c67
Port all? command (#365)
* Implement `From<bool>` for `Value`

* Add `All` command

* Change `IntoPipelineData` and `IntoInterruptiblePipelineData` bounds

* Refactor `PipelineIterator` impls

* Add `PipelineData::into_interruptible_iter`

* Use `into_interruptible_iter` instead of `all` helper

* Merge imports

* Refactor `PipelineData::{filter, map}`

* Change comment pronoun

* Treat `RowCondition` as a block

* Remove unnecessary braces

* Address cluppy warning
2021-11-28 06:49:03 +13:00
..
ast Move row condition to block (#368) 2021-11-26 16:49:03 +13:00
engine Add debug and describe (#351) 2021-11-19 18:00:29 +13:00
value Port all? command (#365) 2021-11-28 06:49:03 +13:00
config.rs add coloring by primitive, bring in nu-ansi-term crate (#353) 2021-11-20 07:12:35 -06:00
example.rs example unit test 2021-10-09 14:10:10 +01:00
exportable.rs Add environment variable support for modules (#331) 2021-11-16 12:16:06 +13:00
id.rs Separate Overlay into its own thing (#344) 2021-11-17 17:23:55 +13:00
lib.rs Dataframe feature (#361) 2021-11-23 08:14:40 +00:00
overlay.rs Add environment variable support for modules (#331) 2021-11-16 12:16:06 +13:00
pipeline_data.rs Port all? command (#365) 2021-11-28 06:49:03 +13:00
shell_error.rs Dataframe feature (#361) 2021-11-23 08:14:40 +00:00
signature.rs Add better exit command (#369) 2021-11-26 21:00:57 +13:00
span.rs Add more api docs 2021-11-03 13:26:09 +13:00
syntax_shape.rs Plugins signature load (#349) 2021-11-19 15:51:42 +13:00
ty.rs Dataframe feature (#361) 2021-11-23 08:14:40 +00:00