Jonathan Turner
|
f9b7376949
|
Merge pull request #1072 from jonathandturner/format_parse
Move format/parse to core commands
|
2019-12-08 18:26:35 -08:00 |
|
Jonathan Turner
|
e98ed1b43d
|
Move format/parse to core commands
|
2019-12-09 15:04:13 +13:00 |
|
Jonathan Turner
|
251c3e103d
|
Move format/parse to core commands
|
2019-12-09 14:57:53 +13:00 |
|
Jonathan Turner
|
d26e938436
|
Merge pull request #1071 from jonathandturner/fix_1068
Fix 1068
|
2019-12-08 12:38:10 -08:00 |
|
Jonathan Turner
|
dbadf9499e
|
Fix 1068
|
2019-12-09 08:15:14 +13:00 |
|
Jonathan Turner
|
28df1559ea
|
Merge pull request #1070 from jonathandturner/upgrade_some_deps
Upgrade some dependencies
|
2019-12-08 10:19:39 -08:00 |
|
Jonathan Turner
|
91784218c0
|
Upgrade some dependencies
|
2019-12-09 06:56:21 +13:00 |
|
Jonathan Turner
|
eeec5e10c3
|
Merge pull request #1069 from jonathandturner/param_complete
Named param completion
|
2019-12-08 08:55:13 -08:00 |
|
Jonathan Turner
|
0515ed976c
|
Fix panic
|
2019-12-09 05:36:24 +13:00 |
|
Jonathan Turner
|
f653992b4a
|
A little cleanup
|
2019-12-08 19:42:43 +13:00 |
|
Jonathan Turner
|
b5f8c1cc50
|
param completions work now
|
2019-12-08 19:23:31 +13:00 |
|
Jonathan Turner
|
f9a46ce1e7
|
WIP param completions
|
2019-12-08 19:04:23 +13:00 |
|
Jonathan Turner
|
b6ba7f97fd
|
WIP param completions
|
2019-12-08 18:58:53 +13:00 |
|
Jonathan Turner
|
7a47905f11
|
Merge pull request #1066 from thibran/fix-more-clippy-warnings
Fix more Clippy warnings
|
2019-12-07 16:10:36 -08:00 |
|
Thibaut Brandscheid
|
683f4c35d9
|
Fix more Clippy warnings
cargo clippy -- -W clippy::correctness
|
2019-12-07 21:04:58 +01:00 |
|
Jonathan Turner
|
dfa5173cf4
|
Merge pull request #1064 from thibran/split-table-from-list
split format/table::from_list into multiple functions
|
2019-12-07 09:00:14 -08:00 |
|
Thibaut Brandscheid
|
04b214bef6
|
split format/table::from_list into multiple functions
|
2019-12-07 14:52:52 +01:00 |
|
Jonathan Turner
|
37cb7fec77
|
Merge pull request #1063 from jonathandturner/unused_deps
Remove some unused deps
|
2019-12-06 23:44:52 -08:00 |
|
Jonathan Turner
|
8833969e4a
|
Remove some unused deps
|
2019-12-07 20:23:29 +13:00 |
|
Jonathan Turner
|
bda238267c
|
Merge pull request #1062 from jonathandturner/fetch_post
Fetch/post as plugins
|
2019-12-06 22:46:30 -08:00 |
|
Jonathan Turner
|
d07dc57537
|
Add missing fallback case
|
2019-12-07 19:24:58 +13:00 |
|
Jonathan Turner
|
d0a2888e88
|
Finish adding makeshift support for to fetch/post plugins
|
2019-12-07 17:23:59 +13:00 |
|
Jonathan Turner
|
cec2eff933
|
Merge branch 'master' into fetch_post
|
2019-12-07 16:53:50 +13:00 |
|
Jonathan Turner
|
38b7a3e32b
|
WIP move post/fetch to plugins
|
2019-12-07 16:46:05 +13:00 |
|
Jonathan Turner
|
9dfb6c023f
|
Merge pull request #1061 from thibran/fix-most-clippy-warnings
Fix most Clippy performance warnings
|
2019-12-06 19:26:20 -08:00 |
|
Thibaut Brandscheid
|
cde92a9fb9
|
Fix most Clippy performance warnings
command used: cargo clippy -- -W clippy::perf
|
2019-12-06 23:25:47 +01:00 |
|
Jonathan Turner
|
5622bbdd48
|
Merge pull request #1059 from coolshaurya/patch-1
Fix minor error in reject command docs
|
2019-12-06 08:13:55 -08:00 |
|
Shaurya Shubham
|
3d79a9c37a
|
Fix minor error in reject command docs
|
2019-12-06 17:27:14 +05:30 |
|
Jonathan Turner
|
a2a5b30568
|
Merge pull request #1058 from jonathandturner/edit_insert_core
Move edit and insert to core
|
2019-12-05 12:42:19 -08:00 |
|
Jonathan Turner
|
768adb84a4
|
Remove commented out region
|
2019-12-06 09:19:24 +13:00 |
|
Jonathan Turner
|
26b0250e22
|
Remove commented out region
|
2019-12-06 09:18:16 +13:00 |
|
Jonathan Turner
|
6893850fce
|
Move edit and insert to core
|
2019-12-06 09:15:41 +13:00 |
|
Jonathan Turner
|
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 |
|
Jonathan Turner
|
1d5f13ddca
|
formatting
|
2019-12-05 08:57:03 +13:00 |
|
Jonathan Turner
|
d12c16a331
|
Extract ps and sys subcrates. Move helper methods to UntaggedValue
|
2019-12-05 08:52:31 +13:00 |
|
Jonathan Turner
|
ecf47bb3ab
|
Merge pull request #1054 from jonathandturner/binaryview_crate
Move binaryview to a sub-crate
|
2019-12-04 10:17:01 -08:00 |
|
Jonathan Turner
|
a4bb5d4ff5
|
Move binaryview to a sub-crate
|
2019-12-05 06:51:20 +13:00 |
|
Jonathan Turner
|
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 |
|
Jonathan Turner
|
1d196394f6
|
Merge pull request #1045 from sebastian-xyz/range
add range command
|
2019-12-04 08:37:03 -08:00 |
|
Jonathan Turner
|
cfda67ff82
|
Finish making the textview plugin optional
|
2019-12-05 05:28:48 +13:00 |
|
Sebastian Jung
|
59510a85d1
|
fix build warnings
|
2019-12-04 17:13:21 +01:00 |
|
Jonathan Turner
|
35edf22ac3
|
Test all subcrates
|
2019-12-04 19:53:06 +13:00 |
|
Jonathan Turner
|
871fc72892
|
Test all subcrates
|
2019-12-04 19:49:38 +13:00 |
|
Jonathan Turner
|
1fcf671ca4
|
Re-enable the textview plugin, now its own crate
|
2019-12-04 19:38:40 +13:00 |
|
Sebastian Jung
|
ecebe1314a
|
update to new crates structure
|
2019-12-03 20:56:39 +01:00 |
|
Sebastian Jung
|
bda5db59c8
|
Merge remote-tracking branch 'upstream/master' into range
|
2019-12-03 20:23:49 +01:00 |
|
Andrés N. Robalino
|
4526d757b6
|
Merge pull request #1049 from andrasio/embed-list
embed as column when embedding a list
|
2019-12-03 02:51:58 -05:00 |
|
Andrés N. Robalino
|
e5405d7f5c
|
embed as column when embedding a list
|
2019-12-03 02:26:01 -05:00 |
|
Sebastian Jung
|
201506a5ad
|
add tests for range + run rustfmt
|
2019-12-03 08:24:49 +01:00 |
|
Jonathan Turner
|
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 |
|