about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2017-06-13Merge pull request #1657 from topecongiro/issue-1656Nick Cameron-2/+19
2017-06-13Merge pull request #1655 from topecongiro/issue-1652Nick Cameron-0/+15
2017-06-13Merge pull request #1647 from topecongiro/refactor-impl-formatNick Cameron-9/+415
2017-06-13Merge pull request #1654 from topecongiro/over-long-linesNick Cameron-1/+16
2017-06-12Put guard on newline if it exceeds max widthtopecongiro-2/+19
2017-06-12Use correct indent for return type when it goes multi linetopecongiro-0/+15
2017-06-12Use block indent for args if single line args exceeds max widthtopecongiro-1/+16
2017-06-12Merge pull request #1649 from topecongiro/issue-1648Nick Cameron-1/+1
2017-06-11Update teststopecongiro-9/+236
2017-06-10Add visual offset when using struct_lit_style is VisualSeiichi Uchida-1/+1
2017-06-10Add format_trait_ref_then_update_resulttopecongiro-0/+179
2017-06-10Share codes when rewriting genericstopecongiro-7/+7
2017-06-09Force brace on new line if the signature ends with commenttopecongiro-0/+4
2017-06-06Fix the pub-restricted testsest31-4/+4
2017-06-06Update a testNick Cameron-4/+2
2017-06-06Implement catchtopecongiro-7/+56
2017-06-06Merge pull request #1634 from topecongiro/impl-rewrite-attributeNick Cameron-2/+72
2017-06-06Implement Rewrite trait for syntax::ast::Attributetopecongiro-2/+72
2017-06-06Merge pull request #1637 from est31/masterNick Cameron-2/+50
2017-06-06Merge pull request #1621 from topecongiro/combiningNick Cameron-25/+279
2017-06-06Add config options for spaces around the colon in struct literal fieldsest31-2/+50
2017-06-05Set combine_control_expr to false by default and true in rfc-rustfmttopecongiro-0/+134
2017-06-05Merge pull request #1630 from topecongiro/issue-1115Nick Cameron-0/+23
2017-06-05Merge pull request #1629 from topecongiro/issue-982Nick Cameron-0/+9
2017-06-04Allow comments after attributes on enum fieldstopecongiro-0/+23
2017-06-04Update teststopecongiro-25/+145
2017-06-04Use recover_comment_removed in rewrite_statictopecongiro-0/+9
2017-06-04Merge pull request #1619 from topecongiro/config/format_if_else_cond_commentNick Cameron-0/+27
2017-06-04Merge pull request #1628 from topecongiro/issue-1113Nick Cameron-0/+33
2017-06-04Merge pull request #1627 from topecongiro/issue-1624Nick Cameron-4/+11
2017-06-04Preserve the layout of comment after return typetopecongiro-0/+33
2017-06-03Organize vertical layout of function definitionSeiichi Uchida-0/+9
2017-06-03Put opening paren next to multi line genericSeiichi Uchida-4/+2
2017-06-03Forbid trailing comma at the end of args of variadic functionsSeiichi Uchida-0/+15
2017-06-02Unindent comment on top of `else`topecongiro-0/+27
2017-06-02Rename the Style::Default option to LegacyNick Cameron-2/+2
2017-06-02Merge pull request #1620 from topecongiro/rfc-ifNick Cameron-0/+23
2017-06-01Use correct one line budget when using Rfc control styletopecongiro-0/+23
2017-06-01Use block indent style when visual indent failedSeiichi Uchida-0/+57
2017-05-31Merge pull request #1609 from topecongiro/nested-tupleNick Cameron-0/+6
2017-05-30Put a space between nested tuple fieldtopecongiro-0/+6
2017-05-30Merge pull request #1608 from topecongiro/issue-1598Nick Cameron-0/+6
2017-05-30Fix index bug in write_snippet_innertopecongiro-0/+6
2017-05-30Allow longer custom commenttopecongiro-1/+34
2017-05-30Merge pull request #1604 from topecongiro/comment-groupNick Cameron-0/+81
2017-05-29Use different style when rewriting comment with different openertopecongiro-0/+9
2017-05-28Merge pull request #1602 from topecongiro/attributes-on-expressionsNick Cameron-0/+42
2017-05-28Add tests for issues which can be closed on the current mastertopecongiro-0/+72
2017-05-28Allow attributes on expressionstopecongiro-0/+42
2017-05-27Allow attributes in generics of implSeiichi Uchida-0/+10