]> git.lizzy.rs Git - rust.git/history - tests
Add --dump-default-config and --dump-minimal-config.
[rust.git] / tests /
2017-05-18 Michael KilloughProvide `config.set().item(value)` API.
2017-05-16 Michael KilloughSwitch to accessing config items via method.
2017-05-15 Nick CameronMerge pull request #1556 from topecongiro/issue-1555
2017-05-15 Seiichi UchidaUse offset_left for rewrite_unary_prefix
2017-05-14 Nick CameronMerge pull request #1510 from fintelia/better-filelines
2017-05-14 Nick CameronMerge pull request #1551 from topecongiro/else-if-early...
2017-05-14 Nick CameronMerge pull request #1550 from topecongiro/issue-1547
2017-05-14 Nick CameronMerge pull request #1552 from guanqun/give-specific...
2017-05-13 Jonathan BehrensAdd and improve tests of file_lines
2017-05-13 Seiichi UchidaPrevent rewriting closure block to expr inside macro
2017-05-13 Seiichi UchidaMerge pull request #1546 from topecongiro/bug/range...
2017-05-12 topecongiroAdd a missing trailing comma before elipses
2017-05-12 Nick CameronMerge pull request #1530 from azyobuzin/vscodeextlink
2017-05-12 Seiichi UchidaMerge pull request #1543 from topecongiro/field-attr
2017-05-12 topecongiroSupport struct_field_attributes
2017-05-12 Nick CameronMerge pull request #1540 from topecongiro/fn_call_width
2017-05-12 topecongiroUse vertical layout when args len is larger than fn_cal...
2017-05-12 Nick CameronMerge pull request #1529 from topecongiro/issue-1528
2017-05-12 topecongiroTry multi-line only when fn_call_style is Block and...
2017-05-09 Nick CameronMerge pull request #1523 from topecongiro/poor-formatti...
2017-05-09 Nick CameronMerge pull request #1522 from topecongiro/poor-formatti...
2017-05-09 topecongiroUse multiline when args exceeds max_width in fn_call_st...
2017-05-09 topecongiroInherit alignment to last else
2017-05-09 Nick CameronMerge pull request #1519 from topecongiro/poor-formatti...
2017-05-09 Nick CameronMerge pull request #1520 from topecongiro/allow-match
2017-05-08 topecongiroApply closure exception to match in args
2017-05-08 topecongiroRemove visual_indent when rewriting else block
2017-05-08 Nick CameronMerge pull request #1506 from topecongiro/issue-1351
2017-05-07 topecongiroUse block indent when visual indent failed
2017-05-07 Nick CameronMerge pull request #1442 from topecongiro/poor-formatti...
2017-05-07 Nick CameronMerge pull request #1511 from topecongiro/bug/closure...
2017-05-07 topecongiroAdd fallback path
2017-05-05 Nick CameronBlock format control flow discriminant expressions...
2017-05-05 topecongiroUpdate tests
2017-05-04 Nick CameronMerge pull request #1502 from topecongiro/tests
2017-05-04 topecongiroUse SeperatorTactic::Never for a single argument
2017-05-04 topecongiroAdd tests for issues which can be closed on master
2017-05-04 Nick CameronMerge pull request #1495 from topecongiro/poor-formatti...
2017-05-03 Nick CameronMerge pull request #1500 from shioju/master
2017-05-03 Sheng HauFormat macros in trait item position
2017-05-03 topecongiroUpdate tests
2017-05-02 Nick CameronMerge pull request #1453 from topecongiro/bug/empty...
2017-05-02 Nick CameronMerge pull request #1488 from topecongiro/long-match-arm
2017-05-02 topecongiroAdd test for empty tuple struct with comment
2017-05-02 Seiichi UchidaUse block when arm exceeds max_width
2017-05-01 Nick CameronFixup tests
2017-05-01 Nick CameronMerge pull request #1474 from regexident/configs-guide
2017-05-01 Nick CameronMerge pull request #1481 from regexident/system-error
2017-05-01 Nick CameronMerge pull request #1471 from regexident/type_punctuati...
2017-05-01 Vincent EscheMade `type_punctuation_density` apply too all `+` in...
2017-05-01 Nick CameronMerge pull request #1482 from regexident/configs-tests
2017-05-01 Nick CameronMerge pull request #1491 from regexident/where_density
2017-05-01 Nick CameronMerge pull request #1489 from regexident/gitignore
2017-05-01 Nick CameronMerge pull request #1487 from topecongiro/issue1470
2017-05-01 Nick CameronMerge pull request #1454 from topecongiro/match
2017-05-01 Nick CameronMerge pull request #1486 from topecongiro/refactoring
2017-05-01 Vincent EscheImprove error message for missing source/target test...
2017-05-01 Vincent EscheAdd source/target tests for each config option
2017-05-01 Seiichi UchidaUse block indent when visual indent exceeds max_width
2017-05-01 topecongiroAdd tests for visual indent struct tuple
2017-05-01 topecongiroUse 'first_line_width'
2017-05-01 Nick CameronMerge pull request #1473 from topecongiro/bug/no-such...
2017-05-01 Nick CameronRemove where_indent option
2017-05-01 Nick CameronMerge pull request #1469 from topecongiro/bug/chains
2017-05-01 Nick CameronMerge pull request #1459 from shioju/master
2017-05-01 Nick CameronMerge pull request #1457 from diaevd/master
2017-05-01 Nick CameronMerge pull request #1461 from DarkEld3r/1447-line-lengt...
2017-05-01 Nick CameronMerge pull request #1455 from topecongiro/unary-op
2017-04-24 topecongiroFormat source codes
2017-04-19 Stanislav TkachFix line length calculation (should be in chars, not...
2017-04-15 topecongiroFormat source codes
2017-04-06 Nick CameronMerge pull request #1438 from topecongiro/poor-formatti...
2017-04-06 Nick CameronFix a bug with overlong function calls
2017-04-06 Nick CameronTest fallout
2017-04-06 topecongiroLookup the last element of 'subexpr_list' instead of...
2017-04-05 Nick CameronMerge pull request #1432 from topecongiro/parse-config
2017-04-04 Nick CameronMerge pull request #1436 from Ryan1729/master
2017-04-03 Ryan1729add tests that fail because of comma insertion
2017-04-03 topecongiroChange return type of 'from_toml' from 'Config' to...
2017-04-02 Nick CameronMerge pull request #1435 from iliekturtles/line-length
2017-04-02 Nick CameronMerge pull request #1430 from fintelia/stdin_lines
2017-04-02 Nick CameronMerge pull request #1431 from topecongiro/fix-1428
2017-03-31 topecongiroCheck existence of pre comment explicitly
2017-03-30 Nick CameronMerge pull request #1413 from Emilgardis/master
2017-03-30 Nick CameronMerge pull request #1424 from topecongiro/long-struct
2017-03-30 topecongiroSplit long fields in structs
2017-03-29 Nick CameronMerge pull request #1415 from topecongiro/remove-duplicates
2017-03-28 Nick CameronMerge pull request #1416 from fanzier/master
2017-03-28 Fabian ZaiserOmit space before '\n' + comment (fixes #457)
2017-03-27 Nick Camerontest fallout
2017-03-27 Nick CameronUse a char len heuristic rather than item count for...
2017-03-27 Nick CameronTest fallout
2017-03-27 Nick CameronSupport block indent for function calls
2017-03-27 Nick CameronMerge pull request #1409 from alobb/1408-empty-tuple...
2017-03-26 Aaron LobbPrevent conversion of empty tuples to unit structs
2017-03-26 C4K3Add indent_match_arms option (#1404)
2017-03-26 Aaron LobbBreak `use` statements into multiple lines (#1407)
2017-03-26 Jon GjengsetAvoid extra comma in vertical single-field struct patte...
2017-03-21 Nick CameronTest and source fallout
2017-03-21 Nick CameronBlock indenting for struct lit patterns
next