Seiichi Uchida
|
829d94940e
|
Factor out process_comment()
|
2017-12-05 16:25:33 +09:00 |
|
Seiichi Uchida
|
d96a48c517
|
Change the type of argument of push_vertical_spaces()
|
2017-12-05 15:19:36 +09:00 |
|
Seiichi Uchida
|
228578b9c7
|
Add count_newlines() utility function
|
2017-12-05 15:17:40 +09:00 |
|
Seiichi Uchida
|
89f27764ed
|
Cargo fmt and update tests
|
2017-12-02 17:45:39 +09:00 |
|
Seiichi Uchida
|
c4c9bf028a
|
Keep vertical spaces between items or statements within range
|
2017-12-02 17:43:50 +09:00 |
|
Seiichi Uchida
|
483f71c8b1
|
Merge pull request #2218 from pietroalbini/fix-ast-for-use_nested_groups
Fix broken build after use_nested_groups lands on nightly
|
2017-12-02 16:34:16 +09:00 |
|
Nick Cameron
|
8f6b6c28f7
|
Merge pull request #2210 from topecongiro/issue-2178
Combine a short callee and a single argument
|
2017-12-01 15:02:16 +13:00 |
|
Seiichi Uchida
|
bd876b94b3
|
Merge pull request #2215 from iapain/master
Adds where_single_line in configuration documentation
|
2017-12-01 10:41:42 +09:00 |
|
Nick Cameron
|
db81a7f669
|
Merge pull request #2216 from topecongiro/issue-2214
Preserve trailing comma on array inside macro call
|
2017-12-01 12:18:38 +13:00 |
|
Pietro Albini
|
9d8cfbcd93
|
Fix imports formatting broken after AST change
|
2017-12-01 00:18:00 +01:00 |
|
Nick Cameron
|
076bc2332f
|
Merge pull request #2213 from topecongiro/issue-2212
Format defualtness on specialized impl const
|
2017-12-01 12:17:10 +13:00 |
|
Nick Cameron
|
c18ba569df
|
Merge pull request #1889 from topecongiro/match-arm
Do not put if on the same line as match arm
|
2017-12-01 11:56:01 +13:00 |
|
Nick Cameron
|
a6d2c5d356
|
Merge pull request #2211 from oli-obk/master
Address clippy lints
|
2017-12-01 09:54:52 +13:00 |
|
Oliver Schneider
|
ae18c6064a
|
Run rustfmt
|
2017-11-30 15:04:19 +01:00 |
|
Deepak Thukral
|
188acd9ffc
|
docs: fixes incorrect output
|
2017-11-30 14:48:29 +01:00 |
|
topecongiro
|
b33df45d04
|
Look for trailing comma on array and preserve it inside macro call
|
2017-11-30 22:14:06 +09:00 |
|
topecongiro
|
65cb9b4649
|
Generalize rewrite_array() to types other than ast::Expr
|
2017-11-30 22:13:28 +09:00 |
|
topecongiro
|
5aaa00a929
|
Add a test for #2214
|
2017-11-30 22:12:55 +09:00 |
|
Deepak Thukral
|
73afe562f1
|
docs: Adds where_single_line in configuration documentation
|
2017-11-30 13:01:41 +01:00 |
|
topecongiro
|
3b36371b78
|
Format defualtness on specialized impl const
|
2017-11-30 19:38:05 +09:00 |
|
topecongiro
|
9f67ad8212
|
Add a test for #2212
|
2017-11-30 19:37:53 +09:00 |
|
Seiichi Uchida
|
8116e3491d
|
Cargo fmt & update a test
|
2017-11-30 18:07:10 +09:00 |
|
topecongiro
|
22c9025027
|
Format source codes
|
2017-11-30 18:00:49 +09:00 |
|
topecongiro
|
89bf00986d
|
Do not put if on the same line as match arm
|
2017-11-30 17:56:29 +09:00 |
|
Oliver Schneider
|
9667cc2484
|
Address clippy lints
|
2017-11-30 09:24:10 +01:00 |
|
topecongiro
|
39d85b0d41
|
Combine a sigle argument and a short callee
|
2017-11-30 15:00:32 +09:00 |
|
topecongiro
|
c3d6ae7abe
|
Update a test
|
2017-11-30 15:00:20 +09:00 |
|
topecongiro
|
0f6b4977dd
|
Add a test for #2178
|
2017-11-30 15:00:13 +09:00 |
|
Nick Cameron
|
b8106eb2aa
|
Merge pull request #2209 from topecongiro/issue-2207
Use an explicit flag to decide on whether to add brace compensation for block expression
|
2017-11-30 10:54:25 +13:00 |
|
Seiichi Uchida
|
f99b775de7
|
Rename is_dummy to has_braces
|
2017-11-30 06:40:29 +09:00 |
|
Seiichi Uchida
|
1323abf93f
|
Fix a typo
|
2017-11-30 06:13:42 +09:00 |
|
Seiichi Uchida
|
b5e4c99ca7
|
Use an explicit flag to decide on whether to add brace compensation
|
2017-11-30 06:12:32 +09:00 |
|
Seiichi Uchida
|
9ea3e65df6
|
Update tests
|
2017-11-30 06:10:59 +09:00 |
|
Seiichi Uchida
|
35aa1dc992
|
Add a test for #2207
|
2017-11-30 06:10:50 +09:00 |
|
Seiichi Uchida
|
54f3c21a2f
|
Fix a typo
|
2017-11-30 04:56:19 +09:00 |
|
Nick Cameron
|
566f34f2b4
|
Merge pull request #2205 from topecongiro/issue-2202
Print unstable option's name on warning
|
2017-11-30 08:44:36 +13:00 |
|
Nick Cameron
|
cf11f7b646
|
Merge pull request #2203 from topecongiro/issue-2200
Fix budget-related bugs when rewriting chain
|
2017-11-30 08:38:15 +13:00 |
|
Seiichi Uchida
|
4cb1dccb97
|
Print unstable option's name on warning
|
2017-11-29 20:31:58 +09:00 |
|
topecongiro
|
a6d94b9842
|
Update tests
|
2017-11-29 17:37:56 +09:00 |
|
topecongiro
|
8b53d7806c
|
Cargo fmt
|
2017-11-29 17:37:51 +09:00 |
|
topecongiro
|
af663d8f62
|
Ignore fn_call_width when rewriting a call with a single non-call arg
|
2017-11-29 17:36:51 +09:00 |
|
topecongiro
|
94a770a777
|
Use correct shape when rewriting the last arg with overflowing
|
2017-11-29 17:32:31 +09:00 |
|
topecongiro
|
be19bab9de
|
Take into account the rhs overhead when rewriting the last element of chain
|
2017-11-29 17:29:38 +09:00 |
|
topecongiro
|
4436508712
|
Fix a test target
|
2017-11-29 17:29:06 +09:00 |
|
topecongiro
|
4720462e67
|
Add a test for #2200
|
2017-11-29 12:34:09 +09:00 |
|
Seiichi Uchida
|
426ba1cdab
|
Cargo update
|
2017-11-28 17:35:52 +09:00 |
|
Nick Cameron
|
4e04e825b5
|
Use the right kind of doc comment in chains.rs
cc #2185
|
2017-11-28 15:03:02 +13:00 |
|
Nick Cameron
|
3c4d260bfc
|
Merge pull request #2194 from topecongiro/use-cargo_metadata
Use cargo_metadata
|
2017-11-28 11:48:40 +13:00 |
|
Nick Cameron
|
458eade4a8
|
Merge pull request #2195 from topecongiro/issue-2193
Take into account a trailing comma on variant
|
2017-11-28 08:57:31 +13:00 |
|
topecongiro
|
f06cb34022
|
Replace TargetKind with simple String
|
2017-11-27 22:09:01 +09:00 |
|