Commit Graph

2530 Commits

Author SHA1 Message Date
topecongiro
8685cdadda Add a test for #2144 2017-11-13 08:01:52 +09:00
Seiichi Uchida
896c3a2b7d
Merge pull request #2143 from davidalber/add-combine-control-expr-example
Adding an example for `combine_control_expr = false`
2017-11-13 07:44:37 +09:00
David Alber
f8eedcba5f Adding an example for combine_control_expr = false
Fixes #2132.
2017-11-12 10:16:19 -08:00
Seiichi Uchida
ffe8c73cf6
Merge pull request #2142 from davidalber/fix-where-density-examples
Updating `where_density = "Vertical"` example
2017-11-12 20:20:17 +09:00
David Alber
72f77eaf47 Updating where_density = "Vertical" example
The example for `where_density = "Vertical"` does not match the
current output from rustfmt. This change corrects that.

Fixes #2133.
2017-11-12 00:16:24 -08:00
Seiichi Uchida
70c69c6acd Update tests 2017-11-11 23:16:12 +09: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
Seiichi Uchida
881c5b5a6d Add a test for #2021 2017-11-11 23:14:01 +09:00
Nick Cameron
ba8233d361
Merge pull request #2138 from topecongiro/comments-around-trait-bounds
Comments around trait bounds
2017-11-11 10:19:35 +13:00
Nick Cameron
5496d87525
Merge pull request #2136 from topecongiro/issue-2025
Remove empty lines at the beginning of the file
2017-11-11 10:14:49 +13:00
Seiichi Uchida
4d28e148a5 Return None when there are comments around trait bounds 2017-11-10 21:21:53 +09:00
Seiichi Uchida
76f5bc06c4 Fix a typo 2017-11-10 21:21:06 +09:00
Seiichi Uchida
38a5350dcd Add a test for #2055 2017-11-10 21:20:54 +09:00
topecongiro
05798572bb Remove empty lines at the beginning of the file 2017-11-10 17:09:31 +09:00
topecongiro
6ce42823cb Add opt_snippet() and opt_span_after() 2017-11-10 17:08:57 +09:00
topecongiro
0922f3f427 Update tests 2017-11-10 17:08:26 +09:00
topecongiro
a9647f1108 Add a test for #2025 2017-11-10 17:08:16 +09:00
Nick Cameron
291dbe8d87
Merge pull request #2134 from mathstuf/configuration-fixes
Configuration fixes
2017-11-10 11:16:09 +13:00
Ben Boeckel
523fc086c7 Configurations: document report_todo and report_fixme 2017-11-09 14:11:33 -05:00
Ben Boeckel
fcdd01989d Configurations: document reorder_extern_crates settings 2017-11-09 14:11:33 -05:00
Ben Boeckel
33a2bc9d3f Configurations: document error_on_line_overflow_comments 2017-11-09 14:11:33 -05:00
Ben Boeckel
4d547b38a7 Configurations: fix where_density documentation
The default is actually `Vertical`.
2017-11-09 14:11:33 -05:00
Ben Boeckel
1bb927e46f Configurations: add colons to example section titles 2017-11-09 14:11:33 -05:00
Ben Boeckel
6447e0d072 Configurations: markup max_width 2017-11-09 14:10:37 -05:00
Nick Cameron
560f66cfe3
Merge pull request #2130 from topecongiro/soft-wrapping-doc-comments
Soft wrapping doc comments
2017-11-09 16:12:27 +13:00
Seiichi Uchida
e079cb81ef Remove 'Option<_>' from return type of 'take_while_with_pred()' 2017-11-09 11:33:35 +09:00
topecongiro
b1825c9d92 Ignore editors' specific files 2017-11-08 19:53:52 +09:00
topecongiro
61bca9c083 Update a test 2017-11-08 18:24:18 +09:00
topecongiro
119b49dad0 Cargo fmt 2017-11-08 18:24:13 +09:00
topecongiro
fd10925a08 Implement soft wrapping on doc comments 2017-11-08 18:24:03 +09:00
topecongiro
b7f69ce776 Add a test for soft wrapping on doc comments 2017-11-08 18:23:21 +09:00
Nick Cameron
89535f1fda
Merge pull request #2129 from topecongiro/changelog
Update Changelog
2017-11-08 21:12:09 +13:00
Nick Cameron
0c250d0e5d
Merge pull request #2128 from topecongiro/issue-2125
Wrap long single field tuple struct
2017-11-08 21:11:21 +13:00
Nick Cameron
bfa093d394 Fix formatting in git-fmt 2017-11-08 21:10:47 +13:00
Nick Cameron
a3c65d7ca8
Merge pull request #2127 from topecongiro/issue-2126
Handle chain with a single long child with a small parent
2017-11-08 21:02:21 +13:00
Nick Cameron
e8bc2bf966 Tweak the uncommitted file rules for git-fmt 2017-11-08 18:17:12 +13:00
topecongiro
6bfa612fb2 Update changelog 2017-11-08 13:59:05 +09:00
topecongiro
9337760dd9 Refactor: use less vertical lines 2017-11-08 11:53:13 +09:00
topecongiro
19a3b0b5ca Use struct prefix as a callee 2017-11-08 11:52:25 +09:00
topecongiro
bbfdb12c3e Add a test for #2125 2017-11-08 11:52:14 +09:00
topecongiro
30959bc16f Cargo fmt 2017-11-08 08:25:42 +09:00
topecongiro
6a31415867 Use correct shape when there is a single child 2017-11-08 08:25:23 +09:00
topecongiro
d2d5ebe4da Add a test for #2126 2017-11-08 08:25:09 +09:00
Nick Cameron
4d2ed86611 nightly-0.2.15 2017-11-08 08:07:31 +13:00
Nick Cameron
aafaa2fc2e Add git-fmt tool 2017-11-08 08:05:44 +13:00
Nick Cameron
036917b691
Merge pull request #2121 from topecongiro/clippy-lints
Refactor code via clippy
2017-11-07 14:01:42 +13:00
topecongiro
e917eff7ba Remove unused imports 2017-11-06 21:48:18 +09:00
topecongiro
f39559fef0 Use accessors instead of destucting 2017-11-06 21:48:18 +09:00