]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-11-20 Nick CameronMerge pull request #2172 from topecongiro/issue-2171
2017-11-20 topecongiroDo not squash unsafe block
2017-11-20 topecongiroAdd a test for #2171
2017-11-20 Nick CameronMerge pull request #2161 from topecongiro/issue-1807
2017-11-20 Nick CameronMerge pull request #2162 from utkarshkukreti/issue...
2017-11-19 Nick CameronMerge pull request #2165 from topecongiro/issue-2164
2017-11-19 Nick CameronMerge pull request #2167 from djc/patch-1
2017-11-19 Dirkjan OchtmanFix typo in Configurations docs
2017-11-18 topecongiroUpdate a test
2017-11-18 topecongiroHandle multi-lined fn signature
2017-11-18 topecongiroUse choose_rhs() for the layout of multi-lined struct...
2017-11-18 topecongiroAdd a test for #2164
2017-11-17 Utkarsh KukretiAdd test for trailing newline in diff.
2017-11-17 Utkarsh KukretiFix checkstyle test.
2017-11-17 Utkarsh KukretiFix missing trailing newline in --write-mode=diff.
2017-11-16 topecongiroUse mixed layout for patterns that are all short
2017-11-16 topecongiroAdd is_short_pattern()
2017-11-16 topecongiroFix up write_list() to handle Mixed tactic
2017-11-16 topecongiroGeneralize ListItems to allow a separator other than...
2017-11-16 topecongiroUpdate a test for #1807
2017-11-16 topecongiroUpdate tests
2017-11-16 topecongiroCargo fmt
2017-11-16 topecongiroBreak before '|' for multi-lined match arm pattern
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 topecongiroAdd a test for #1809
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-16 topecongiroAdd a test for #2158
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 topecongiroAdd a test for #1603
2017-11-15 Seiichi UchidaUpdate README.md
2017-11-15 Nick CameronMerge pull request #2154 from topecongiro/issue-2151
2017-11-15 topecongiroUpdate tests
2017-11-15 topecongiroLook for a newline after match arm only when there...
2017-11-15 topecongiroAdd a test for #2151
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-15 topecongiroAdd a test for #2152
2017-11-14 topecongiroUpdate Configurations.md
2017-11-14 topecongiroCombine spaces_within_parens and spaces_within_brackets
2017-11-14 topecongiroFix typos
2017-11-14 topecongiroUpdate tests related to spaces with parens and brackets
2017-11-14 topecongiroUse space_before_colon and space_after_colon
2017-11-14 topecongiroUpdate tests related to colon spacing
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 topecongiroUpdate Configurations.md
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-14 topecongiroRemove duplicated 'indent_style' section
2017-11-13 clipperedrename to use_colored_tty; used match as well
2017-11-13 clipperedadd cli option for color
2017-11-13 topecongiroFix chains-visual test
2017-11-13 topecongiroUpdate Configurations.md
2017-11-13 topecongiroReplace '*_indent' with 'indent_style' in src
2017-11-13 topecongiroUpdate legacy-rustfmt.toml
2017-11-13 topecongiroUpdate tests
2017-11-13 topecongiroRemove redundant options
2017-11-13 topecongiroChange chain_indent to indent_style
2017-11-13 topecongiroChange Legacy to Visual
2017-11-13 topecongiroChange Rfc to Block
2017-11-13 topecongiroRecover imports_indent
2017-11-13 topecongiroReplace '_indent' with 'indent_style'
2017-11-13 Nick CameronAdd a test for #1524
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 topecongiroAdd a test for where clause on unit struct
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-12 topecongiroAdd a test for #2144
2017-11-12 Seiichi UchidaMerge pull request #2143 from davidalber/add-combine...
2017-11-12 David AlberAdding an example for `combine_control_expr = false`
2017-11-12 Seiichi UchidaMerge pull request #2142 from davidalber/fix-where...
2017-11-12 David AlberUpdating `where_density = "Vertical"` example
2017-11-11 Seiichi UchidaUpdate tests
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-11 Seiichi UchidaAdd a test for #2021
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 Seiichi UchidaAdd a test for #2055
2017-11-10 topecongiroRemove empty lines at the beginning of the file
2017-11-10 topecongiroAdd opt_snippet() and opt_span_after()
2017-11-10 topecongiroUpdate tests
next