cde92a9fb9
Fix most Clippy performance warnings
...
command used: cargo clippy -- -W clippy::perf
2019-12-06 23:25:47 +01:00
5622bbdd48
Merge pull request #1059 from coolshaurya/patch-1
...
Fix minor error in reject command docs
2019-12-06 08:13:55 -08:00
3d79a9c37a
Fix minor error in reject command docs
2019-12-06 17:27:14 +05:30
a2a5b30568
Merge pull request #1058 from jonathandturner/edit_insert_core
...
Move edit and insert to core
2019-12-05 12:42:19 -08:00
768adb84a4
Remove commented out region
2019-12-06 09:19:24 +13:00
26b0250e22
Remove commented out region
2019-12-06 09:18:16 +13:00
6893850fce
Move edit and insert to core
2019-12-06 09:15:41 +13:00
8834e6905e
Merge pull request #1055 from jonathandturner/ps_sys_crates
...
Extract ps and sys subcrates. Move helper methods to UntaggedValue
2019-12-04 12:24:45 -08:00
1d5f13ddca
formatting
2019-12-05 08:57:03 +13:00
d12c16a331
Extract ps and sys subcrates. Move helper methods to UntaggedValue
2019-12-05 08:52:31 +13:00
ecf47bb3ab
Merge pull request #1054 from jonathandturner/binaryview_crate
...
Move binaryview to a sub-crate
2019-12-04 10:17:01 -08:00
a4bb5d4ff5
Move binaryview to a sub-crate
2019-12-05 06:51:20 +13:00
e9ee7bda46
Merge pull request #1052 from jonathandturner/fix_textview
...
Re-enable the textview plugin, now its own crate
2019-12-04 08:49:40 -08:00
1d196394f6
Merge pull request #1045 from sebastian-xyz/range
...
add range command
2019-12-04 08:37:03 -08:00
cfda67ff82
Finish making the textview plugin optional
2019-12-05 05:28:48 +13:00
59510a85d1
fix build warnings
2019-12-04 17:13:21 +01:00
35edf22ac3
Test all subcrates
2019-12-04 19:53:06 +13:00
871fc72892
Test all subcrates
2019-12-04 19:49:38 +13:00
1fcf671ca4
Re-enable the textview plugin, now its own crate
2019-12-04 19:38:40 +13:00
ecebe1314a
update to new crates structure
2019-12-03 20:56:39 +01:00
bda5db59c8
Merge remote-tracking branch 'upstream/master' into range
2019-12-03 20:23:49 +01:00
4526d757b6
Merge pull request #1049 from andrasio/embed-list
...
embed as column when embedding a list
2019-12-03 02:51:58 -05:00
e5405d7f5c
embed as column when embedding a list
2019-12-03 02:26:01 -05:00
201506a5ad
add tests for range + run rustfmt
2019-12-03 08:24:49 +01:00
49f9253ca2
Merge pull request #1047 from jonathandturner/new_lines
...
Add new line primitive, bump version, allow bare filepaths
2019-12-02 23:14:08 -08:00
efc879b955
Add new line primitive, bump version, allow bare filepaths
2019-12-03 19:44:59 +13:00
3fa03eb7a4
Merge pull request #1046 from nushell/fix-external-words
...
Clean up expansion of external words
2019-12-02 17:12:50 -08:00
24bad78607
Clean up expansion of external words
...
Previously, external words accidentally used
ExpansionRule::new().allow_external_command(), when it should have been
ExpansionRule::new().allow_external_word().
External words are the broadest category in the parser, and are the
appropriate category for external arguments. This was just a mistake.
2019-12-02 16:34:33 -08:00
8de4c9dbb7
Merge pull request #1044 from nushell/protocol-extraction
...
Extract into crates
2019-12-02 14:29:04 -08:00
f858e854bf
Fix a rebase mistake
2019-12-02 13:48:34 -08:00
87dbd3d5ac
Extract build.rs
2019-12-02 13:14:51 -08:00
fe66b4c8ea
Merge remote-tracking branch 'origin/master' into protocol-extraction
2019-12-02 11:16:00 -08:00
8390cc97e1
add range command
2019-12-02 20:15:14 +01:00
c0a7d4e2a7
Update .gitpod.yml
2019-12-02 11:02:59 -08:00
ce23a672d9
add documentation for compact command
2019-12-02 11:02:59 -08:00
9851317aeb
add documentation for default command
2019-12-02 11:02:59 -08:00
3fb4a5d6e6
add documentation for format
2019-12-02 11:02:59 -08:00
340e701124
fix error in save.md
2019-12-02 11:02:59 -08:00
36938a4407
add documentation for save, config
2019-12-02 11:02:59 -08:00
6a6589a357
Update where.md
2019-12-02 11:02:59 -08:00
b94a32e523
add documentation for from-json, from-yaml, history, split-row
2019-12-02 11:02:59 -08:00
7db3c69984
update histogram, nth documentation
2019-12-02 11:02:59 -08:00
5406450c42
Add documentation for histogram, split-column
2019-12-02 11:02:59 -08:00
d6a6e16d21
Switch to the new Cargo.lock format
...
This was achieved by deleting Cargo.lock
and letting a recent Cargo nightly re-create
it. Support for the format was already
introduced in Rust 1.38, but currently,
stable releases of Cargo only retain it
if encountered but don't generate such
files by default.
The new format is smaller, better suited to
prevent merge conflicts and generates smaller
diffs at dependency updates, leading to
smaller git history.
You can read more about it in this PR: https://github.com/rust-lang/cargo/pull/7070
2019-12-02 11:02:59 -08:00
ea1b65916d
Update Cargo.toml
2019-12-02 11:02:59 -08:00
cd9d9ad50b
improve duration print
2019-12-02 11:02:58 -08:00
552272b37e
replace and find-replace str plugin additions.
2019-12-02 11:02:58 -08:00
388ce738e3
expand tilde in externals
2019-12-02 11:02:58 -08:00
ef7fbcbe9f
Update README.md
2019-12-02 11:02:58 -08:00
80941ace37
Add 0.6.1 release
2019-12-02 11:02:58 -08:00