]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-06-13 Nick CameronMerge branch 'master' of github.com:rust-lang-nursery...
2017-06-12 Nick CameronMerge pull request #1657 from topecongiro/issue-1656
2017-06-12 Nick CameronMerge pull request #1655 from topecongiro/issue-1652
2017-06-12 Nick CameronMerge pull request #1647 from topecongiro/refactor...
2017-06-12 Nick CameronMerge pull request #1654 from topecongiro/over-long...
2017-06-12 topecongiroForce multi line if the first attempt of rewriting...
2017-06-12 topecongiroPut guard on newline if it exceeds max width
2017-06-12 topecongiroUse rewrite instead of visitor for attributes
2017-06-12 topecongiroUse correct indent for return type when it goes multi...
2017-06-12 topecongiroUse block indent for args if single line args exceeds...
2017-06-12 Nick Cameronv0.8.5 + cargo update
2017-06-11 topecongiroUpdate rewrite_trait_ref to return Option<String>
2017-06-11 Nick CameronMerge pull request #1649 from topecongiro/issue-1648
2017-06-11 Nick CameronMerge pull request #1646 from topecongiro/issue-1606
2017-06-11 Nick CameronMerge pull request #1644 from topecongiro/issue-1643
2017-06-11 topecongiroUpdate tests
2017-06-11 topecongiroUse multi line when type bounds does not fit in a singl...
2017-06-11 topecongiroRefactor format_impl
2017-06-10 Seiichi UchidaFix Configurations.md
2017-06-10 Seiichi UchidaAdd visual offset when using struct_lit_style is Visual
2017-06-10 topecongiroAdd format_trait_ref_then_update_result
2017-06-10 topecongiroUse multiline in generics rather than fail
2017-06-10 topecongiroShare codes when rewriting generics
2017-06-10 topecongiroReset the error count of parser from the previous file
2017-06-09 topecongiroForce brace on new line if the signature ends with...
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 topecongiroDo not overwrite files when there are no diffs in Overw...
2017-06-06 Nick CameronMerge pull request #1638 from est31/master
2017-06-06 est31Fix the pub-restricted tests
2017-06-06 Nick CameronUpdate a test
2017-06-06 Nick CameronRebasing
2017-06-06 topecongiroImplement catch
2017-06-06 topecongiroLeave GlobalAsm and MacroDef without formatting
2017-06-06 topecongiroFormat pub(restricted) properly
2017-06-06 est31Update syntex_syntax
2017-06-06 Nick CameronMerge pull request #1634 from topecongiro/impl-rewrite...
2017-06-06 topecongiroAdd 'fn_args_paren_newline = false' to rfc-rustfmt...
2017-06-06 topecongiroImplement Rewrite trait for syntax::ast::Attribute
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-06 est31Add config options for spaces around the colon in struc...
2017-06-05 topecongiroDo not add offset to match pattern when using Rfc style
2017-06-05 Seiichi UchidaUpdate appveyor.yml
2017-06-05 topecongiroFormat source codes
2017-06-05 topecongiroSet combine_control_expr to false by default and true...
2017-06-05 topecongiroAllow chain item to extend if the parent ends with...
2017-06-04 Nick CameronMerge pull request #1630 from topecongiro/issue-1115
2017-06-04 Nick CameronMerge pull request #1629 from topecongiro/issue-982
2017-06-04 topecongiroAllow comments after attributes on enum fields
2017-06-04 topecongiroFormat source codes
2017-06-04 topecongiroForbid method chain to get combined if it uses multi...
2017-06-04 topecongiroAdd macro to block expr
2017-06-04 topecongiroUpdate tests
2017-06-04 topecongiroFormat source codes
2017-06-04 topecongiroAdd combine_control_expr option
2017-06-04 topecongiroRefactor rewrite_call
2017-06-04 topecongiroForbid line break between if and pattern
2017-06-04 topecongiroAdd `use_block_indent` method to RewriteContext
2017-06-04 topecongiroUse recover_comment_removed in rewrite_static
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
next