Commit graph

838 commits

Author SHA1 Message Date
David Tolnay
88489f88ad
Use --profile=check to skip codegen 2018-07-01 22:01:33 -07:00
David Tolnay
e9c50ba361
Release 0.3.15 2018-07-01 21:31:12 -07:00
David Tolnay
2a237a822f
Lockfile update 2018-07-01 21:29:42 -07:00
David Tolnay
0217496913
Merge pull request #27 from ehuss/no-pipe
Handle errors and support Windows.
2018-07-01 21:28:24 -07:00
Eric Huss
42b4c4a163 Handle errors and support Windows.
This removes the use of process piping, and instead relies
on the temp file to run rustfmt and pygmentize.

Fixes #7 and #23.
2018-06-27 18:00:37 -07:00
David Tolnay
23ecd79ef3
Faster check in CI 2018-06-07 22:43:03 -07:00
David Tolnay
8b470befbc
Test a minimum supported version 2018-06-07 22:42:52 -07:00
David Tolnay
019eef37bd
Release 0.3.14 2018-05-15 09:43:01 -07:00
David Tolnay
24cad3fe86
Lockfile update 2018-05-15 09:42:42 -07:00
David Tolnay
a15c4adc14
Document new behavior on non-nightly toolchains 2018-05-15 09:42:05 -07:00
David Tolnay
db455ab726
Attempt to find a nightly toolchain 2018-05-15 09:37:58 -07:00
David Tolnay
0498a2b81b
Pick out the cargo binary from the environment
The `CARGO` environment variable is set by Cargo when executing
subcommands.
2018-05-15 09:16:55 -07:00
David Tolnay
35650217fa
Update lockfile to pick up tempdir 2018-05-15 09:07:34 -07:00
David Tolnay
fc9a48820c
Replace tempdir dependency with tempfile 2018-05-15 09:07:25 -07:00
David Tolnay
77757fb42f
Move tempdir dependency to unix only 2018-05-15 09:03:18 -07:00
David Tolnay
09f426e077
Add a note about requiring nightly 2018-05-15 08:59:32 -07:00
David Tolnay
f87aa416f0
Unquote code in readme 2018-04-30 01:34:00 -07:00
David Tolnay
3c600fd3af
Release 0.3.13 2018-04-30 01:29:51 -07:00
David Tolnay
5eec774e16
Render readme on crates.io 2018-04-30 01:29:23 -07:00
David Tolnay
041b701b09
Update rustfmt installation command 2018-04-30 01:28:17 -07:00
David Tolnay
f7ced95181
Update expanded code sample in readme 2018-04-30 01:26:41 -07:00
David Tolnay
fcc7256aae
Lockfile update 2018-04-30 01:25:24 -07:00
David Tolnay
5628e696c1
Release 0.3.12 2017-11-07 09:26:43 -08:00
David Tolnay
527e40f38d
Merge pull request #19 from dtolnay/utf8
Tell pygmentize that encoding is utf8
2017-11-07 09:26:23 -08:00
David Tolnay
4771b665e4
Tell pygmentize that encoding is utf8 2017-11-07 09:23:59 -08:00
David Tolnay
5aafe63e43
Release 0.3.11 2017-11-07 08:56:47 -08:00
David Tolnay
9c734b9326
Update dependency locks 2017-11-07 08:56:44 -08:00
David Tolnay
2cd02276e3
Merge pull request #18 from dtolnay/color-never
Do not run pygmentize when --color=never
2017-11-07 08:54:11 -08:00
David Tolnay
0c7c69ad0b
Do not run pygmentize when --color=never 2017-11-07 08:51:37 -08:00
David Tolnay
b02c78309d
Release 0.3.10 2017-10-22 19:53:47 -07:00
David Tolnay
3532486cc7
Format with rustfmt-nightly 0.2.9 2017-10-22 19:53:04 -07:00
David Tolnay
0dd01a8b27
Factor out cargo errors into a blacklist 2017-10-22 19:52:14 -07:00
David Tolnay
0b2707fe38
Just suppress all rustfmt error output 2017-10-22 19:46:35 -07:00
David Tolnay
f0371839ae
Require success exit code from rustfmt 2017-10-22 19:40:16 -07:00
David Tolnay
e917263cc2
Use ? operator
This has been stable since Rust 1.13.
2017-10-22 19:15:19 -07:00
David Tolnay
45af4a41cc
Revert workaround for rustfmt not being able to parse $crate 2017-10-22 19:13:52 -07:00
David Tolnay
7871846e43
Update dependencies 2017-10-22 19:10:42 -07:00
David Tolnay
b05fcdabf4
Mention hygiene lossiness 2017-07-22 20:27:16 -07:00
David Tolnay
43119d6f47
Section heading for options 2017-07-22 20:15:49 -07:00
David Tolnay
9fcba18e17
Release 0.3.9 2017-04-30 07:49:53 -07:00
David Tolnay
81387c832e
Bump libc 2017-04-30 07:49:42 -07:00
David Tolnay
7406ed2e41
Suppress another warning 2017-04-30 07:48:43 -07:00
David Tolnay
260b4933a8
Release 0.3.8 2017-02-09 18:29:53 -08:00
David Tolnay
6d83e92246
Add crates.io categories 2017-02-09 18:29:25 -08:00
David Tolnay
f140666033
Release 0.3.7 2017-01-28 17:53:33 -08:00
David Tolnay
5cd59cd858
Cargo update 2017-01-28 17:53:17 -08:00
David Tolnay
fcb8cac3f1
Update error filters 2017-01-28 17:52:20 -08:00
David Tolnay
597ce4f487
Rustfmt is readable 2017-01-16 15:39:06 -08:00
David Tolnay
faceb2b77b
Fix indentation of code blocks 2017-01-12 21:00:01 -08:00
David Tolnay
51c52d5280
Show example with a derive 2017-01-12 20:58:47 -08:00