]> git.lizzy.rs Git - rust.git/history - src/chains.rs
Update rustfmt for ast::ExprKind::MethodCall changes
[rust.git] / src / chains.rs
2017-07-07 Vadim PetrochenkovUpdate rustfmt for ast::ExprKind::MethodCall changes
2017-06-20 Nick CameronMerge pull request #1709 from theotherphil/master
2017-06-19 Nick CameronMerge pull request #1724 from topecongiro/multiline...
2017-06-19 Nick CameronMerge pull request #1711 from topecongiro/combine-contr...
2017-06-18 topecongiroFormat source codes
2017-06-18 topecongiroCombine condition and body of control flow
2017-06-18 Nick CameronMerge pull request #1717 from topecongiro/type-and...
2017-06-18 Nick CameronMerge pull request #1708 from topecongiro/chain-overflow
2017-06-17 topecongiroFormat source codes
2017-06-17 topecongiroUse correct budget for chain
2017-06-17 topecongiroTry overflowing the last element of chain only if it...
2017-06-17 Seiichi UchidaMerge pull request #1701 from topecongiro/issue-1697
2017-06-17 topecongiroFormat source codes
2017-06-16 Nick CameronMerge pull request #1692 from topecongiro/chain/last...
2017-06-15 topecongiroFormat source codes
2017-06-15 topecongiroAllow overflowing the last item of chain only if it...
2017-06-15 Nick CameronMerge pull request #1615 from Mitranim/patch-1
2017-06-13 Nick CameronRebasing
2017-06-13 Nick CameronReformat source code using new defaults
2017-06-06 Nick CameronMerge pull request #1640 from topecongiro/issue-1632
2017-06-06 Nick CameronMerge pull request #1639 from topecongiro/rfc-update
2017-06-06 Nick CameronMerge pull request #1638 from est31/master
2017-06-06 est31Update syntex_syntax
2017-06-06 Nick CameronMerge pull request #1634 from topecongiro/impl-rewrite...
2017-06-06 Nick CameronMerge pull request #1637 from est31/master
2017-06-06 Nick CameronMerge pull request #1633 from topecongiro/rfc/control...
2017-06-06 Nick CameronMerge pull request #1631 from topecongiro/fix-appveyor
2017-06-06 Nick CameronMerge pull request #1621 from topecongiro/combining
2017-06-05 topecongiroFormat source codes
2017-06-05 topecongiroAllow chain item to extend if the parent ends with...
2017-06-04 topecongiroForbid method chain to get combined if it uses multi...
2017-06-04 topecongiroAdd macro to block expr
2017-06-04 topecongiroAdd `use_block_indent` method to RewriteContext
2017-06-01 Nick CameronMerge pull request #1620 from topecongiro/rfc-if
2017-05-30 Nick CameronMerge pull request #1609 from topecongiro/nested-tuple
2017-05-30 topecongiroPut a space between nested tuple field
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-26 topecongiroFormat source codes and add tests
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 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-25 topecongiroDisallow single line chain when the line exceeds the...
2017-05-25 topecongiroConsider trailing try operations when counting almost_total
2017-05-25 Nick CameronRemove dependency on Itertools
2017-05-23 Nick CameronMerge pull request #1578 from topecongiro/poor/macro
2017-05-23 Nick CameronMerge pull request #1576 from topecongiro/chain/float...
2017-05-23 topecongiroAdd heuristic when rewriting chain with a single child
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 Seiichi UchidaMerge pull request #1565 from topecongiro/issue-1563
2017-05-23 topecongiroRefactor source codes
2017-05-23 topecongiroFix weird indentaion in chain
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 Michael KilloughMerge branch 'master' of https://github.com/rust-lang...
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 KilloughSwitch to accessing config items via method.
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-13 Seiichi UchidaPrevent rewriting closure block to expr inside macro
2017-05-04 Nick CameronMerge pull request #1495 from topecongiro/poor-formatti...
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-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 #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 topecongiroRemove duplicates
2017-05-01 topecongiroUse 'first_line_width'
2017-05-01 Nick CameronMerge pull request #1473 from topecongiro/bug/no-such...
2017-05-01 Nick CameronMerge pull request #1469 from topecongiro/bug/chains
2017-04-24 topecongiroFormat source codes
2017-04-24 topecongiroRemove '+ 1' when counting the length of chains
2017-04-15 topecongiroCheck the length of the first line of the last method...
2017-04-06 Nick CameronMerge pull request #1438 from topecongiro/poor-formatti...
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 Ryan1729fix bug by adding boolean argument
2017-03-27 Nick Camerontest fallout
2017-03-27 Nick Cameronfallout - source reformatting
2017-03-27 Nick CameronUse a char len heuristic rather than item count for...
2017-03-27 Nick CameronSource formatting fallout
2017-03-27 Nick CameronPut the second element of a chain on its own line when...
2017-03-21 Nick CameronTest and source fallout
2017-03-19 Nick CameronUnify a bunch of option types into IndentStyle
2017-03-19 Nick CameronRemove BlockIndentStyle::Inherit
2017-03-06 Nick CameronFormatting fallout
next