]> git.lizzy.rs Git - rust.git/history - src
Implement combining openings and closings
[rust.git] / src /
2017-05-23 topecongiroImplement combining openings and closings
2017-05-23 Seiichi UchidaMerge pull request #1565 from topecongiro/issue-1563
2017-05-23 topecongiroUpdate tests
2017-05-23 topecongiroFormat source codes
2017-05-23 topecongiroRefactor source codes
2017-05-23 topecongiroAllow macro rewrite to fail on rhs
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 Michael KilloughAdd --dump-default-config and --dump-minimal-config.
2017-05-18 Flier Lureorder imports in group
2017-05-18 Michael KilloughReturn `PartialConfig` from `Config` methods.
2017-05-18 Michael KilloughProvide `config.set().item(value)` API.
2017-05-18 Michael KilloughUse unreachable!() instead of panic!().
2017-05-18 Michael KilloughRemove ConfigTracker - inline in Config.
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 topecongiroFormat source codes
2017-05-16 topecongiroAllow last child in chain to go multiline
2017-05-16 Michael KilloughAdd methods to serialize Config to TOML.
2017-05-16 Michael KilloughTrack which config items are accessed.
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 UchidaFormat source codes
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-14 Guanqun Luadd more specific reason why it fails to parse
2017-05-13 Jonathan BehrensRefactor file range checking
2017-05-13 Seiichi UchidaFormat source code
2017-05-13 Seiichi UchidaUse precise width when rewriting else if
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 topecongiroRefactor rewrite_pat_expr
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 #1516 from topecongiro/remove-try
2017-05-08 topecongiroReplace 'try!' with '?'
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 Nick CameronMerge pull request #1513 from topecongiro/refactoring
2017-05-07 topecongiroRefactor Shape
2017-05-07 topecongiroAdd indented and with_max_width
2017-05-07 Nick CameronMerge pull request #1512 from topecongiro/config-path
2017-05-07 topecongiroAllow config-path to point to a file
2017-05-07 topecongiroAdd fallback path
2017-05-06 Jonathan BehrensRespect file_lines within write_snippet() function
2017-05-06 Jonathan BehrensRespect file_lines within format_lines() function
2017-05-05 Nick CameronBlock format control flow discriminant expressions...
2017-05-04 topecongiroUse SeperatorTactic::Never for a single argument
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 Nick CameronMerge pull request #1496 from est31/master
2017-05-03 Sheng HauFormat macros in trait item position
2017-05-03 topecongiroCheck format failures explicitly in visit_block
2017-05-03 est31Format fix
2017-05-03 est31Simplifications
2017-05-03 est31Drop rustc-serialize, use serde, update toml dependency
2017-05-03 topecongiroFormat source codes
2017-05-03 topecongiroKeep a chain with length chain_one_line_max in a single...
2017-05-03 topecongiroSplit a long chain with a single child
2017-05-03 topecongiroUse block indent when visual indent failed inside closu...
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 topecongiroHandle empty tuple struct def properly
2017-05-02 Seiichi UchidaUse block when arm exceeds max_width
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
next