about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-06-13Merge pull request #1657 from topecongiro/issue-1656Nick Cameron-28/+15
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-198/+260
2017-06-13Merge pull request #1654 from topecongiro/over-long-linesNick Cameron-3/+29
2017-06-12Force multi line if the first attempt of rewriting args failedtopecongiro-0/+14
2017-06-12Put guard on newline if it exceeds max widthtopecongiro-17/+11
2017-06-12Use rewrite instead of visitor for attributestopecongiro-11/+4
2017-06-12Use correct indent for return type when it goes multi linetopecongiro-1/+1
2017-06-12Use block indent for args if single line args exceeds max widthtopecongiro-3/+15
2017-06-12Update rewrite_trait_ref to return Option<String>topecongiro-38/+36
2017-06-12Merge pull request #1649 from topecongiro/issue-1648Nick Cameron-1/+2
2017-06-12Merge pull request #1646 from topecongiro/issue-1606Nick Cameron-6/+15
2017-06-11Use multi line when type bounds does not fit in a single linetopecongiro-127/+82
2017-06-11Refactor format_impltopecongiro-78/+82
2017-06-10Add visual offset when using struct_lit_style is VisualSeiichi Uchida-1/+2
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-35/+65
2017-06-10Reset the error count of parser from the previous filetopecongiro-6/+15
2017-06-09Force brace on new line if the signature ends with commenttopecongiro-1/+7
2017-06-07Merge pull request #1640 from topecongiro/issue-1632Nick Cameron-3/+6
2017-06-06Do not overwrite files when there are no diffs in Overwrite modetopecongiro-3/+6
2017-06-06RebasingNick Cameron-1/+1
2017-06-06Implement catchtopecongiro-18/+29
2017-06-06Leave GlobalAsm and MacroDef without formattingtopecongiro-1/+4
2017-06-06Format pub(restricted) properlytopecongiro-1/+4
2017-06-06Update syntex_syntaxest31-48/+74
2017-06-06Merge pull request #1634 from topecongiro/impl-rewrite-attributeNick Cameron-10/+77
2017-06-06Implement Rewrite trait for syntax::ast::Attributetopecongiro-10/+77
2017-06-06Merge pull request #1637 from est31/masterNick Cameron-7/+17
2017-06-06Merge pull request #1633 from topecongiro/rfc/control-styleNick Cameron-2/+4
2017-06-06Merge pull request #1621 from topecongiro/combiningNick Cameron-214/+275
2017-06-06Add config options for spaces around the colon in struct literal fieldsest31-7/+17
2017-06-05Do not add offset to match pattern when using Rfc styletopecongiro-2/+4
2017-06-05Format source codestopecongiro-7/+5
2017-06-05Set combine_control_expr to false by default and true in rfc-rustfmttopecongiro-1/+1
2017-06-05Allow chain item to extend if the parent ends with closing parens and aliketopecongiro-25/+72
2017-06-05Merge pull request #1630 from topecongiro/issue-1115Nick Cameron-24/+51
2017-06-05Merge pull request #1629 from topecongiro/issue-982Nick Cameron-2/+17
2017-06-04Allow comments after attributes on enum fieldstopecongiro-24/+51
2017-06-04Format source codestopecongiro-38/+45
2017-06-04Forbid method chain to get combined if it uses multi line.topecongiro-0/+11
2017-06-04Add macro to block exprtopecongiro-0/+1
2017-06-04Format source codestopecongiro-51/+51
2017-06-04Add combine_control_expr optiontopecongiro-5/+8
2017-06-04Refactor rewrite_calltopecongiro-120/+105
2017-06-04Forbid line break between if and patterntopecongiro-0/+6
2017-06-04Add `use_block_indent` method to RewriteContexttopecongiro-5/+8
2017-06-04Use recover_comment_removed in rewrite_statictopecongiro-2/+17
2017-06-04Merge pull request #1619 from topecongiro/config/format_if_else_cond_commentNick Cameron-5/+31