]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-06-04 Nick CameronMerge pull request #1619 from topecongiro/config/format...
2017-06-03 Nick CameronMerge pull request #1628 from topecongiro/issue-1113
2017-06-03 Nick CameronMerge pull request #1627 from topecongiro/issue-1624
2017-06-03 Nick CameronMerge pull request #1626 from topecongiro/issue-1623
2017-06-03 topecongiroPreserve the layout of comment after return type
2017-06-03 Seiichi UchidaOrganize vertical layout of function definition
2017-06-03 Seiichi UchidaUse correct budget
2017-06-03 Seiichi UchidaPut opening paren next to multi line generic
2017-06-03 Seiichi UchidaForbid trailing comma at the end of args of variadic...
2017-06-02 topecongiroUnindent comment on top of `else`
2017-06-02 Seiichi UchidaFix a typo
2017-06-01 Nick CameronRename the Style::Default option to Legacy
2017-06-01 Nick CameronMerge pull request #1620 from topecongiro/rfc-if
2017-06-01 topecongiroUse correct one line budget when using Rfc control...
2017-06-01 Nick CameronMerge pull request #1616 from topecongiro/nested-closure
2017-06-01 Seiichi UchidaFormat source codes
2017-06-01 Seiichi UchidaUse block indent style when visual indent failed
2017-05-31 Nick CameronMerge pull request #1613 from khadiwala/master
2017-05-31 Ravi KhadiwalaFix typo in from_toml_path
2017-05-31 Ravi KhadiwalaExpose methods to locate and load config
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 Nick CameronMerge pull request #1599 from topecongiro/performance...
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 Seiichi UchidaAvoid unnecessary binary search in rewrite_call
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 topecongiroAllow macro to nested and overflowed like function...
2017-05-26 topecongiroSet inside_macro to false when rewriting args of macro
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 Seiichi UchidaBe precise with one_line_budget for fn_base
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 topecongiroRefactoring: introduce one_line_budget
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 CameronSimplify --version info
2017-05-25 Nick CameronRemove dependency on Itertools
2017-05-25 Nick CameronRemove multimap dep
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 topecongiroAdd heuristic when rewriting chain with a single child
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!().
next