Caleb Cartwright
c26c0e5abf
feat: add support for --message-format option ( #3752 )
2019-08-27 09:27:32 +09:00
Hristo Venev
ac940c7110
Mark toml file as non-executable. ( #3754 )
2019-08-26 09:18:04 +09:00
Caleb Cartwright
9792ff0529
Fix line numbers in checkstyle output ( #3694 )
2019-08-19 11:11:35 +09:00
Caleb Cartwright
62432fe31b
add new flag to list names of misformatted files ( #3747 )
2019-08-19 11:04:40 +09:00
Seiichi Uchida
73847d3986
Take the inner macro_use attr into acocunt while reordering ( #3749 )
2019-08-19 10:56:32 +09:00
Seiichi Uchida
1643d726ef
Use correct indent when formatting complex fn type ( #3731 )
2019-08-16 11:15:28 +09:00
Caleb Cartwright
dfd27663dc
add json emit mode ( #3735 )
2019-08-16 11:14:53 +09:00
Caleb Cartwright
541d9a8659
tests: fix failing default config unit test ( #3743 )
2019-08-14 08:02:30 +09:00
topecongiro
1de58ce46d
Release v1.4.5
2019-08-13 23:26:54 +09:00
topecongiro
800ebe8031
Update CHANGELOG
2019-08-13 23:23:51 +09:00
Seiichi Uchida
4871d6467a
Use the correct BytePos for the opening brace position ( #3742 )
2019-08-13 23:21:55 +09:00
Caleb Cartwright
ac150d016b
fix: remove trailing space with empty dyn macro arg ( #3737 )
2019-08-11 12:49:14 +09:00
Florian Gilcher
e653ff03e9
Recommend running rustfmt last ( #3733 )
...
As rustfmt checks fail, they might hide errors of more importance.
Running it last makes sure that the serious bugs have been found and is less frustrating.
2019-08-09 17:42:50 +09:00
Seiichi Uchida
c1d20e8e6e
Update CHANGELOG.md
2019-08-06 11:24:53 +09:00
topecongiro
0462008de8
Release 1.4.4
2019-08-06 11:14:12 +09:00
topecongiro
b5cd1c0ddc
Update CHANGELOG.md
2019-08-06 11:14:00 +09:00
Seiichi Uchida
c0cb5eb535
Fix broken tuple pattern ( #3729 )
2019-08-06 11:09:45 +09:00
Cliff Dyer
127de25041
sorted configuration docs ( #3723 )
2019-08-06 11:07:12 +09:00
Caleb Cartwright
afc8fbd701
fix: issue with --all when workspace member also exists in dep tree ( #3726 )
2019-08-06 00:33:59 +09:00
topecongiro
3adfb08afe
Release 1.4.3
2019-08-03 00:01:59 +09:00
topecongiro
8678740ee7
Update CHANGELOG.md
2019-08-02 23:56:09 +09:00
Igor Matuszewski
62a32e7b83
Fix most recenty nightly breakage due to removed await! support ( #3722 )
2019-08-02 23:54:39 +09:00
rChaser53
3b7a518144
fix underscore in slice patterns are removed ( #3719 )
2019-07-31 23:55:58 +09:00
topecongiro
aeb3496f31
Release v1.4.2
2019-07-31 11:10:49 +09:00
topecongiro
4f7a9b6354
Update CHANGELOG for 1.4.2
2019-07-31 11:06:16 +09:00
Igor Matuszewski
175f228e95
Bump rustfmt-config_proc_macro to min v0.1.2 ( #3715 )
2019-07-31 11:05:08 +09:00
topecongiro
9e960e7d6a
Release v1.4.1
2019-07-30 14:39:07 +09:00
topecongiro
ced7e49e01
Update CHANGELOG for 1.4.1
2019-07-30 14:38:54 +09:00
rChaser53
fe05e88831
fix to build with rustc 1.38.0-nightly ( 4560cb830
2019-07-28) ( #3712 )
2019-07-30 14:32:38 +09:00
topecongiro
365461349d
Release 1.4.0
2019-07-29 05:58:18 +09:00
topecongiro
11b931e4a6
Update CHANGELOG
2019-07-29 05:57:23 +09:00
rChaser53
da2ed095f3
add test for handling double semicolon ( #3706 )
2019-07-29 05:56:34 +09:00
Seiichi Uchida
983a92c872
Update rustc-ap-* crates to 541.0.0 ( #3707 )
2019-07-29 05:52:45 +09:00
Seiichi Uchida
a49e474b4f
Update CHANGELOG.md
2019-07-23 18:33:18 +09:00
Seiichi Uchida
b004329782
Simplify code around visit_fn ( #3698 )
2019-07-21 13:26:41 +09:00
Seiichi Uchida
c0e616bc1d
Implement closing-block procedure without relying on missed_span module ( #3691 )
2019-07-17 23:07:12 +09:00
Michele d'Amico
76e2ba25bd
#3665 : Implemented ( #3689 )
2019-07-17 09:40:33 +09:00
Seiichi Uchida
66c27c9161
Add #[ignore] to test that runs external process ( #3690 )
2019-07-16 19:36:23 +09:00
Seiichi Uchida
640b8d0257
Update CHANGELOG.md
2019-07-16 00:14:19 +09:00
topecongiro
65931cd09d
Release 1.3.3
2019-07-15 22:47:10 +09:00
topecongiro
e8b2ae1653
Update CHANGELOG.md
2019-07-15 22:44:44 +09:00
Seiichi Uchida
89940e541f
Fix bugs related to file-lines ( #3684 )
2019-07-15 22:41:56 +09:00
Stéphane Campinas
6487422b3e
fix print-config minimal option ( #3687 )
2019-07-15 20:58:54 +09:00
Stéphane Campinas
0e6896b229
Merge pull request #3683 from calebcartwright/accept-manifest-path
...
Add --manifest-path support to cargo fmt
2019-07-14 23:46:59 +02:00
calebcartwright
6f67f07752
refactor: simplify manifest_path option checks
2019-07-14 09:56:07 -05:00
calebcartwright
aef8e93514
Merge remote-tracking branch 'upstream/master' into accept-manifest-path
2019-07-14 09:30:11 -05:00
rChaser53
71289e1d23
fix 'extra comma inserted due to comment' ( #3677 )
2019-07-14 22:16:47 +09:00
Eric Huss
e55fc6be3b
Fix using --help, --verbose, etc. ( #3620 )
2019-07-14 10:25:53 +09:00
Ruben Schmidmeister
37695b3c45
Extract configuration snippet tests into own module ( #3667 )
...
* Extract configuration snippet tests into own module
* Move helper function outside of test function
2019-07-14 10:22:18 +09:00
calebcartwright
17cbbd8cbc
feat: add --manifest-path support to cargo fmt
2019-07-12 20:59:29 -05:00