]> git.lizzy.rs Git - rust.git/history - src/expr.rs
Handle special-case macros
[rust.git] / src / expr.rs
2017-12-03 topecongiroHandle special-case macros
2017-12-03 topecongiroAdd whitelists of macros that need special-case format
2017-12-02 Seiichi UchidaMerge pull request #2218 from pietroalbini/fix-ast...
2017-12-01 Nick CameronMerge pull request #2210 from topecongiro/issue-2178
2017-12-01 Seiichi UchidaMerge pull request #2215 from iapain/master
2017-11-30 Nick CameronMerge pull request #2216 from topecongiro/issue-2214
2017-11-30 Nick CameronMerge pull request #2213 from topecongiro/issue-2212
2017-11-30 Nick CameronMerge pull request #1889 from topecongiro/match-arm
2017-11-30 Nick CameronMerge pull request #2211 from oli-obk/master
2017-11-30 topecongiroLook for trailing comma on array and preserve it inside...
2017-11-30 topecongiroGeneralize rewrite_array() to types other than ast...
2017-11-30 Seiichi UchidaCargo fmt & update a test
2017-11-30 topecongiroFormat source codes
2017-11-30 topecongiroDo not put if on the same line as match arm
2017-11-30 Oliver SchneiderAddress clippy lints
2017-11-30 topecongiroCombine a sigle argument and a short callee
2017-11-29 Nick CameronMerge pull request #2209 from topecongiro/issue-2207
2017-11-29 Seiichi UchidaRename is_dummy to has_braces
2017-11-29 Seiichi UchidaFix a typo
2017-11-29 Seiichi UchidaUse an explicit flag to decide on whether to add brace...
2017-11-29 Seiichi UchidaFix a typo
2017-11-29 Nick CameronMerge pull request #2205 from topecongiro/issue-2202
2017-11-29 Nick CameronMerge pull request #2203 from topecongiro/issue-2200
2017-11-29 topecongiroCargo fmt
2017-11-29 topecongiroIgnore fn_call_width when rewriting a call with a singl...
2017-11-29 topecongiroUse correct shape when rewriting the last arg with...
2017-11-27 Nick CameronMerge pull request #2191 from topecongiro/issue-2190
2017-11-27 Nick CameronRename wrap_match_arms to match_arm_blocks
2017-11-27 Nick CameronMerge multiline_closure_forces_block and multiline_matc...
2017-11-27 Nick CameronRemove `match_arm_forces_newline`
2017-11-27 Nick CameronRemove `indent_match_arms`
2017-11-24 Nick CameronMerge pull request #2184 from topecongiro/issue-2179
2017-11-24 Nick CameronReplace various small width heuristics with a single...
2017-11-24 topecongiroPut rhs on the same line as lhs if putting rhs on next...
2017-11-24 Nick Cameronstruct_lit_multiline_style -> struct_lit_single_line...
2017-11-24 Nick CameronRemove `force_format_strings` in favour of `format_strings`
2017-11-24 Nick CameronRemove `match_pattern_separator_break_point` in favour...
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-18 topecongiroUse choose_rhs() for the layout of multi-lined struct...
2017-11-16 topecongiroUse mixed layout for patterns that are all short
2017-11-16 topecongiroAdd is_short_pattern()
2017-11-16 topecongiroGeneralize ListItems to allow a separator other than...
2017-11-16 topecongiroCargo fmt
2017-11-16 Nick CameronMerge pull request #2159 from topecongiro/issue-2158
2017-11-16 topecongiroGeneralize rewrite_assign_rhs()
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 #2137 from clippered/add-color-cli...
2017-11-14 Nick CameronMerge pull request #2147 from topecongiro/audit-options...
2017-11-13 topecongiroReplace '*_indent' with 'indent_style' in src
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 Nick CameronMerge pull request #2145 from topecongiro/issue-2144
2017-11-12 Nick CameronMerge pull request #2140 from topecongiro/issue-2021
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-08 Nick CameronMerge pull request #2129 from topecongiro/changelog
2017-11-07 Nick CameronMerge pull request #2121 from topecongiro/clippy-lints
2017-11-06 topecongiroFix PairParts related issues
2017-11-06 topecongiroIntroduce PairParts to reduce the number of args of...
2017-11-06 topecongiroRemove redundant references
2017-11-06 topecongiroRemove needless borrows
2017-11-05 Nick CameronMerge pull request #2116 from topecongiro/config-option...
2017-11-04 Seiichi UchidaMerge pull request #2117 from adeschamps/issue-2103
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 'array_layout' to 'array_indent'
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 topecongiroCargo fmt
2017-11-02 topecongiroForce to use block for closure's body when there is...
2017-11-02 topecongiroUse is_unsafe_block()
2017-11-02 topecongiroAdd args_have_many_closure()
2017-11-02 Nick CameronMerge pull request #2102 from topecongiro/soft-wrapping...
2017-11-02 Nick CameronMerge pull request #2106 from clippered/fix-panic-on...
2017-11-02 Nick CameronMerge pull request #2104 from martinlindhe/master
2017-11-01 Martin Lindhefix some typos
2017-10-31 topecongiroAdd an optional max width argument to rewrite_string()
2017-10-31 topecongiroUse visual indent only when rewriting string literal
2017-10-30 Nick CameronMerge pull request #2101 from topecongiro/issue-2099
2017-10-30 Seiichi UchidaFormat match expr with empty body
2017-10-30 Seiichi UchidaUse context.budget()
2017-10-28 Nick CameronMerge pull request #2043 from sunjay/lift_generics
2017-10-28 Nick CameronMerge pull request #2074 from GuillaumeGomez/emitter
2017-10-27 Nick CameronMerge pull request #2091 from topecongiro/issue-2056
2017-10-27 Nick CameronMerge pull request #2090 from topecongiro/issue-2087
2017-10-27 Nick CameronMerge pull request #2089 from topecongiro/closure-block...
2017-10-27 Nick CameronMerge pull request #2041 from osa1/match_arm_newline
2017-10-27 topecongiroOnly read the trailing comma of outermost fn call
2017-10-27 topecongiroForce to use block for body of closure when it contains...
2017-10-26 Nick CameronMerge pull request #2084 from topecongiro/issue-2081
2017-10-26 Nick CameronMerge pull request #2083 from topecongiro/issue-2082
next