about summary refs log tree commit diff
path: root/tests/source
AgeCommit message (Expand)AuthorLines
2017-05-05Block format control flow discriminant expressions and binopsNick Cameron-0/+23
2017-05-04Add tests for issues which can be closed on mastertopecongiro-0/+53
2017-05-04Merge pull request #1495 from topecongiro/poor-formatting/closureNick Cameron-2/+19
2017-05-04Format macros in trait item positionSheng Hau-0/+3
2017-05-03Update teststopecongiro-2/+19
2017-05-02Merge pull request #1453 from topecongiro/bug/empty-struct-with-commentNick Cameron-1/+1
2017-05-02Add test for empty tuple struct with commenttopecongiro-1/+1
2017-05-02Use block when arm exceeds max_widthSeiichi Uchida-0/+7
2017-05-02Fixup testsNick Cameron-1/+0
2017-05-02Merge pull request #1471 from regexident/type_punctuation_densityNick Cameron-0/+27
2017-05-02Made `type_punctuation_density` apply too all `+` in typesVincent Esche-0/+27
2017-05-02Merge pull request #1482 from regexident/configs-testsNick Cameron-0/+930
2017-05-02Merge pull request #1487 from topecongiro/issue1470Nick Cameron-0/+29
2017-05-02Merge pull request #1454 from topecongiro/matchNick Cameron-0/+78
2017-05-01Add source/target tests for each config optionVincent Esche-0/+930
2017-05-01Use block indent when visual indent exceeds max_widthSeiichi Uchida-0/+29
2017-05-01Add tests for visual indent struct tupletopecongiro-0/+39
2017-05-01Use 'first_line_width'topecongiro-0/+78
2017-05-01Remove where_indent optionNick Cameron-3/+0
2017-04-19Fix line length calculation (should be in chars, not bytes)Stanislav Tkach-0/+4
2017-04-06Merge pull request #1438 from topecongiro/poor-formatting/method-chainsNick Cameron-0/+29
2017-04-06Fix a bug with overlong function callsNick Cameron-0/+9
2017-04-06Test falloutNick Cameron-1/+1
2017-04-06Lookup the last element of 'subexpr_list' instead of the first onetopecongiro-0/+29
2017-04-03add tests that fail because of comma insertionRyan1729-0/+11
2017-03-31Check existence of pre comment explicitlytopecongiro-0/+2
2017-03-31Merge pull request #1424 from topecongiro/long-structNick Cameron-0/+11
2017-03-30Split long fields in structstopecongiro-0/+11
2017-03-28Omit space before '\n' + comment (fixes #457)Fabian Zaiser-0/+8
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-03-28Support block indent for function callsNick Cameron-0/+33
2017-03-26Add indent_match_arms option (#1404)C4K3-0/+27
2017-03-22Test and source falloutNick Cameron-4/+4
2017-03-22Block indenting for struct lit patternsNick Cameron-0/+8
2017-03-20Unify fn_args_layout and fn_arg_indentNick Cameron-3/+2
2017-03-20Unify a bunch of option types into IndentStyleNick Cameron-10/+10
2017-03-20Remove FnArgLayoutStyle::BlockAlwaysNick Cameron-29/+2
2017-03-20Remove BlockIndentStyle::InheritNick Cameron-16/+5
2017-03-20Block formatting for arraysNick Cameron-0/+78
2017-03-10Try harder to format function sigsNick Cameron-1/+0
2017-03-09Be smarter about finding the span for `..` in patternsNick Cameron-0/+5
2017-03-09Implement where_style RfcNick Cameron-0/+44
2017-03-08Format glob importsNick Cameron-0/+4
2017-03-02Fix trailing comma testsNick Cameron-0/+1
2017-03-02Merge branch 'master' of github.com:rust-lang-nursery/rustfmtNick Cameron-0/+23
2017-03-01Fix wrap_match_arms resulting in a missing comma (#1307)Marcus Ball-0/+23
2017-02-24Some testsNick Cameron-0/+87
2017-02-24Coalesce trailing comma optionsNick Cameron-87/+0
2017-02-23Merge pull request #1325 from C4K3/masterNick Cameron-3/+15