Commit graph

4673 commits

Author SHA1 Message Date
Stéphane Campinas
72e44c429b
Merge pull request #3822 from mathstuf/target-as-symlink
gitignore: ignore target as a symlink
2019-10-02 09:31:11 +02:00
Ben Boeckel
366e6f93cc gitignore: ignore target as a symlink 2019-10-01 19:18:59 -04:00
Stéphane Campinas
8df0b6fa23
Merge pull request #3810 from calebcartwright/issue-3808
fix erroneous flattening of `{self}` in imports
2019-09-28 12:32:41 +02:00
Caleb Cartwright
634e2441c4 tests: add more merge_import tests for #3808 2019-09-26 20:11:11 -05:00
Caleb Cartwright
7c9c0d1a39 fix: merge_imports handling of ::{self} 2019-09-26 20:02:41 -05:00
topecongiro
ee38d02591
Cargo fmt 2019-09-24 09:26:50 +09:00
Caleb Cartwright
9c2b375ba9 refactor to use param naming where appropriate (#3803) 2019-09-24 09:25:19 +09:00
Caleb Cartwright
3bb266180e fix: handling of empty str for license template path (#3804) 2019-09-24 09:24:05 +09:00
Caleb Cartwright
6b0a447150 feat: support parameter attributes (#3793) 2019-09-20 16:11:52 +09:00
rChaser53
4449250539 fix the error with long string in raw string (#3800) 2019-09-18 22:39:27 +09:00
Shotaro Yamada
ca78653d61 Use Cell instead of RefCell (#3798) 2019-09-18 22:37:08 +09:00
rChaser53
789a097a71 fix internal error when using rustfmt::skip with newline on stmt (#3785) 2019-09-15 23:45:46 +09:00
Caleb Cartwright
dfe87fe946 fix: async expression indentation (#3789) 2019-09-11 09:55:18 +09:00
topecongiro
afb1ee1c14
Release v1.4.8 2019-09-08 23:34:46 +09:00
topecongiro
f10ee2152f
Update CHANGELOG.md 2019-09-08 23:33:00 +09:00
Seiichi Uchida
ceca01465a
Update deps (#3788) 2019-09-08 23:33:21 +09:00
topecongiro
6fec3a69ec
Release v1.4.7 2019-09-06 22:51:13 +09:00
topecongiro
d5944c9af7
Update CHANGELOG.md 2019-09-06 22:48:56 +09:00
Seiichi Uchida
5baba86fe5
Update rustc-ap-* crates to 581.0.0 (#3783) 2019-09-06 22:41:03 +09:00
rChaser53
1ded995ee7 fix 'left behind trailing whitespace' (#3761) 2019-09-05 19:38:00 +09:00
Seiichi Uchida
783948fcbb
Fix handling of match arm's rewrite (#3775) 2019-09-05 11:15:46 +09:00
CreepySkeleton
e81ec20af0 Add --config command line option (#3767) 2019-09-05 11:15:19 +09:00
Valentine Valyaeff
15a28f79b8 Another fix for merge_imports (#3769) 2019-09-04 23:02:10 +09:00
Andrey
950b288d6f do not remove discriminant value if exists (#3771) (#3772) 2019-09-04 23:01:04 +09:00
rChaser53
2bf67b6e5c fix TrailingWhitespace when using line breaks in macros arguments (#3768) 2019-09-04 23:00:26 +09:00
Caleb Cartwright
ad5d9fba9b fix formatting mods inside cfg_if macro (#3763) 2019-09-02 18:36:51 +09:00
topecongiro
f800ce47d1
Release v1.4.6 2019-08-28 20:59:32 +09:00
topecongiro
b2ceaed5b9
Update CHANGELOG.md 2019-08-28 20:58:43 +09:00
Seiichi Uchida
deb329a6bb
Forbid adding or removing a block from match arms inside macro calls (#3756) 2019-08-28 20:50:41 +09:00
rChaser53
a09ca681de fix the bug removing attrs (#3760) 2019-08-28 20:50:02 +09:00
Valentine Valyaeff
ef00f74ce3 Merge imports fix (#3753) 2019-08-27 11:23:55 +09:00
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