about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2017-06-13Merge branch 'master' of github.com:rust-lang-nursery/rustfmtNick Cameron-242/+770
2017-06-13Merge pull request #1657 from topecongiro/issue-1656Nick Cameron-30/+34
2017-06-13Merge pull request #1655 from topecongiro/issue-1652Nick Cameron-1/+16
2017-06-13Merge pull request #1647 from topecongiro/refactor-impl-formatNick Cameron-207/+675
2017-06-13Merge pull request #1654 from topecongiro/over-long-linesNick Cameron-4/+45
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-19/+30
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/+16
2017-06-12Use block indent for args if single line args exceeds max widthtopecongiro-4/+31
2017-06-12v0.8.5 + cargo updateNick Cameron-6/+6
2017-06-12Update rewrite_trait_ref to return Option<String>topecongiro-38/+36
2017-06-12Merge pull request #1649 from topecongiro/issue-1648Nick Cameron-3/+4
2017-06-12Merge pull request #1646 from topecongiro/issue-1606Nick Cameron-6/+15
2017-06-12Merge pull request #1644 from topecongiro/issue-1643Nick Cameron-1/+11
2017-06-11Update teststopecongiro-9/+236
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-10Fix Configurations.mdSeiichi Uchida-1/+1
2017-06-10Add visual offset when using struct_lit_style is VisualSeiichi Uchida-2/+3
2017-06-10Add format_trait_ref_then_update_resulttopecongiro-70/+245
2017-06-10Use multiline in generics rather than failtopecongiro-45/+124
2017-06-10Share codes when rewriting genericstopecongiro-42/+72
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/+11
2017-06-07Merge pull request #1640 from topecongiro/issue-1632Nick Cameron-3/+6
2017-06-07Merge pull request #1639 from topecongiro/rfc-updateNick Cameron-0/+1
2017-06-06Do not overwrite files when there are no diffs in Overwrite modetopecongiro-3/+6
2017-06-06Merge pull request #1638 from est31/masterNick Cameron-118/+257
2017-06-06Fix the pub-restricted testsest31-4/+4
2017-06-06Update a testNick Cameron-4/+2
2017-06-06RebasingNick Cameron-1/+1
2017-06-06Implement catchtopecongiro-25/+85
2017-06-06Leave GlobalAsm and MacroDef without formattingtopecongiro-1/+4
2017-06-06Format pub(restricted) properlytopecongiro-1/+4
2017-06-06Update syntex_syntaxest31-92/+167
2017-06-06Merge pull request #1634 from topecongiro/impl-rewrite-attributeNick Cameron-12/+149
2017-06-06Add 'fn_args_paren_newline = false' to rfc-rustfmt.tomltopecongiro-0/+1
2017-06-06Implement Rewrite trait for syntax::ast::Attributetopecongiro-12/+149
2017-06-06Merge pull request #1637 from est31/masterNick Cameron-9/+121
2017-06-06Merge pull request #1633 from topecongiro/rfc/control-styleNick Cameron-2/+4
2017-06-06Merge pull request #1631 from topecongiro/fix-appveyorNick Cameron-7/+4
2017-06-06Merge pull request #1621 from topecongiro/combiningNick Cameron-239/+611
2017-06-06Add config options for spaces around the colon in struct literal fieldsest31-9/+121
2017-06-05Do not add offset to match pattern when using Rfc styletopecongiro-2/+4
2017-06-05Update appveyor.ymlSeiichi Uchida-7/+4
2017-06-05Format source codestopecongiro-7/+5
2017-06-05Set combine_control_expr to false by default and true in rfc-rustfmttopecongiro-1/+136
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/+74