about summary refs log tree commit diff
path: root/src/chains.rs
AgeCommit message (Expand)AuthorLines
2017-06-06Update syntex_syntaxest31-2/+2
2017-06-05Format source codestopecongiro-3/+3
2017-06-05Allow chain item to extend if the parent ends with closing parens and aliketopecongiro-25/+72
2017-06-04Forbid method chain to get combined if it uses multi line.topecongiro-0/+3
2017-06-04Add macro to block exprtopecongiro-0/+1
2017-06-04Add `use_block_indent` method to RewriteContexttopecongiro-4/+2
2017-05-30Put a space between nested tuple fieldtopecongiro-1/+7
2017-05-26Format source codes and add teststopecongiro-4/+3
2017-05-25Add chain_split_single_child optiontopecongiro-5/+5
2017-05-25Allow the last elem in chain to overflowtopecongiro-3/+45
2017-05-25Format source codestopecongiro-5/+3
2017-05-25Disallow single line chain when the line exceeds the given budgettopecongiro-1/+2
2017-05-25Consider trailing try operations when counting almost_totaltopecongiro-2/+11
2017-05-25Remove dependency on ItertoolsNick Cameron-3/+4
2017-05-24Add heuristic when rewriting chain with a single childtopecongiro-5/+5
2017-05-23Use correct width when rewriting chaintopecongiro-7/+1
2017-05-23Allow first child to stay on the same line with block parenttopecongiro-15/+34
2017-05-23Refactor source codestopecongiro-1/+0
2017-05-23Fix weird indentaion in chaintopecongiro-13/+5
2017-05-18Merge branch 'master' of https://github.com/rust-lang-nursery/rustfmt into co...Michael Killough-8/+7
2017-05-16Format source codestopecongiro-7/+5
2017-05-16Allow last child in chain to go multilinetopecongiro-1/+2
2017-05-16Switch to accessing config items via method.Michael Killough-16/+16
2017-05-13Prevent rewriting closure block to expr inside macroSeiichi Uchida-1/+1
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-02Merge pull request #1454 from topecongiro/matchNick Cameron-6/+12
2017-05-01Remove duplicatestopecongiro-32/+21
2017-05-01Use 'first_line_width'topecongiro-2/+1
2017-04-24Format source codestopecongiro-4/+2
2017-04-24Remove '+ 1' when counting the length of chainstopecongiro-1/+1
2017-04-15Check the length of the first line of the last method in the chaintopecongiro-6/+13
2017-04-06Merge pull request #1438 from topecongiro/poor-formatting/method-chainsNick Cameron-1/+1
2017-04-06Lookup the last element of 'subexpr_list' instead of the first onetopecongiro-1/+1
2017-04-03fix bug by adding boolean argumentRyan1729-1/+1
2017-03-28test falloutNick Cameron-15/+5
2017-03-28fallout - source reformattingNick Cameron-25/+39
2017-03-28Use a char len heuristic rather than item count for chain_one_line_maxNick Cameron-2/+2
2017-03-28Source formatting falloutNick Cameron-3/+5
2017-03-28Put the second element of a chain on its own line when block formatting.Nick Cameron-1/+2
2017-03-22Test and source falloutNick Cameron-1/+4
2017-03-20Unify a bunch of option types into IndentStyleNick Cameron-5/+5
2017-03-20Remove BlockIndentStyle::InheritNick Cameron-14/+1
2017-03-07Formatting falloutNick Cameron-7/+10
2017-03-07Add a heuristic for maximum number of elements in a single-line chainNick Cameron-1/+4
2017-02-23more falloutNick Cameron-4/+10
2017-02-23Tweak chain rulesNick Cameron-8/+20
2017-02-23FalloutNick Cameron-12/+17
2017-02-23test falloutNick Cameron-1/+1
2017-02-23remove some chain optionsNick Cameron-19/+6