]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-05-23 topecongiroFormat source codes
2017-05-23 topecongiroUse correct width when rewriting chain
2017-05-23 topecongiroAllow first child to stay on the same line with block...
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 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 BoeckelConfigurations: fix typos in example signatures
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 Nick CameronBump version of strings.rs and cargo update
2017-05-17 topecongiroUse multiline when signature does not fit single line
2017-05-17 Nick CameronAdd note about libsyntax branch to README
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 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 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 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 BehrensAdd and improve tests of file_lines
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 azyobuzinAdd a link of rls_vscode
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-11 azyobuzinChange the link of Visual Studio Code extension
2017-05-09 Nick Cameronbump version (0.8.4) and cargo update
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-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 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
next