]> git.lizzy.rs Git - rust.git/history - src/expr.rs
Merge pull request #2298 from davidalber/fix-2269
[rust.git] / src / expr.rs
2017-12-22 Nick CameronMerge pull request #2298 from davidalber/fix-2269
2017-12-22 Nick CameronMerge pull request #2288 from davidalber/fix-2078
2017-12-21 Nick CameronMerge pull request #2291 from topecongiro/issue-2289
2017-12-21 Nick CameronMerge pull request #2295 from topecongiro/issue-2280
2017-12-21 Nick CameronMerge pull request #2297 from topecongiro/type-alias...
2017-12-21 topecongiroFix wrong indentation on type alias
2017-12-20 topecongiroTake the width of block's prefix into account only...
2017-12-14 Nick CameronMerge pull request #2271 from topecongiro/refactorings
2017-12-12 Seiichi UchidaCargo clippy
2017-12-11 Nick CameronMerge pull request #2173 from topecongiro/assignment...
2017-12-11 Nick CameronMerge pull request #2270 from topecongiro/issue-2260
2017-12-10 Nick CameronMerge pull request #2267 from topecongiro/issue-2264
2017-12-10 Nick CameronMerge pull request #2265 from topecongiro/issue-2262
2017-12-10 Seiichi UchidaFix indentation in multi lined pattern
2017-12-10 Seiichi UchidaRemove excessive block() and block_only()
2017-12-10 Seiichi UchidaCargo fmt
2017-12-08 Nick CameronMerge pull request #2247 from topecongiro/optimize...
2017-12-08 Nick CameronMerge pull request #2229 from CAD97/patch-2
2017-12-08 Seiichi UchidaReplace into() on &str with to_owned()
2017-12-07 Seiichi UchidaMerge pull request #2240 from davidalber/revisit-2219
2017-12-07 David AlberMoving `panic!` into the list of macros from the Standa...
2017-12-07 Seiichi UchidaAdd FmtVisitor::from_context()
2017-12-07 Seiichi UchidaConvert '&str' into 'String' whenever necessary
2017-12-06 Seiichi UchidaUpdate FmtVisitor::from_codemap()
2017-12-06 Nick CameronMerge pull request #2221 from topecongiro/rfc/blank...
2017-12-06 David AlberAdding `print!` specially-formatted `format!`-like...
2017-12-05 Seiichi UchidaAdd count_newlines() utility function
2017-12-04 Nick CameronMerge pull request #2236 from topecongiro/simple-array
2017-12-04 topecongiroCompress an array with simple items
2017-12-04 topecongiroFactor out array_tactic
2017-12-03 Nick CameronMerge pull request #2219 from topecongiro/issue-549
2017-12-03 Seiichi UchidaAdd macros from the log crate to whitelist
2017-12-03 topecongiroCargo fmt
2017-12-03 topecongiroFactor out a mess
2017-12-03 topecongiroCargo fmt and update a test
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 topecongiroDo not give up when we run out of space when choosing rhs
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...
next