]> git.lizzy.rs Git - rust.git/history - src/expr.rs
Disallow combining a method call with prefix or suffix
[rust.git] / src / expr.rs
2018-01-12 Nick CameronMerge pull request #2355 from topecongiro/hide-parse...
2018-01-12 Nick CameronMerge pull request #2352 from topecongiro/issue-2337
2018-01-12 Nick CameronMerge pull request #2351 from topecongiro/issue-2256
2018-01-12 Nick CameronMerge pull request #2350 from topecongiro/issue-2324
2018-01-10 Seiichi UchidaReformat a nested function call with a single newline...
2018-01-10 Seiichi UchidaMerge pull request #2349 from davidalber/configurations...
2018-01-10 Seiichi UchidaMerge pull request #2348 from davidalber/remove-unused
2018-01-10 David AlberRemoving unused name
2018-01-04 Nick CameronMerge pull request #2330 from topecongiro/issue-2329
2018-01-04 Seiichi UchidaMerge pull request #2335 from Hopman/rename_git-fmt
2018-01-04 Nick CameronMerge pull request #2313 from LukasKalbertodt/patch-1
2018-01-04 Nick CameronMerge pull request #2327 from nrc/macro-defs
2018-01-04 Nick CameronMerge pull request #2306 from dtwood/assert-eq-on-one...
2017-12-27 David WoodSplit assert_eq! if any arguments are not simple
2017-12-24 David WoodAdd documentation to expr::SPECIAL_MACRO_WHITELIST
2017-12-24 David WoodMerge branch 'master' of https://github.com/rust-lang...
2017-12-23 Seiichi UchidaCargo fmt
2017-12-23 David WoodFix off-by-one error in assert_eq! line wrapping
2017-12-23 David WoodAdd assert_eq! to special-cased macros
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
next