Commit graph

838 commits

Author SHA1 Message Date
David Tolnay
d0c9336220
Release 0.4.19 2020-03-29 12:24:54 -07:00
David Tolnay
6a966ebf18
Lockfile update 2020-03-29 12:24:11 -07:00
David Tolnay
2e65c023ae
Merge pull request #77 from ahl/color
support expand.color setting in cargo config
2020-03-29 12:23:53 -07:00
Adam H. Leventhal
2ad08111b2 support expand.color setting in cargo config 2020-03-29 12:07:12 -07:00
David Tolnay
93c24c275d
Update expanded example in readme to rust 1.44 2020-03-27 17:21:25 -07:00
David Tolnay
04889b175a
Release 0.4.18 2020-03-19 12:07:10 -07:00
David Tolnay
37caf14e25
Lockfile update 2020-03-19 12:05:15 -07:00
David Tolnay
96775973f4
Add missing Sanitize visitor recursion step 2020-03-19 12:05:04 -07:00
David Tolnay
270628cfd4
Select a single docs.rs build target 2020-03-17 13:14:29 -07:00
David Tolnay
354d1940c2
Release 0.4.17 2019-12-24 20:42:02 -05:00
David Tolnay
862c8adceb
Merge pull request #72 from dtolnay/stmt
Strip doc attributes from statements
2019-12-24 20:40:44 -05:00
David Tolnay
db63294f2a
Strip doc attributes from statements 2019-12-24 20:33:09 -05:00
David Tolnay
752e5f7e26
Raise minimum supported compiler to rustc 1.36
We pull in smallvec through prettyprint -> console -> parking_lot ->
parking_lot_core -> smallvec. Smallvec now uses std::mem::MaybeUninit
which requires rustc 1.36.
2019-12-24 20:32:08 -05:00
David Tolnay
7b46d39756
Update to structopt 0.3 2019-12-24 20:09:57 -05:00
David Tolnay
fe14a0430b
Lockfile update 2019-12-24 20:03:07 -05:00
David Tolnay
c805bb5dbb
Fix link to Book's hygiene section
Closes #70.
2019-12-15 20:20:28 -08:00
David Tolnay
71323798b9
Release 0.4.16 2019-11-24 17:48:15 -08:00
David Tolnay
d3f9ee9f0c
Lockfile update 2019-11-24 17:47:19 -08:00
David Tolnay
65fcb566c5
Merge pull request #58 from dtolnay/reorder
Disable reorderings in rustfmt
2019-11-24 17:46:45 -08:00
David Tolnay
5e01b9406d
Disable reorderings in rustfmt
Reordering can make the expanded code very hard to match up with the
original code in cases where some macros expand into use items, such as
in the case of #[proc_macro_hack].
2019-11-24 17:33:40 -08:00
David Tolnay
ce81971f7d
Release 0.4.15 2019-08-23 20:48:30 -07:00
David Tolnay
44687ce4c8
Lockfile update 2019-08-23 20:46:38 -07:00
David Tolnay
92faeb61df
Update to syn 1.0 2019-08-23 20:46:33 -07:00
David Tolnay
ad9bb7b19f
Lockfile update 2019-08-23 20:45:16 -07:00
David Tolnay
4e9de9de6b
Release 0.4.14 2019-08-20 10:48:08 -07:00
David Tolnay
162c31441e
Merge pull request #67 from dtolnay/onig
Pin deps to avoid whatever onig_sys is doing wrong in 69.2.0
2019-08-20 10:47:38 -07:00
David Tolnay
7a9ed256b0
Update minimum rustc version to 1.34
Required by flate2's use of TryFrom.
2019-08-20 10:39:37 -07:00
David Tolnay
fcd0d263d6
Lockfile update 2019-08-20 10:29:29 -07:00
David Tolnay
949eabfc54
Pin deps to avoid whatever onig_sys is doing wrong in 69.2.0 2019-08-20 10:28:49 -07:00
David Tolnay
526dd7f92f
Lockfile update 2019-08-20 10:28:00 -07:00
David Tolnay
2b8e4c9082 Release 0.4.13 2019-08-09 20:04:51 -07:00
David Tolnay
bc222b1f0e Update to prettyprint 0.7 2019-08-09 20:04:15 -07:00
David Tolnay
1ac9342b93 Lockfile update 2019-08-09 20:03:56 -07:00
David Tolnay
b992eed306
Clarify CARGO_HOME 2019-06-02 09:17:11 -07:00
David Tolnay
6f30a9b002
Switch to SPDX 2.1 license expression 2019-05-09 15:32:16 -07:00
David Tolnay
dd633935aa
Release 0.4.12 2019-04-27 08:54:48 -07:00
David Tolnay
0eb134144b
Lockfile update 2019-04-27 08:54:36 -07:00
David Tolnay
75891ab401
Color the line printed by verbose mode 2019-04-27 08:51:42 -07:00
David Tolnay
8170bab94d
Indicate that nightly cargo is being run 2019-04-27 08:30:28 -07:00
David Tolnay
e0587d9717
Release 0.4.11 2019-04-19 17:37:10 -07:00
David Tolnay
c964d2383d
Lockfile update 2019-04-19 17:36:59 -07:00
David Tolnay
3ae4ca126a
Merge pull request #60 from dtolnay/p
Implement -p argument to expand particular package
2019-04-19 17:30:35 -07:00
David Tolnay
e9bfa14537
Implement -p argument to expand particular package 2019-04-19 16:57:59 -07:00
David Tolnay
8512a191e8
Assume 2018 edition by default 2019-04-19 16:53:03 -07:00
David Tolnay
88d90d9f53
Omit author from help text 2019-04-19 16:50:27 -07:00
David Tolnay
4b94efcf95
Abbreviate implementation of Display for Error 2019-04-15 21:58:35 -07:00
David Tolnay
1259fd65c1
Serialize rustfmt.toml using toml crate 2019-04-15 21:58:34 -07:00
David Tolnay
4567f67e87
Update to toml 0.5 2019-04-15 21:38:05 -07:00
David Tolnay
5798f5b0c8
Update to prettyprint 0.6 2019-04-15 21:37:08 -07:00
David Tolnay
2815956b15
Lockfile update 2019-04-15 21:34:27 -07:00