nushell/src
est31 6aad0b8443 Remove async_stream_block from the prelude
... to indicate deprecation of its use
2019-09-26 02:39:59 +02:00
..
commands Remove async_stream_block from the prelude 2019-09-26 02:39:59 +02:00
data Store history.txt in user data path 2019-09-19 22:29:11 +02:00
env Replace crate visibility identifier with pub(crate) 2019-08-29 13:09:09 +02:00
evaluate More 'did you mean?' errors 2019-09-24 08:24:51 +12:00
format Replace vtable with pivot command 2019-09-17 19:07:11 +12:00
parser Switch to using Uuid::nil() and fix test 2019-09-18 19:05:33 +12:00
plugins Fix origin in binaryview 2019-09-18 19:18:58 +12:00
shell Filesystem shell can't cd into files. Ever. 2019-09-24 15:34:30 -05:00
cli.rs Merge pull request #706 from landaire/ctrlc_config 2019-09-26 09:22:11 +12:00
commands.rs Add urlencode/urldecode 2019-09-19 16:25:29 +12:00
context.rs Fix internal paths 2019-09-17 14:09:15 +12:00
data.rs Move internal terminology to tables/rows 2019-09-06 04:23:42 +12:00
env.rs Replace crate visibility identifier with pub(crate) 2019-08-29 13:09:09 +02:00
errors.rs More 'did you mean?' errors 2019-09-24 08:24:51 +12:00
format.rs Replace vtable with pivot command 2019-09-17 19:07:11 +12:00
fuzzysearch.rs Fix build without crossterm 2019-09-24 23:33:30 +02:00
git.rs Fix formatting with cargo fmt 2019-08-26 20:19:05 +02:00
lib.rs Use async-stream crate to replace most async_stream_block invocations 2019-09-26 02:39:20 +02:00
main.rs use clap::crate_version!() 2019-08-24 12:38:18 -04:00
parser.rs Revert "Revert "Migrate most uses of the Span concept to Tag"" 2019-09-14 11:30:24 -05:00
plugin.rs Remove unused code 2019-09-01 23:11:05 -07:00
prelude.rs Remove async_stream_block from the prelude 2019-09-26 02:39:59 +02:00
shell.rs run rustfmt 2019-09-11 10:36:50 -04:00
stream.rs Replace crate visibility identifier with pub(crate) 2019-08-29 13:09:09 +02:00
traits.rs Revert "Revert "Migrate most uses of the Span concept to Tag"" 2019-09-14 11:30:24 -05:00
utils.rs Add urlencode/urldecode 2019-09-19 16:25:29 +12:00