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 |
|
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
|
54f3c21a2f
|
Fix a typo
|
2017-11-30 04:56:19 +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 |
|
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
|
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 |
|
Nick Cameron
|
45d4f7a2dd
|
struct_lit_multiline_style -> struct_lit_single_line (and make it a bool)
|
2017-11-24 14:45:18 +13:00 |
|
Nick Cameron
|
4cb474b5ee
|
Remove force_format_strings in favour of format_strings
|
2017-11-24 14:07:37 +13:00 |
|
Nick Cameron
|
8a7b6b8806
|
Remove match_pattern_separator_break_point in favour of binop_separator
|
2017-11-24 14:01:44 +13:00 |
|
Nick Cameron
|
f987946078
|
Merge pull request #2161 from topecongiro/issue-1807
Implement RFC style for match pattern
|
2017-11-20 14:51:53 +13:00 |
|
topecongiro
|
d5152fc8c6
|
Use choose_rhs() for the layout of multi-lined struct field
|
2017-11-18 15:45:58 +09:00 |
|
topecongiro
|
95d7619e34
|
Use mixed layout for patterns that are all short
|
2017-11-16 17:43:36 +09:00 |
|
topecongiro
|
e09a0cc836
|
Add is_short_pattern()
|
2017-11-16 17:43:36 +09:00 |
|
topecongiro
|
35466adbfe
|
Generalize ListItems to allow a separator other than comma
|
2017-11-16 17:43:36 +09:00 |
|
topecongiro
|
34c2499029
|
Cargo fmt
|
2017-11-16 17:43:06 +09:00 |
|
topecongiro
|
4cd2e6f39a
|
Generalize rewrite_assign_rhs()
|
2017-11-16 11:26:36 +09:00 |
|
Nick Cameron
|
a90b76a731
|
Merge pull request #2153 from topecongiro/issue-2152
Return None when a literal exceeds budget
|
2017-11-15 15:43:03 +13:00 |
|
topecongiro
|
bdb8f369e8
|
Return None when a literal exceeds budget
|
2017-11-15 10:36:49 +09:00 |
|
topecongiro
|
bc543cce0b
|
Combine spaces_within_parens and spaces_within_brackets
|
2017-11-14 23:42:31 +09:00 |
|
topecongiro
|
babc479783
|
Use space_before_colon and space_after_colon
|
2017-11-14 23:25:36 +09:00 |
|
topecongiro
|
04f09c9d85
|
Replace '*_indent' with 'indent_style' in src
|
2017-11-13 17:33:32 +09:00 |
|
Nick Cameron
|
e6800bf27d
|
remove closure_block_indent_threshold option
|
2017-11-13 15:40:54 +13:00 |
|
Nick Cameron
|
e6253c4d31
|
Extract a closures module
|
2017-11-13 15:27:16 +13:00 |
|
Nick Cameron
|
10bce817d9
|
Some basic refactoring
|
2017-11-13 15:13:23 +13:00 |
|
Seiichi Uchida
|
d9e31be40f
|
Refactor: use less vertical lines
|
2017-11-11 23:15:57 +09:00 |
|
Seiichi Uchida
|
033ce59a6a
|
Return None when string literal from source exceeds max width
|
2017-11-11 23:15:33 +09:00 |
|
Seiichi Uchida
|
1664ebb18b
|
Return 'None' when macro call snippet from source exceeds max width
|
2017-11-11 23:14:24 +09:00 |
|
topecongiro
|
3e8f4b7907
|
Fix PairParts related issues
|
2017-11-06 21:48:05 +09:00 |
|
topecongiro
|
c73871c516
|
Introduce PairParts to reduce the number of args of rewrite_pair()
|
2017-11-06 13:52:25 +09:00 |
|
topecongiro
|
10cb568c18
|
Remove redundant references
|
2017-11-06 13:52:25 +09:00 |
|
topecongiro
|
6c5ac5a9b3
|
Remove needless borrows
|
2017-11-06 13:52:25 +09:00 |
|
topecongiro
|
40c5666af6
|
Rename 'struct_lit_style' to 'struct_lit_indent'
|
2017-11-04 22:47:28 +09:00 |
|
topecongiro
|
d5d8740993
|
Rename 'fn_call_style' to 'fn_call_indent'
|
2017-11-04 22:46:40 +09:00 |
|
topecongiro
|
5096cdff56
|
Rename 'array_layout' to 'array_indent'
|
2017-11-04 22:45:09 +09:00 |
|
topecongiro
|
bfaeac202a
|
Add a comment on args_have_many_closure()
|
2017-11-03 08:57:38 +09:00 |
|
topecongiro
|
b17de6228f
|
Cargo fmt
|
2017-11-02 21:45:00 +09:00 |
|
topecongiro
|
960fec898b
|
Force to use block for closure's body when there is only a single control expr
|
2017-11-02 21:43:33 +09:00 |
|
topecongiro
|
e4f13dfdd6
|
Use is_unsafe_block()
|
2017-11-02 21:42:11 +09:00 |
|
topecongiro
|
81cd12cc08
|
Add args_have_many_closure()
|
2017-11-02 21:41:46 +09:00 |
|
Nick Cameron
|
809e06ee32
|
Merge pull request #2102 from topecongiro/soft-wrapping-comments
Soft wrapping for comments
|
2017-11-02 15:15:38 +13:00 |
|