]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-06-18 topecongiroCombine condition and body of control flow
2017-06-18 Seiichi UchidaAvoid line break when rhs of assignment is an invalid...
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 Seiichi UchidaUpdate tests
2017-06-17 Seiichi UchidaRefactor format against types and generics
2017-06-17 Phil EllisonFix defaults in Configurations.md
2017-06-17 topecongiroUpdate tests
2017-06-17 topecongiroFormat source codes
2017-06-17 topecongiroUse correct budget for chain
2017-06-17 topecongiroFix wrap_str
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 topecongiroUse correct span for Infer type inside closure header
2017-06-17 topecongiroAdd a test for #1697
2017-06-17 topecongiroUpdate tests
2017-06-17 topecongiroFormat source codes
2017-06-17 topecongiroUse special rules when overflowing the last argument
2017-06-17 topecongiroUse correct budget for function call args
2017-06-17 Nick CameronMerge pull request #1705 from topecongiro/issue-1703
2017-06-17 Nick CameronMerge pull request #1698 from topecongiro/vec-semi
2017-06-16 topecongiroPreserve comments inside attributes
2017-06-16 topecongiroUse correct indentaion for vec! with semicolon
2017-06-16 Nick Cameronnightly-0.1.3
2017-06-16 Nick CameronConfig knows if an option was default or set
2017-06-16 Nick CameronMerge pull request #1692 from topecongiro/chain/last...
2017-06-16 Nick CameronMerge pull request #1688 from topecongiro/overflow...
2017-06-16 Nick CameronUpdate README for running the nightly version
2017-06-15 topecongiroFormat source codes
2017-06-15 topecongiroAllow overflowing the last item of chain only if it...
2017-06-15 topecongiroAdd and remove comments
2017-06-15 topecongiroFormat source codes and add a test
2017-06-15 topecongiroWrap closure with a single control flow expr with multi...
2017-06-15 topecongiroRefactor rewrite for closure
2017-06-15 topecongiroRefactor rewrite for ConrtolFlow
2017-06-15 Nick CameronMerge pull request #1680 from topecongiro/tuple-pattern
2017-06-15 topecongiroUpdate tests
2017-06-15 topecongiroFormat source codes
2017-06-15 topecongiroUse block indent for tuple pattern when fn_call_style...
2017-06-15 Nick CameronMerge pull request #1615 from Mitranim/patch-1
2017-06-15 Nick Cameronnightly v0.1.2
2017-06-14 Nick CameronMerge pull request #1673 from topecongiro/get-tests...
2017-06-14 Nick CameronMerge pull request #1666 from topecongiro/tuple-type
2017-06-14 topecongiroRun travis and appveyor only against nightly
2017-06-14 topecongiroFormat source codes
2017-06-14 topecongiroAdd offset wherever necessary
2017-06-14 topecongiroPut match arm guard on the next line if it contains...
2017-06-14 topecongiroDirect format vec! instead of using rewrite_pair
2017-06-14 Nick Cameronv0.1.1
2017-06-14 Nick CameronMerge pull request #1671 from robinst/add-cargo-fmt...
2017-06-14 Robin StockerAdd back cargo-fmt binary (#1670)
2017-06-14 Nick CameronMove to Libsyntax
2017-06-14 topecongiroUpdate tests
2017-06-14 topecongiroUse block indent style against tuple type
2017-06-13 Nick CameronMerge pull request #1669 from topecongiro/issue-1668
2017-06-13 topecongiroUpdate tests
2017-06-13 topecongiroUse correct span for MetaItem
2017-06-13 topecongiroDo not rely on format_missing for rewriting attributes
2017-06-13 topecongiroAvoid overflow
2017-06-13 Nick CameronFix overflow
2017-06-13 Nick CameronCorrect README.md
2017-06-13 Nick CameronRebasing
2017-06-13 Nick CameronReformat tests
2017-06-13 Nick CameronReformat source code using new defaults
2017-06-13 Nick CameronChange defaults to RFC style
2017-06-13 Nick Cameron0.8.6
2017-06-13 Nick CameronMerge pull request #1664 from topecongiro/where-rfc...
2017-06-13 Nick CameronMerge pull request #1663 from topecongiro/issue-1660
2017-06-13 Nick CameronMerge branch 'master' of github.com:rust-lang-nursery...
2017-06-13 topecongiroFix excessive indentation in trait where clause when...
2017-06-13 topecongiroUse with_emitter instead of with_tty_emitter
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
next