Commit graph

838 commits

Author SHA1 Message Date
David Tolnay
bcbd1aec56
Release 0.4.10 2019-03-12 12:18:13 -07:00
David Tolnay
fe777c2889
Lockfile update
Chiefly to pull in toolchain_find 0.1.4 which adds Windows support and
fixes a bug around custom local toolchains.
2019-03-12 12:17:11 -07:00
David Tolnay
6989b98e53
Release 0.4.9 2019-02-13 10:28:05 -08:00
David Tolnay
33de630809
Document configuration file 2019-02-13 10:27:50 -08:00
David Tolnay
7e47e8d18b
Parse --color opt 2019-02-13 10:20:55 -08:00
David Tolnay
8989475fa6
Accept "none" theme to disable color 2019-02-13 10:13:28 -08:00
David Tolnay
56254f54d0
Simplify writeln calls 2019-02-13 10:09:38 -08:00
David Tolnay
2ad06463b1
Ignore errors writing to stderr 2019-02-13 10:08:45 -08:00
David Tolnay
31e6d1642f
Format with rustfmt 2018-12-10 2019-02-13 10:05:43 -08:00
David Tolnay
22cf275a4c
Read theme from cargo config 2019-02-13 10:05:25 -08:00
David Tolnay
1824e4ac35
Add flag to set highlighting theme 2019-02-13 09:48:35 -08:00
David Tolnay
d7046beca5
Release 0.4.8 2019-02-13 00:07:17 -08:00
David Tolnay
9fd951c423
Lockfile update 2019-02-13 00:06:50 -08:00
David Tolnay
55cbf5e584
Merge pull request #47 from dtolnay/select 2019-02-13 00:05:51 -08:00
David Tolnay
1f1fc73771
Update syn-select to 0.1.4 2019-02-13 00:04:26 -08:00
David Tolnay
fa4ad4a4b9
Release 0.4.7 2019-02-09 02:43:15 +01:00
David Tolnay
c4a7c89b20
Skip reading output file that does not exist 2019-02-09 02:42:50 +01:00
David Tolnay
798db326b4
Release 0.4.6 2019-02-09 02:31:44 +01:00
David Tolnay
85c7d56f04
Update to prettyprint 0.4 2019-02-09 02:31:36 +01:00
David Tolnay
228ddafe53
Merge pull request #49 from dtolnay/test
Support --lib --tests to build lib in test mode
2019-02-09 02:28:24 +01:00
David Tolnay
21ad9d3595
Support --lib --tests to build lib in test mode 2019-02-09 02:25:55 +01:00
David Tolnay
1c1fa6ee74
Add verbose flag to print command line 2019-02-09 02:19:15 +01:00
David Tolnay
2bfa81d470
Lockfile update 2019-02-09 02:02:41 +01:00
David Tolnay
dc531e41d5
Update to syn-select 0.1.3 2019-02-09 01:58:38 +01:00
David Tolnay
ae29bb4a71
Update to syn-select 0.1.2 2019-02-09 01:57:38 +01:00
David Tolnay
5992ba9014
Update minimum compiler to 1.32 as required by syn-select 2019-01-30 22:07:42 -08:00
David Tolnay
042367ea3a
Use syn-select for selecting items 2019-01-30 22:07:17 -08:00
David Tolnay
8c65c50f15
Update to prettyprint 0.3 2019-01-29 23:36:03 -08:00
David Tolnay
5f2d7116e1
Lockfile update 2019-01-29 23:28:37 -08:00
David Tolnay
89f931a136
Respect RUSTFMT environment variable 2019-01-25 01:50:22 -08:00
David Tolnay
cea3b826ec
Merge pull request #45 from gsquire/toolchain-find
Find Rust components in each toolchain
2019-01-25 01:39:19 -08:00
Garrett Squire
fc5f31b741 add toolchain_find and remove the which function since it is no longer needed 2019-01-24 16:02:53 -08:00
David Tolnay
7c9fa78f88
Release 0.4.5 2019-01-21 15:00:53 -08:00
David Tolnay
1076f1478f
Lockfile update 2019-01-21 15:00:39 -08:00
David Tolnay
2612bb8881
Merge pull request #42 from dtolnay/tests
Add --tests flag to include tests when expanding lib or bin
2019-01-21 15:00:03 -08:00
David Tolnay
889eee5510
Add --tests flag to include tests when expanding lib or bin 2019-01-21 14:57:27 -08:00
David Tolnay
c34d9fd5a4
Revert "Add --tests flag to define --cfg test"
This reverts commit 8b63890fb9.

The #[cfg(test)] code was being expanded, but the #[test] functions were
not being included in that output.
2019-01-21 14:46:41 -08:00
David Tolnay
94c69eccbf
Rephrase help text of target flags 2019-01-21 14:41:00 -08:00
David Tolnay
b5ea3518d2
Merge pull request #41 from dtolnay/tests
Add --tests flag to define --cfg test
2019-01-21 14:40:51 -08:00
David Tolnay
8b63890fb9
Add --tests flag to define --cfg test 2019-01-21 14:39:54 -08:00
David Tolnay
4806c33978
Release 0.4.4 2019-01-18 21:22:20 -08:00
David Tolnay
9056120655
Lockfile update 2019-01-18 21:22:05 -08:00
David Tolnay
514ce31608
Suggest installing nightly rustfmt 2019-01-18 21:21:45 -08:00
David Tolnay
4101decec3
Better name for the item flat_map function 2019-01-15 15:50:06 -08:00
David Tolnay
38be36034a
Update link to rustfmt 2019-01-14 21:51:07 -08:00
David Tolnay
fd4fde1f15
Format with rustfmt 2018-12-10 2019-01-14 10:52:42 -08:00
David Tolnay
6e39eeb132
Clarify that other items work too 2019-01-14 10:45:43 -08:00
David Tolnay
a0b0fba599
Add screenshots to readme 2019-01-14 10:41:11 -08:00
David Tolnay
27b0ebb571
Release 0.4.3 2019-01-13 23:54:27 -08:00
David Tolnay
856e947639
Filter macro rules in block 2019-01-13 23:54:13 -08:00