about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-05-06Respect file_lines within format_lines() functionJonathan Behrens-16/+38
2017-05-05Block format control flow discriminant expressions and binopsNick Cameron-7/+26
2017-05-04Merge pull request #1495 from topecongiro/poor-formatting/closureNick Cameron-38/+42
2017-05-04Merge pull request #1500 from shioju/masterNick Cameron-2/+2
2017-05-04Format macros in trait item positionSheng Hau-2/+2
2017-05-04Check format failures explicitly in visit_blocktopecongiro-18/+11
2017-05-03Format fixest31-1/+1
2017-05-03Simplificationsest31-4/+4
2017-05-03Drop rustc-serialize, use serde, update toml dependencyest31-27/+55
2017-05-03Format source codestopecongiro-24/+11
2017-05-03Keep a chain with length chain_one_line_max in a single linetopecongiro-1/+1
2017-05-03Split a long chain with a single childtopecongiro-3/+9
2017-05-03Use block indent when visual indent failed inside closure blocktopecongiro-9/+27
2017-05-02Merge pull request #1453 from topecongiro/bug/empty-struct-with-commentNick Cameron-50/+74
2017-05-02Add test for empty tuple struct with commenttopecongiro-1/+1
2017-05-02Handle empty tuple struct def properlytopecongiro-50/+74
2017-05-02Use block when arm exceeds max_widthSeiichi Uchida-1/+3
2017-05-02Made `type_punctuation_density` apply too all `+` in typesVincent Esche-9/+31
2017-05-02Merge pull request #1491 from regexident/where_densityNick Cameron-1/+3
2017-05-02Merge pull request #1487 from topecongiro/issue1470Nick Cameron-3/+5
2017-05-02Merge pull request #1454 from topecongiro/matchNick Cameron-52/+62
2017-05-02Merge pull request #1486 from topecongiro/refactoringNick Cameron-125/+74
2017-05-01Add todo on equal output for `where_density = Tall` or `Vertical`Vincent Esche-1/+3
2017-05-02Remove generics_style optionNick Cameron-1/+0
2017-05-01Use block indent when visual indent exceeds max_widthSeiichi Uchida-3/+5
2017-05-01Remove TODO from 'format_tuple_struct'topecongiro-27/+18
2017-05-01Remove TODO from 'rewrite_generics'topecongiro-46/+30
2017-05-01Refactor Shapetopecongiro-20/+5
2017-05-01Remove duplicatestopecongiro-32/+21
2017-05-01Use 'first_line_width'topecongiro-2/+1
2017-05-01Merge pull request #1473 from topecongiro/bug/no-such-file-or-directoryNick Cameron-12/+20
2017-05-01Remove where_indent optionNick Cameron-2/+0
2017-05-01Merge pull request #1469 from topecongiro/bug/chainsNick Cameron-69/+22
2017-05-01Merge pull request #1459 from shioju/masterNick Cameron-0/+11
2017-05-01Merge pull request #1457 from diaevd/masterNick Cameron-1/+1
2017-05-01Merge pull request #1461 from DarkEld3r/1447-line-length-in-charsNick Cameron-1/+1
2017-04-26Prevent panicking against directories or non-existent filesSeiichi Uchida-12/+20
2017-04-24Format source codestopecongiro-68/+21
2017-04-24Remove '+ 1' when counting the length of chainstopecongiro-1/+1
2017-04-19Fix line length calculation (should be in chars, not bytes)Stanislav Tkach-1/+1
2017-04-19Show exit codes' meanings with the rustfmt help messageSheng Hau-0/+11
2017-04-18format_lines: fix line_len for config.max_widthEvgeny Duzhakov-2/+2
2017-04-17Prohibit long return val from 'rewrite_closure_block'topecongiro-20/+22
2017-04-15Format source codestopecongiro-12/+12
2017-04-15Add heuristic choosing block or visual indent for unary op based on spantopecongiro-11/+32
2017-04-15Check the length of the first line of the last method in the chaintopecongiro-6/+13
2017-04-15Format source codestopecongiro-23/+26
2017-04-15Use offset instead of indent for match armtopecongiro-3/+2
2017-04-10fix path checkJay Lee-1/+10
2017-04-06Merge pull request #1438 from topecongiro/poor-formatting/method-chainsNick Cameron-2/+3