about summary refs log tree commit diff
path: root/tests/source/chains.rs
AgeCommit message (Expand)AuthorLines
2017-05-03Update teststopecongiro-0/+2
2017-03-28test falloutNick Cameron-1/+0
2017-03-28Use a char len heuristic rather than item count for chain_one_line_maxNick Cameron-0/+1
2017-01-16Allow empty blocks on one line in more placesNick Cameron-2/+2
2017-01-16make rustfmt-normalize_comments false by defaultNick Cameron-0/+1
2016-06-01Merge pull request #1016 from rust-lang-nursery/try-double-indentNick Cameron-0/+15
2016-05-29Format non-statement if-else expressions on a single lineMarcus Klaas-0/+1
2016-05-29Treat chains with just expr? specially.Nick Cameron-0/+15
2016-05-27Don't put a newline before `?` when it is the second sub-expression in a chai...Nick Cameron-0/+8
2016-05-12Add try macro to try shorthand conversion testsMarcus Klaas-0/+4
2016-05-09Format try shorthandMarcus Klaas-0/+9
2015-11-13Fix span issue with generic method callsMarcus Klaas-0/+6
2015-10-23Restore idempotence for chain formattingMarcus Klaas-0/+5
2015-10-22Deal with floating links in chainsMarcus Klaas-0/+46
2015-10-08Try "overflowing" the final function argument when it's a closureMarcus Klaas-0/+14
2015-09-11General cleanup after rebaseMarcus Klaas-1/+3
2015-09-11Refine chain breaking heuristicsMarcus Klaas-5/+4
2015-09-11Add some tests for match blocksMarcus Klaas-0/+9
2015-09-11Add tests for chain expressionsMarcus Klaas-0/+33