about summary refs log tree commit diff
path: root/src/items.rs
AgeCommit message (Expand)AuthorLines
2017-06-13Merge pull request #1655 from topecongiro/issue-1652Nick Cameron-1/+1
2017-06-13Merge pull request #1647 from topecongiro/refactor-impl-formatNick Cameron-125/+206
2017-06-12Use correct indent for return type when it goes multi linetopecongiro-1/+1
2017-06-12Update rewrite_trait_ref to return Option<String>topecongiro-38/+36
2017-06-11Use multi line when type bounds does not fit in a single linetopecongiro-69/+38
2017-06-11Refactor format_impltopecongiro-78/+82
2017-06-10Add format_trait_ref_then_update_resulttopecongiro-70/+66
2017-06-10Use multiline in generics rather than failtopecongiro-45/+124
2017-06-10Share codes when rewriting genericstopecongiro-20/+55
2017-06-09Force brace on new line if the signature ends with commenttopecongiro-1/+7
2017-06-06Update syntex_syntaxest31-7/+12
2017-06-06Merge pull request #1637 from est31/masterNick Cameron-2/+8
2017-06-06Merge pull request #1621 from topecongiro/combiningNick Cameron-14/+16
2017-06-06Add config options for spaces around the colon in struct literal fieldsest31-2/+8
2017-06-05Merge pull request #1630 from topecongiro/issue-1115Nick Cameron-24/+51
2017-06-04Allow comments after attributes on enum fieldstopecongiro-24/+51
2017-06-04Format source codestopecongiro-15/+17
2017-06-04Format source codestopecongiro-13/+13
2017-06-04Use recover_comment_removed in rewrite_statictopecongiro-2/+13
2017-06-04Merge pull request #1628 from topecongiro/issue-1113Nick Cameron-4/+20
2017-06-04Merge pull request #1627 from topecongiro/issue-1624Nick Cameron-26/+29
2017-06-04Preserve the layout of comment after return typetopecongiro-4/+20
2017-06-03Organize vertical layout of function definitionSeiichi Uchida-13/+17
2017-06-03Use correct budgetSeiichi Uchida-12/+8
2017-06-03Put opening paren next to multi line genericSeiichi Uchida-1/+4
2017-06-03Forbid trailing comma at the end of args of variadic functionsSeiichi Uchida-1/+5
2017-05-27Allow attributes in generics of implSeiichi Uchida-2/+6
2017-05-27Merge pull request #1597 from topecongiro/comments-after-attributesNick Cameron-7/+34
2017-05-27Merge pull request #1596 from topecongiro/issue-1595Nick Cameron-0/+9
2017-05-27Merge pull request #1593 from topecongiro/issue-1439Nick Cameron-2/+6
2017-05-27Merge pull request #1588 from topecongiro/nesting-macroNick Cameron-3/+1
2017-05-27Allow comments after attributes of struct fieldstopecongiro-7/+34
2017-05-27Add a trailing comma if the last arg ends with commenttopecongiro-0/+9
2017-05-27Allow comments after where clausetopecongiro-2/+6
2017-05-26Format source codes and add teststopecongiro-3/+1
2017-05-26Put closing paren on the next line when the last arg contains commenttopecongiro-1/+13
2017-05-26Merge pull request #1586 from topecongiro/minorNick Cameron-6/+19
2017-05-25Be precise with one_line_budget for fn_baseSeiichi Uchida-6/+19
2017-05-25Format source codestopecongiro-2/+1
2017-05-25Remove dependency on ItertoolsNick Cameron-17/+4
2017-05-24Format source codestopecongiro-1/+2
2017-05-23Format source codestopecongiro-29/+29
2017-05-23Format source codestopecongiro-4/+4
2017-05-18Merge branch 'master' of https://github.com/rust-lang-nursery/rustfmt into co...Michael Killough-33/+30
2017-05-17Use multiline when signature does not fit single linetopecongiro-2/+7
2017-05-16Format source codestopecongiro-31/+23
2017-05-16Switch to accessing config items via method.Michael Killough-115/+119
2017-05-15Format source codesSeiichi Uchida-1/+1
2017-05-08Merge pull request #1442 from topecongiro/poor-formatting/trailing-commaNick Cameron-2/+7
2017-05-08Add indented and with_max_widthtopecongiro-42/+27