Commit graph

838 commits

Author SHA1 Message Date
David Tolnay
d94b11b792
Leave a blank line between compiler output and expanded code 2019-01-13 23:46:16 -08:00
David Tolnay
f5382a95b3
Release 0.4.2 2019-01-13 23:34:50 -08:00
David Tolnay
894fca35f6
Normalize doc attributes 2019-01-13 23:34:36 -08:00
David Tolnay
a2833547d4
Release 0.4.1 2019-01-13 23:24:29 -08:00
David Tolnay
314d8d05ff
Add warning if item doesn't exist 2019-01-13 23:24:11 -08:00
David Tolnay
a4b9525751
Add error message for single item without rustfmt 2019-01-13 23:21:41 -08:00
David Tolnay
6f2effcc7c
Add error message for single item in ugly mode 2019-01-13 23:16:46 -08:00
David Tolnay
a4abff6222
Release 0.4.0 2019-01-13 23:00:28 -08:00
David Tolnay
fefb535b06
Update readme 2019-01-13 22:58:43 -08:00
David Tolnay
9c48e624ef
Support expanding a single item 2019-01-13 22:46:01 -08:00
David Tolnay
18a3df8fde
Strip macro rules 2019-01-13 22:31:44 -08:00
David Tolnay
3ce99c4531
Move error type to a module 2019-01-13 21:18:53 -08:00
David Tolnay
ce3cdb349b
Move opts to a module 2019-01-13 21:17:16 -08:00
David Tolnay
e8c5680154
Work around issue parsing $crate 2019-01-13 21:12:04 -08:00
David Tolnay
b5804cfea0
Use content in memory 2019-01-13 21:07:48 -08:00
David Tolnay
9e102761c4
Simplify rustfmt detection 2019-01-13 20:40:47 -08:00
David Tolnay
1b5af1a358
Add --ugly flag to skip rustfmt 2019-01-13 20:40:00 -08:00
David Tolnay
3d9719a458
Ignore broken pipe errors from printer 2019-01-13 20:35:54 -08:00
David Tolnay
8337129343
Respect --color=always 2019-01-13 20:35:16 -08:00
David Tolnay
bf5e43ea22
Disable builtin pager 2019-01-13 20:30:46 -08:00
David Tolnay
5bb8c1e04a
Remove empty trailing line 2019-01-13 20:30:34 -08:00
David Tolnay
8d09febd3c
Switch from pygments to prettyprint 2019-01-13 20:25:22 -08:00
David Tolnay
f299cb0015
Discard comments, which are misplaced by compiler 2019-01-13 20:05:31 -08:00
David Tolnay
cf95b2ae5a
Parse our own arguments 2019-01-13 17:57:50 -08:00
David Tolnay
914a9ac909
Use version that has 2018 edition in CI 2019-01-13 17:01:39 -08:00
David Tolnay
d8aa222d86
Update to 2018 edition 2019-01-13 17:01:29 -08:00
David Tolnay
027831745b
Format with rustfmt 2018-12-10 2019-01-13 16:22:26 -08:00
David Tolnay
3d77001790
Lockfile update 2019-01-13 16:22:17 -08:00
David Tolnay
3f12204cde
Release 0.3.20 2018-09-09 11:45:27 -07:00
David Tolnay
10e6f0cdb7
Switch from isatty to atty 2018-09-09 11:44:41 -07:00
David Tolnay
028473e149
Lockfile update 2018-09-09 11:43:14 -07:00
David Tolnay
3cca2ea64c
Release 0.3.19 2018-08-12 13:39:37 -07:00
David Tolnay
bfa4c1924c
Lockfile update 2018-08-12 13:39:22 -07:00
David Tolnay
35d18d3bbf
Format with rustfmt 0.99.1 2018-08-12 13:38:55 -07:00
David Tolnay
2d6c130390
Merge pull request #33 from dtolnay/outfile
Continue past typecheck errors
2018-08-12 13:38:17 -07:00
David Tolnay
93e2a8cdf1
Continue past typecheck errors 2018-08-12 13:27:38 -07:00
David Tolnay
c8bdbb0a43
Display a Travis badge on crates.io 2018-08-07 00:41:48 -07:00
David Tolnay
549067752f
Format with rustfmt 0.9.0 2018-08-04 11:37:11 -07:00
David Tolnay
815e9ccce7
Address clippy lints 2018-08-04 11:37:03 -07:00
David Tolnay
4dde620217
Simplify comparisons against os string 2018-08-04 11:36:18 -07:00
David Tolnay
07d9bae147
Release 0.3.18 2018-08-04 10:34:01 -07:00
David Tolnay
b80e6e0b0f
Bump minimum supported Rust version 2018-08-04 10:32:29 -07:00
David Tolnay
8a90edcce7
Support OsStr comparison in stable compiler 2018-08-04 10:32:02 -07:00
David Tolnay
c6bebf86d7
Release 0.3.17 2018-08-04 10:25:42 -07:00
David Tolnay
8da0dc916c
Lockfile update 2018-08-04 10:25:28 -07:00
David Tolnay
08c980869e
Handle --version flag 2018-08-04 10:24:58 -07:00
David Tolnay
c6960eaf61
Fix multiple input filenames provided 2018-08-04 10:21:07 -07:00
David Tolnay
fdf0006bcf
Release 0.3.16 2018-07-01 22:08:14 -07:00
David Tolnay
bd1fb568d9
Include full cargo rustc command in readme 2018-07-01 22:06:22 -07:00
David Tolnay
665022ca2f
Merge pull request #29 from dtolnay/check
Use --profile=check to skip codegen
2018-07-01 22:04:50 -07:00