]> git.lizzy.rs Git - rust.git/history - tests
Merge pull request #1609 from topecongiro/nested-tuple
[rust.git] / tests /
2017-05-30 Nick CameronMerge pull request #1609 from topecongiro/nested-tuple
2017-05-30 topecongiroPut a space between nested tuple field
2017-05-30 Nick CameronMerge pull request #1608 from topecongiro/issue-1598
2017-05-30 Nick CameronMerge pull request #1607 from topecongiro/many-slashes
2017-05-30 topecongiroFix index bug in write_snippet_inner
2017-05-29 topecongiroAllow longer custom comment
2017-05-29 Nick CameronMerge pull request #1604 from topecongiro/comment-group
2017-05-29 topecongiroUse different style when rewriting comment with differe...
2017-05-28 Nick CameronMerge pull request #1602 from topecongiro/attributes...
2017-05-28 Nick CameronMerge pull request #1601 from topecongiro/issue-1600
2017-05-28 topecongiroAdd tests for issues which can be closed on the current...
2017-05-28 topecongiroAllow attributes on expressions
2017-05-27 Seiichi UchidaAllow attributes in generics of impl
2017-05-27 Nick CameronMerge pull request #1597 from topecongiro/comments...
2017-05-27 Nick CameronMerge pull request #1596 from topecongiro/issue-1595
2017-05-27 Nick CameronMerge pull request #1593 from topecongiro/issue-1439
2017-05-27 Nick CameronMerge pull request #1588 from topecongiro/nesting-macro
2017-05-27 Nick CameronMerge pull request #1591 from topecongiro/associated...
2017-05-27 topecongiroAllow comments after attributes of struct fields
2017-05-26 topecongiroAdd a trailing comma if the last arg ends with comment
2017-05-26 topecongiroAllow comments after where clause
2017-05-26 topecongiroAllow default associated types
2017-05-26 topecongiroFormat source codes and add tests
2017-05-26 Nick CameronMerge pull request #1589 from topecongiro/issue-1587
2017-05-26 topecongiroPut closing paren on the next line when the last arg...
2017-05-25 Nick CameronMerge pull request #1586 from topecongiro/minor
2017-05-25 Nick CameronMerge pull request #1584 from topecongiro/poor/chain...
2017-05-25 Seiichi UchidaAdd offset when rewriting index
2017-05-25 Seiichi UchidaUpdate tests
2017-05-25 topecongiroAdd a test for #1380
2017-05-25 topecongiroFormat source codes
2017-05-25 topecongiroAdd chain_split_single_child option
2017-05-25 topecongiroAllow the last elem in chain to overflow
2017-05-25 topecongiroFormat source codes
2017-05-24 Nick CameronMerge pull request #1582 from topecongiro/poor/fn_call_...
2017-05-24 topecongiroDecide whether args fit in a single line inside rewrite...
2017-05-23 Nick CameronMerge pull request #1578 from topecongiro/poor/macro
2017-05-23 topecongiroReturn original snippet when macro contains invalid...
2017-05-23 Nick CameronMerge pull request #1576 from topecongiro/chain/float...
2017-05-23 topecongiroFormat source codes
2017-05-23 topecongiroFormat source codes
2017-05-23 Nick CameronMerge pull request #1572 from topecongiro/nested-block
2017-05-23 topecongiroAdd trailing comma to a single arg in multiline
2017-05-23 topecongiroImplement combining for tuple and block
2017-05-23 topecongiroUpdate tests
2017-05-23 Seiichi UchidaMerge pull request #1565 from topecongiro/issue-1563
2017-05-23 topecongiroUpdate tests
2017-05-23 topecongiroFix weird indentaion in chain
2017-05-23 topecongiroImplement 'vec![expr; expr]'
2017-05-22 Nick CameronMerge pull request #1558 from mjkillough/config
2017-05-19 Michael KilloughMerge branch 'master' of https://github.com/rust-lang...
2017-05-18 Nick CameronMerge pull request #1569 from mathstuf/example-typos
2017-05-18 Nick CameronMerge pull request #1568 from mathstuf/suffixes-typo
2017-05-18 Ben Boeckelconfig: fix `suffices` -> `suffixes` typo
2017-05-18 Seiichi UchidaMerge pull request #1562 from flier/reorder_imports_in_...
2017-05-18 Michael KilloughMerge branch 'master' of https://github.com/rust-lang...
2017-05-18 Flier Lureorder imports in group
2017-05-18 Michael KilloughProvide `config.set().item(value)` API.
2017-05-17 Nick CameronMerge pull request #1560 from topecongiro/issue-1441
2017-05-17 topecongiroUse multiline when signature does not fit single line
2017-05-17 Nick CameronMerge pull request #1559 from topecongiro/poor/chain
2017-05-16 Nick CameronMerge pull request #1557 from mjkillough/issue_1366
2017-05-16 topecongiroFormat source codes
2017-05-16 Michael KilloughAdd test for issue #1366.
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
next