Deepak Thukral
|
73afe562f1
|
docs: Adds where_single_line in configuration documentation
|
2017-11-30 13:01:41 +01: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 |
|
topecongiro
|
940758b1bd
|
Cargo fmt
|
2017-11-27 21:00:27 +09:00 |
|
topecongiro
|
dff2ebba05
|
Remove FIXME
now is the time
|
2017-11-27 20:58:39 +09:00 |
|
topecongiro
|
5c81741733
|
Minor refactoring
|
2017-11-27 20:57:06 +09:00 |
|
topecongiro
|
261d325e15
|
Remove width of a trailing comma on variant
|
2017-11-27 20:54:55 +09:00 |
|
topecongiro
|
3d7d978fe8
|
Add a test for #2193
|
2017-11-27 20:53:54 +09:00 |
|
topecongiro
|
a5b647faa7
|
Allow '--package <package>'
|
2017-11-27 19:29:26 +09:00 |
|
topecongiro
|
bf87d9b79f
|
Rename WorkspaceHitlist to CargoFmtStrategy
|
2017-11-27 18:57:46 +09:00 |
|
topecongiro
|
fbe06c6f77
|
Random formatting
|
2017-11-27 18:48:16 +09:00 |
|
topecongiro
|
33ab1f4927
|
Use cargo_metadata crate over json crate
|
2017-11-27 18:47:07 +09:00 |
|
topecongiro
|
58e83fb426
|
Implement PartialEq, Eq and Hash trait for Target
and move Target::from_json() to TargetKind::from_str()
|
2017-11-27 18:45:26 +09:00 |
|
topecongiro
|
1b1122654f
|
Add cargo_metadata to dependency
|
2017-11-27 18:37:21 +09:00 |
|
Nick Cameron
|
fcb48786c8
|
Merge pull request #2191 from topecongiro/issue-2190
Recover from failing to format variants even where there is no comment
|
2017-11-27 18:14:08 +13:00 |
|
topecongiro
|
d5c98008f0
|
Recover from failing to format variants even where there is no comment
|
2017-11-27 13:50:01 +09:00 |
|
Nick Cameron
|
f0af1d4818
|
Remove CompressedIfEmpty option from fn_args_density
It was identical to Tall
|
2017-11-27 17:49:55 +13:00 |
|
topecongiro
|
9ece82f9ea
|
Add a test for #2190
|
2017-11-27 13:49:53 +09:00 |
|
Nick Cameron
|
677446e99d
|
Merge fn_empty_single_line and impl_empty_single_line into empty_item_single_line
|
2017-11-27 17:46:09 +13:00 |
|
Nick Cameron
|
9a33255834
|
Rename wrap_match_arms to match_arm_blocks
|
2017-11-27 17:35:27 +13:00 |
|
Nick Cameron
|
8f4d85a9d7
|
Merge multiline_closure_forces_block and multiline_match_arm_forces_block into force_multiline_block
|
2017-11-27 17:03:54 +13:00 |
|
Nick Cameron
|
087f8b5854
|
Remove match_arm_forces_newline
|
2017-11-27 16:31:49 +13:00 |
|
Nick Cameron
|
0e1fa2c244
|
Remove indent_match_arms
|
2017-11-27 15:49:14 +13:00 |
|
Nick Cameron
|
86007e7d17
|
Remove where_density and where_layout options
There is a choice between block and visual indent for where clauses, plus the
single line option. I think these two are too fine-grained to be useful.
|
2017-11-24 21:08:24 +13:00 |
|
Nick Cameron
|
abfa4a1473
|
Merge pull request #2184 from topecongiro/issue-2179
Put rhs on the same line as lhs if putting rhs on next line exceeds max width
|
2017-11-24 20:19:12 +13:00 |
|
Nick Cameron
|
dd1fbca99a
|
Replace various small width heuristics with a single option
Closes #1984
|
2017-11-24 20:17:06 +13:00 |
|
topecongiro
|
e6ce65b214
|
Put rhs on the same line as lhs if putting rhs on next line exceeds max width
|
2017-11-24 12:05:02 +09:00 |
|
topecongiro
|
cb5c3a9914
|
Add a test for #2179
|
2017-11-24 12:04:00 +09:00 |
|
Nick Cameron
|
96886cd67f
|
Fix a typo in the unstable options handling and address fallout
|
2017-11-24 15:41:27 +13:00 |
|
Nick Cameron
|
e5bcb2259a
|
Reorganise config options and stabilise a few
|
2017-11-24 15:41:27 +13:00 |
|