]> git.lizzy.rs Git - rust.git/history - src
Merge pull request #1740 from euclio/patch-2
[rust.git] / src /
2017-06-20 Nick CameronMerge pull request #1729 from topecongiro/single-line...
2017-06-20 topecongiroFix a typo
2017-06-20 topecongiroUse format_expr wherever single-lined block is not...
2017-06-20 topecongiroRefactor rewrite for ast::Block
2017-06-20 Nick CameronAdd warning about write-mode change
2017-06-20 Nick CameronMerge pull request #1709 from theotherphil/master
2017-06-20 Seiichi UchidaMerge pull request #1732 from olson-sean-k/issue-1377
2017-06-20 Nick CameronMerge pull request #1735 from kogai/public-file-lines
2017-06-20 Nick CameronMerge pull request #1734 from topecongiro/raw-string...
2017-06-20 Nick CameronMerge pull request #1733 from topecongiro/cargo-fmt
2017-06-20 Nick CameronMerge pull request #1728 from topecongiro/trailing...
2017-06-19 Seiichi UchidaDo not run cargo fmt if there are unnecessary arguments
2017-06-19 Sean OlsonKeep brace on same line as `match` when using `ClosingN...
2017-06-19 Seiichi UchidaAllow extending a chain after raw string literal
2017-06-19 shinichi kogaiPublic file-lines constructor
2017-06-19 topecongiroApply config.trailing_comma wherever possible
2017-06-19 Nick CameronMerge pull request #1727 from topecongiro/disallow...
2017-06-19 topecongiroDisallow overflowing closure if there are multiple...
2017-06-19 Nick CameronMerge pull request #1726 from topecongiro/tuple-overflow
2017-06-19 topecongiroApply the same overflowing rule to tuple as function...
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-19 Nick CameronMerge pull request #1719 from topecongiro/macro-on-rhs
2017-06-19 Nick Cameronmake file_lines::Range public
2017-06-18 Seiichi UchidaFormat source codes
2017-06-18 Seiichi UchidaAlign multiline string literal
2017-06-18 topecongiroFormat source codes
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 UchidaRefactor format against types and generics
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 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 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-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-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 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 CameronMove to Libsyntax
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 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 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 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-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 topecongiroUse multi line when type bounds does not fit in a singl...
2017-06-11 topecongiroRefactor format_impl
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
next