about summary refs log tree commit diff
path: root/src/expr.rs
AgeCommit message (Expand)AuthorLines
2017-05-05Block format control flow discriminant expressions and binopsNick Cameron-7/+17
2017-05-04Check format failures explicitly in visit_blocktopecongiro-18/+6
2017-05-03Use block indent when visual indent failed inside closure blocktopecongiro-9/+27
2017-05-02Use block when arm exceeds max_widthSeiichi Uchida-1/+3
2017-05-02Merge pull request #1487 from topecongiro/issue1470Nick Cameron-3/+5
2017-05-02Merge pull request #1454 from topecongiro/matchNick Cameron-8/+10
2017-05-01Use block indent when visual indent exceeds max_widthSeiichi Uchida-3/+5
2017-05-01Merge pull request #1469 from topecongiro/bug/chainsNick Cameron-13/+4
2017-04-24Format source codestopecongiro-13/+4
2017-04-17Prohibit long return val from 'rewrite_closure_block'topecongiro-5/+8
2017-04-15Format source codestopecongiro-9/+9
2017-04-15Add heuristic choosing block or visual indent for unary op based on spantopecongiro-8/+27
2017-04-15Use offset instead of indent for match armtopecongiro-3/+2
2017-04-06Fix a bug with overlong function callsNick Cameron-2/+11
2017-04-06Implement a max array widthNick Cameron-2/+7
2017-04-04eliminate nested matchRyan1729-5/+3
2017-04-03fix bug by adding boolean argumentRyan1729-8/+21
2017-03-29Fix a typotopecongiro-3/+4
2017-03-28Remove duplicate definitionstopecongiro-8/+4
2017-03-28test falloutNick Cameron-58/+15
2017-03-28fallout - source reformattingNick Cameron-60/+148
2017-03-28Source formatting falloutNick Cameron-10/+17
2017-03-28Support block indent for function callsNick Cameron-21/+35
2017-03-26Add indent_match_arms option (#1404)C4K3-1/+6
2017-03-22Test and source falloutNick Cameron-12/+35
2017-03-22Block indenting for struct lit patternsNick Cameron-100/+60
2017-03-20Unify a bunch of option types into IndentStyleNick Cameron-11/+11
2017-03-20Remove FnArgLayoutStyle::BlockAlwaysNick Cameron-3/+1
2017-03-20Block formatting for arraysNick Cameron-11/+49
2017-03-07Treat new blocks like existing ones in closuresNick Cameron-1/+1
2017-03-07Formatting falloutNick Cameron-44/+51
2017-03-02Fix failing testNick Cameron-1/+2
2017-03-02Fix trailing comma testsNick Cameron-3/+3
2017-03-02Merge branch 'master' of github.com:rust-lang-nursery/rustfmtNick Cameron-9/+21
2017-03-01Fix wrap_match_arms resulting in a missing comma (#1307)Marcus Ball-9/+21
2017-02-24Coalesce trailing comma optionsNick Cameron-7/+1
2017-02-24Fix width bug for long patterns in match armsNick Cameron-14/+5
2017-02-23more falloutNick Cameron-9/+10
2017-02-23FalloutNick Cameron-147/+147
2017-02-23test falloutNick Cameron-1/+1
2017-02-23remove some chain optionsNick Cameron-1/+1
2017-02-23Remove indent from context and only use ShapeNick Cameron-4/+4
2017-02-21WIPNick Cameron-221/+190
2017-02-13Support field-init-shorthand (#1308)sinkuu-16/+21
2017-01-31Handle multiline condition in let if else (fixes #1239)Trevor Spiteri-1/+10
2017-01-31Refactor indent and width into Shape structNick Cameron-357/+306
2017-01-27Some debugging stuffNick Cameron-0/+2
2017-01-27Make string lit formatting fallibleNick Cameron-9/+12
2017-01-20Update to latest SyntexNick Cameron-4/+10
2017-01-17Fix bug in identifying commentsNick Cameron-2/+2