about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-12-02Don't remove where clauses in type aliasesMarkus Westerlind-0/+14
2015-12-02Fix formatting of type aliases where '=' is at or close to the max widthMarkus Westerlind-5/+21
2015-12-02Merge pull request #659 from Marwes/where_clauseMarcus Klaas de Vries-6/+32
2015-12-02Update block checking codeBryce Van Dyk-4/+5
2015-12-01Add a BraceStyle parameter to rewrite_where_clauseMarkus Westerlind-1/+6
2015-12-01Update trailing comma match logic, add testsBryce Van Dyk-8/+15
2015-11-30Trailing commas for match block armsBryce Van Dyk-5/+10
2015-11-28Use the BraceStyle config to calculate the width for braces in where clasuesMarkus Westerlind-5/+9
2015-11-27Remove unused importsSeo Sanghyeon-1/+1
2015-11-27Fix where clauses not taking the width of the line into accountMarkus Westerlind-6/+23
2015-11-26Use utils::last_line_width in rewrite_type_aliasMarkus Westerlind-8/+4
2015-11-26Format type aliasesMarkus Westerlind-3/+65
2015-11-26Merge pull request #655 from kyeah/impl-commentsNick Cameron-13/+21
2015-11-25Reformat trim_newlinesKevin Yeh-6/+6
2015-11-25Apply ClippySeo Sanghyeon-13/+14
2015-11-24Fix empty trim_newline panic, add impl macro testKevin Yeh-1/+5
2015-11-24Keep comments in empty impl bodiesKevin Yeh-10/+14
2015-11-24Fix a bug with nested implsNick Cameron-4/+3
2015-11-23Merge pull request #646 from rust-lang-nursery/mulit-fileMarcus Klaas de Vries-34/+144
2015-11-23update dependencies and fix compile errorsJakko Sikkar-4/+4
2015-11-23Handle multiply-referenced filesNick Cameron-4/+4
2015-11-23Merge pull request #641 from marcusklaas/fix-doc-commentzNick Cameron-11/+4
2015-11-23Types which can be return types for function typesNick Cameron-12/+11
2015-11-23Reformatting due to changesNick Cameron-2/+8
2015-11-23Implement formatting for implsNick Cameron-16/+121
2015-11-22Correct doc comment indentation for struct fieldsMarcus Klaas-11/+4
2015-11-23Take rustfmt_skip attribute into account on modulesNick Cameron-10/+11
2015-11-23Merge pull request #638 from marcusklaas/visual-struct-last-commentNick Cameron-5/+4
2015-11-22Fix last comment for visually formatted struct litsMarcus Klaas-5/+4
2015-11-22Format bare function typesMarcus Klaas-53/+107
2015-11-22Fix up indentation of function style pathsMarcus Klaas-19/+25
2015-11-22Extract fn rewrite methods from RewriteVisitorMarcus Klaas-807/+820
2015-11-21Merge pull request #633 from marcusklaas/mod-commentMarcus Klaas de Vries-13/+20
2015-11-21Rewrite module declarationsMarcus Klaas-13/+20
2015-11-21Merge pull request #635 from Marwes/long_field_accessMarcus Klaas de Vries-2/+16
2015-11-21Fix long field accesses not being broken onto separate linesMarkus Westerlind-2/+16
2015-11-21Merge pull request #634 from Marwes/block_comment_crlfNick Cameron-3/+4
2015-11-20Avoid adding an extra newline after block commentsMarkus Westerlind-3/+4
2015-11-20Add option to disable (un)wrapping of match armsMarcus Klaas-8/+18
2015-11-20Force chains to adhere to restrictionsMarcus Klaas-17/+18
2015-11-20Unwrap match arms that are simple blocksMarcus Klaas-119/+59
2015-11-20Blockify multiline match armsMarcus Klaas-69/+104
2015-11-20Merge pull request #618 from zyphrus/masterNick Cameron-1/+5
2015-11-20Merge pull request #628 from kyeah/single-line-fnNick Cameron-59/+150
2015-11-19Combine rewrite_single_line_fn and rewrite_fnKevin Yeh-14/+14
2015-11-19Fix empty body format, add fn_empty_single_line option, refactor block testsKevin Yeh-37/+25
2015-11-19Use argv[0] for usage outputSteven Fackler-1/+1
2015-11-20Use tactic instead of configDavid Barnett-3/+4
2015-11-19Implement Rewrite for ast::StmtKevin Yeh-31/+41
2015-11-19Combine block utilitiesKevin Yeh-23/+24