bors[bot]
|
23706657fc
|
Merge #1732
1732: Fixed #1622 r=pksunkara a=sphinxc0re
Co-authored-by: Julian Laubstein <contact@julianlaubstein.de>
|
2020-03-08 19:52:12 +00:00 |
|
Julian Laubstein
|
c34a0fdae9
|
Added tests and fixed display of conflicted flags
|
2020-03-08 17:11:12 +01:00 |
|
Julian Laubstein
|
444bce2471
|
Fixed #1622
|
2020-03-08 16:39:14 +01:00 |
|
bors[bot]
|
19c20f7c00
|
Merge #1727
1727: Fix `-- subcommand` error r=pksunkara a=ldm0
Co-authored-by: Donough Liu <ldm2993593805@163.com>
|
2020-03-05 13:01:05 +00:00 |
|
bors[bot]
|
233ae171be
|
Merge #1726
1726: Derive clippy r=pksunkara a=CreepySkeleton
Co-authored-by: CreepySkeleton <creepy-skeleton@yandex.ru>
|
2020-03-05 12:28:30 +00:00 |
|
Donough Liu
|
5b9f6197b1
|
Test added, Apply rustfmt
|
2020-03-05 20:02:48 +08:00 |
|
CreepySkeleton
|
821b0792ea
|
Fix test
|
2020-03-05 14:06:11 +03:00 |
|
CreepySkeleton
|
5d9ef1527f
|
Fix warnings in tests & examples
|
2020-03-05 13:40:25 +03:00 |
|
Donough Liu
|
79cec6a298
|
Fix misplaced subcommand matching failure emitter.
Only positional args follow `--`.
|
2020-03-05 18:38:55 +08:00 |
|
bors[bot]
|
b86bf25c18
|
Merge #1724
1724: Basic github action for benchmarking r=CreepySkeleton a=pksunkara
Co-authored-by: Pavan Kumar Sunkara <pavan.sss1991@gmail.com>
|
2020-03-05 10:36:21 +00:00 |
|
Donough Liu
|
bd1b73d7c8
|
Another Typo
|
2020-03-05 17:56:24 +08:00 |
|
Pavan Kumar Sunkara
|
4860516555
|
Shorten some of the benches names
|
2020-03-05 10:22:37 +01:00 |
|
Donough Liu
|
c86ac603f1
|
Typo
|
2020-03-05 17:17:07 +08:00 |
|
CreepySkeleton
|
bfc850e99a
|
Suppress warnings in generated code
|
2020-03-05 11:35:21 +03:00 |
|
Pavan Kumar Sunkara
|
eaae1202cb
|
Basic github action for benchmarking
|
2020-03-05 09:21:39 +01:00 |
|
bors[bot]
|
54f2072a66
|
Merge #1725
1725: docs(README.md): adds details about MSRV by clap version r=pksunkara a=kbknapp
Co-authored-by: Kevin K <kbknapp@gmail.com>
|
2020-03-05 03:34:43 +00:00 |
|
Kevin K
|
2b017f5450
|
docs(README.md): adds details about MSRV by clap version
|
2020-03-04 22:06:06 -05:00 |
|
bors[bot]
|
3792941cb1
|
Merge #1719
1719: Use GH actions/continuous_becnchmark r=CreepySkeleton a=CreepySkeleton
Co-authored-by: CreepySkeleton <creepy-skeleton@yandex.ru>
|
2020-03-04 19:07:48 +00:00 |
|
CreepySkeleton
|
d466a56aa1
|
Fix benches
|
2020-03-04 21:31:18 +03:00 |
|
bors[bot]
|
5e0898c175
|
Merge #1718
1718: Fix core dump with mutually `requires()` args r=pksunkara a=CreepySkeleton
Co-authored-by: CreepySkeleton <creepy-skeleton@yandex.ru>
|
2020-03-04 12:51:19 +00:00 |
|
CreepySkeleton
|
839ed2588c
|
Fix core dump with mutually requires() args
Fixes #1643
|
2020-03-04 15:21:06 +03:00 |
|
bors[bot]
|
7669d54454
|
Merge #1716
1716: Unit struct r=CreepySkeleton a=pksunkara
Co-authored-by: Pavan Kumar Sunkara <pavan.sss1991@gmail.com>
|
2020-03-02 16:36:17 +00:00 |
|
Pavan Kumar Sunkara
|
d8d29aea13
|
Remove every proc_macro_derive except Clap
|
2020-03-02 16:28:35 +01:00 |
|
Pavan Kumar Sunkara
|
804639ca67
|
Rename labels in bors
|
2020-03-02 11:47:08 +01:00 |
|
Pavan Kumar Sunkara
|
0c22a9df6c
|
Added support for unit-struct
|
2020-03-02 11:46:40 +01:00 |
|
bors[bot]
|
68566a6848
|
Merge #1713
1713: fix: bash completions with app name which contains `-` r=CreepySkeleton a=pksunkara
Co-authored-by: quake wang <quake.wang@gmail.com>
|
2020-03-02 07:36:22 +00:00 |
|
bors[bot]
|
9eed0bf80f
|
Merge #1712
1712: Make cargo feature additive r=CreepySkeleton a=pksunkara
Co-authored-by: Pavan Kumar Sunkara <pavan.sss1991@gmail.com>
|
2020-03-02 07:11:06 +00:00 |
|
bors[bot]
|
e8e9be229f
|
Merge #1714
1714: Allow bench to fail in travis to reduce CI time r=CreepySkeleton a=pksunkara
Co-authored-by: Pavan Kumar Sunkara <pavan.sss1991@gmail.com>
|
2020-03-02 06:46:54 +00:00 |
|
Pavan Kumar Sunkara
|
2055e0d1ee
|
Allow bench to fail in travis to reduce CI time
|
2020-03-01 23:39:24 +01:00 |
|
quake wang
|
bb4a6df5ba
|
fix: bash completions with app name which contains -
|
2020-03-01 23:35:49 +01:00 |
|
Pavan Kumar Sunkara
|
47782cfac6
|
Make cargo feature additive
|
2020-03-01 22:55:57 +01:00 |
|
bors[bot]
|
cb29d1d547
|
Merge #1710
1710: Ambiguous suggetions for InferSubcommands r=CreepySkeleton,pksunkara a=pickfire
Co-authored-by: Ivan Tham <pickfire@riseup.net>
|
2020-03-01 14:43:41 +00:00 |
|
Ivan Tham
|
908b7aeb44
|
Ambiguous suggetions for InferSubcommands
Closes #1655
|
2020-03-01 19:36:05 +08:00 |
|
bors[bot]
|
c192f5effb
|
Merge #1709
1709: Tidy up the bug report template r=pksunkara a=CreepySkeleton
Co-authored-by: CreepySkeleton <creepy-skeleton@yandex.ru>
|
2020-02-29 16:08:01 +00:00 |
|
CreepySkeleton
|
3c321a75d0
|
Tidy up the bug report template
|
2020-02-29 12:24:15 +03:00 |
|
bors[bot]
|
4aaddf8375
|
Merge #1706
1706: Fix Clap::try_parse_from documentation r=pksunkara a=emilazy
Co-authored-by: Emily <vcs@emily.moe>
|
2020-02-27 12:48:46 +00:00 |
|
Emily
|
d36277b644
|
Fix Clap::try_parse_from documentation
|
2020-02-25 16:50:47 +00:00 |
|
bors[bot]
|
e4a7f50128
|
Merge #1669
1669: refactor: Rename Arg::conflicts_with_everything to Arg::exclusive (#1… r=pksunkara a=CreepySkeleton
Co-authored-by: Gregor Pfeifer <gpfeifer@dxc.com>
|
2020-02-22 21:58:29 +00:00 |
|
bors[bot]
|
7badb768bc
|
Merge #1703
1703: Changes to bors r=CreepySkeleton a=pksunkara
Co-authored-by: Pavan Kumar Sunkara <pavan.sss1991@gmail.com>
|
2020-02-22 19:46:06 +00:00 |
|
Pavan Kumar Sunkara
|
e93ea28971
|
Changes to bors
|
2020-02-22 19:39:13 +01:00 |
|
bors[bot]
|
28c46b5965
|
Merge #1697
1697: Allow replacing input on the fly r=CreepySkeleton a=pksunkara
Co-authored-by: Pavan Kumar Sunkara <pavan.sss1991@gmail.com>
|
2020-02-21 19:13:59 +00:00 |
|
Pavan Kumar Sunkara
|
b8851a7d5e
|
Allow replacing input on the fly
|
2020-02-21 18:15:33 +01:00 |
|
bors[bot]
|
443cba97ee
|
Merge #1698
1698: Fix benchmarks r=pksunkara a=CreepySkeleton
Co-authored-by: CreepySkeleton <creepy-skeleton@yandex.ru>
|
2020-02-21 16:52:29 +00:00 |
|
CreepySkeleton
|
57ca48847a
|
Run benches on stable
|
2020-02-21 18:21:57 +03:00 |
|
CreepySkeleton
|
edcb84b3c1
|
rustfmt
|
2020-02-21 18:21:32 +03:00 |
|
CreepySkeleton
|
8ca1c22981
|
Good names for CI + cleanup
|
2020-02-21 18:21:32 +03:00 |
|
CreepySkeleton
|
9d1cf49ca8
|
Move to criterion
|
2020-02-21 18:21:31 +03:00 |
|
bors[bot]
|
869ecb1188
|
Merge #1702
1702: Allow missing docs on arg_enum r=pksunkara a=cecton
Co-authored-by: Cecile Tonglet <cecile.tonglet@cecton.com>
|
2020-02-21 12:22:49 +00:00 |
|
Cecile Tonglet
|
35b918bd72
|
Allow missing docs on arg_enum
|
2020-02-21 11:39:44 +01:00 |
|
bors[bot]
|
cc79c432a4
|
Merge #1701
1701: Remove unneeded file r=pksunkara a=CreepySkeleton
Co-authored-by: CreepySkeleton <creepy-skeleton@yandex.ru>
|
2020-02-21 09:51:56 +00:00 |
|