]> git.lizzy.rs Git - rust.git/history - src
Merge pull request #2167 from djc/patch-1
[rust.git] / src /
2017-11-16 Nick CameronMerge pull request #2160 from topecongiro/issue-1809
2017-11-16 topecongiroCargo fmr & update tests
2017-11-16 topecongiroForce vertical layout for all variants if one of then...
2017-11-16 Nick CameronMerge pull request #2159 from topecongiro/issue-2158
2017-11-16 topecongiroUse rewrite_assign_rhs() when rewriting associated...
2017-11-16 topecongiroGeneralize rewrite_assign_rhs()
2017-11-15 Nick CameronMerge pull request #2155 from topecongiro/issue-1603
2017-11-15 topecongiroDo not get tricked by a nested comment
2017-11-15 Nick CameronMerge pull request #2154 from topecongiro/issue-2151
2017-11-15 topecongiroLook for a newline after match arm only when there...
2017-11-15 Nick CameronMerge pull request #2153 from topecongiro/issue-2152
2017-11-15 Nick CameronMerge pull request #2150 from topecongiro/audit-options...
2017-11-15 topecongiroReturn None when a literal exceeds budget
2017-11-14 topecongiroCombine spaces_within_parens and spaces_within_brackets
2017-11-14 topecongiroUse space_before_colon and space_after_colon
2017-11-14 Nick CameronMerge pull request #2148 from topecongiro/audit-option...
2017-11-14 Nick CameronMerge pull request #2137 from clippered/add-color-cli...
2017-11-14 topecongiroCombine fn_brace_style and item_brace_style
2017-11-14 Nick CameronMerge pull request #2147 from topecongiro/audit-options...
2017-11-13 clipperedrename to use_colored_tty; used match as well
2017-11-13 clipperedadd cli option for color
2017-11-13 topecongiroReplace '*_indent' with 'indent_style' in src
2017-11-13 Nick CameronCollapse multiple blocks in closures
2017-11-13 Nick CameronMore closures refactoring
2017-11-13 Nick Cameronremove closure_block_indent_threshold option
2017-11-13 Nick CameronMerge pull request #2146 from topecongiro/where-on...
2017-11-13 Nick CameronExtract a closures module
2017-11-13 Nick CameronSome basic refactoring
2017-11-13 topecongiroFormat where clause on unit struct
2017-11-13 topecongiroAdd BracePos
2017-11-13 Nick CameronMerge pull request #2145 from topecongiro/issue-2144
2017-11-12 Nick CameronMerge pull request #2140 from topecongiro/issue-2021
2017-11-12 topecongiroCargo clippy
2017-11-12 topecongiroFormat generics on unit struct
2017-11-11 Seiichi UchidaRefactor: use less vertical lines
2017-11-11 Seiichi UchidaReturn None when string literal from source exceeds...
2017-11-11 Seiichi UchidaReturn 'None' when macro call snippet from source excee...
2017-11-10 Nick CameronMerge pull request #2138 from topecongiro/comments...
2017-11-10 Nick CameronMerge pull request #2136 from topecongiro/issue-2025
2017-11-10 Seiichi UchidaReturn None when there are comments around trait bounds
2017-11-10 Seiichi UchidaFix a typo
2017-11-10 topecongiroRemove empty lines at the beginning of the file
2017-11-10 topecongiroAdd opt_snippet() and opt_span_after()
2017-11-09 Nick CameronMerge pull request #2130 from topecongiro/soft-wrapping...
2017-11-09 Seiichi UchidaRemove 'Option<_>' from return type of 'take_while_with...
2017-11-08 topecongiroCargo fmt
2017-11-08 topecongiroImplement soft wrapping on doc comments
2017-11-08 Nick CameronMerge pull request #2129 from topecongiro/changelog
2017-11-08 Nick CameronMerge pull request #2128 from topecongiro/issue-2125
2017-11-08 Nick CameronFix formatting in git-fmt
2017-11-08 Nick CameronMerge pull request #2127 from topecongiro/issue-2126
2017-11-08 Nick CameronTweak the uncommitted file rules for git-fmt
2017-11-08 topecongiroRefactor: use less vertical lines
2017-11-08 topecongiroUse struct prefix as a callee
2017-11-07 topecongiroCargo fmt
2017-11-07 topecongiroUse correct shape when there is a single child
2017-11-07 Nick CameronAdd git-fmt tool
2017-11-07 Nick CameronMerge pull request #2121 from topecongiro/clippy-lints
2017-11-06 topecongiroRemove unused imports
2017-11-06 topecongiroUse accessors instead of destucting
2017-11-06 topecongiroPropagate an error rather than panic
2017-11-06 topecongiroFix PairParts related issues
2017-11-06 topecongiroAdd visit_static()
2017-11-06 topecongiroAdd StructParts to reduce the number of args
2017-11-06 topecongiroAdd StaticParts to reduce the number of args in rewrite...
2017-11-06 topecongiroRemove unused args from format_generics()
2017-11-06 topecongiroRemove an unused arg from visit_fn()
2017-11-06 topecongiroIntroduce PairParts to reduce the number of args of...
2017-11-06 topecongiroRemove redundant references
2017-11-06 topecongiroRemove unnecessary format!() call
2017-11-06 topecongiroCollapse if-else
2017-11-06 topecongiroRemove static lifetime
2017-11-06 topecongiroPrefer println!() to println!("")
2017-11-06 topecongiroRemove an unnecessary lifetime
2017-11-06 topecongiroRemove unnecessary String::from()
2017-11-06 topecongiroPrefer &[T] to &Vec<T>
2017-11-06 topecongiroPrefer ends_with() to chars().last().unwrap()
2017-11-06 topecongiroPrefer unreachable! to panic!
2017-11-06 topecongiroSimplify let-if pattern
2017-11-06 topecongiroRemove needless borrows
2017-11-06 topecongiroSquash redundant match arms
2017-11-05 Afshin MehrabaniAdding where_single_line option (#2030)
2017-11-05 Nick CameronMerge pull request #2116 from topecongiro/config-option...
2017-11-05 Nick CameronMerge pull request #2115 from topecongiro/chain_width
2017-11-05 Nick CameronMerge pull request #2113 from topecongiro/issue-2110
2017-11-05 Seiichi UchidaMerge pull request #2118 from killercup/rustup/2017...
2017-11-05 Pascal HertleifFix compile on 2017-11-04 nightly
2017-11-04 Seiichi UchidaMerge pull request #2117 from adeschamps/issue-2103
2017-11-04 Anthony DeschampsHandle case where there is a where clause but no generi...
2017-11-04 topecongiroRename 'struct_lit_style' to 'struct_lit_indent'
2017-11-04 topecongiroRename 'fn_call_style' to 'fn_call_indent'
2017-11-04 topecongiroRename 'fn_args_layout' to 'fn_args_indent'
2017-11-04 topecongiroRename 'array_layout' to 'array_indent'
2017-11-04 topecongiroRename 'chain_one_line_max' to 'chain_width'
2017-11-03 topecongiroUse get_bytepos_after_visibility()
2017-11-03 topecongiroUse correct span for tuple struct's body
2017-11-03 topecongiroAdd get_bytepos_after_visibility()
2017-11-03 Nick CameronMerge pull request #1877 from topecongiro/overflowing...
2017-11-02 topecongiroAdd a comment on args_have_many_closure()
2017-11-02 Nick CameronRemove LicensePolicy (dead code)
next