]> git.lizzy.rs Git - rust.git/history - src/expr.rs
Fixed comment dropped between & and type issue (#4482)
[rust.git] / src / expr.rs
2020-11-28 Caleb Cartwrightchore: run rustfmt against source
2020-11-28 Caleb Cartwrightfeat: support underscore expressions
2020-11-28 Caleb Cartwrightfeat: support struct/slice destructuring
2020-11-14 Ayaz HafizCorrectly create artificial span for formatting closure...
2020-10-24 Caleb Cartwrightfeat: add initial support for ConstBlock expressions
2020-08-09 Caleb Cartwrightfix: inverted span on attrs within closure
2020-06-13 Seiichi UchidaMerge pull request #4253 from calebcartwright/rustfmt...
2020-06-11 Caleb Cartwrightdeps: apply upstream rustc-* changes
2020-03-31 Caleb Cartwrightbackport new syntax to rustfmt 1.x (#4105)
2020-03-30 Manish GoregaokarMerge pull request #4100 from calebcartwright/rustfmt1x...
2020-03-30 Caleb Cartwrightdeps: bump rustc-ap* to v651
2020-03-28 Caleb Cartwrightrefactor: rename libsyntax --> rustc_ast
2020-03-28 Caleb Cartwrightrefactor: parse & mod resolver for rustc-ap v650
2020-03-27 Caleb Cartwrightrefactor: backport syntux mod
2020-02-10 Seiichi Uchidarustfmt 1.x bump rustc-ap to v642 (#4043)
2020-02-09 Caleb Cartwrightchore: fix compile warnings
2020-02-09 Caleb Cartwrightdeps: update rustc-ap to v642.0.0
2019-10-25 Seiichi Uchidafix handling of nested comments in patterns and Control...
2019-10-19 RuiTry to solve issue3456. (#3556)
2019-10-18 Caleb Cartwrightfix: comments between lhs and rhs
2019-10-11 Caleb Cartwrightfix: handle lhs unary in range expression (#3855)
2019-10-05 Seiichi UchidaUpdate rustc-ap-* crates to 606.0.0 (#3835)
2019-09-18 rChaser53fix the error with long string in raw string (#3800)
2019-09-15 rChaser53fix internal error when using rustfmt::skip with newlin...
2019-09-08 Seiichi UchidaUpdate deps (#3788)
2019-09-06 Seiichi UchidaUpdate rustc-ap-* crates to 581.0.0 (#3783)
2019-08-02 Igor MatuszewskiFix most recenty nightly breakage due to removed await...
2019-07-28 Seiichi UchidaUpdate rustc-ap-* crates to 541.0.0 (#3707)
2019-06-16 Seiichi UchidaFormat the last expression-statement as expression...
2019-06-16 Stéphane Campinashandle unicode chars in closures (#3632)
2019-06-12 Stéphane CampinasImprove handling of unicode characters (#3618)
2019-06-08 Stéphane CampinasMerge pull request #3607 from topecongiro/issue-3493
2019-06-03 Seiichi UchidaCargo update (#3559)
2019-05-30 Stéphane CampinasMerge pull request #3586 from topecongiro/issue-3584
2019-05-29 rChaser53fix Erasing inner attributes in struct (#3593)
2019-05-22 Seiichi UchidaAllow overflowing rhs of unit variant (#3566)
2019-05-16 Seiichi UchidaMerge pull request #3535 from xiongmao86/issue3417
2019-05-10 Stéphane CampinasMerge pull request #3546 from bash/unreachable-pub
2019-05-09 Ruben SchmidmeisterEnable unreachable_pub lint
2019-05-09 Seiichi UchidaMerge pull request #3486 from scampi/issue-3197
2019-04-17 Seiichi UchidaMerge pull request #3511 from topecongiro/issue3498
2019-04-17 Seiichi UchidaMerge pull request #3510 from topecongiro/issue3509
2019-04-14 topecongiroAvoid overflowing item if it has attributes
2019-04-03 Stéphane Campinaskeep comment appearing between parameter's name and...
2019-03-31 Seiichi UchidaMerge pull request #3483 from chrisduerr/master
2019-03-30 Christian DuerrEnable overflow_delimited_expr for structs
2019-03-29 Seiichi UchidaMerge pull request #3480 from sinkuu/cleanup
2019-03-29 Shotaro YamadaRemove redundant &
2019-03-29 Shotaro YamadaSimplify iterators
2019-03-24 Seiichi UchidaMerge pull request #3459 from scampi/issue-3442
2019-03-24 Stéphane CampinasMerge pull request #3454 from rchaser53/issue-3434
2019-03-21 rchaser53refrect topecongiro reviews
2019-03-21 Seiichi UchidaMerge pull request #3464 from topecongiro/issue-3463
2019-03-21 Seiichi UchidaMerge pull request #3462 from stjepang/fix-async-formatting
2019-03-20 Stjepan GlavinaFix formatting of async blocks
2019-03-20 rchaser53use RefCell and Rc
2019-03-20 rchaser53add new attribute rustfmt::skip::macros
2019-03-14 Seiichi UchidaMerge pull request #3441 from rchaser53/const-generics
2019-03-11 Seiichi UchidaFormat the if expression at the end of the block in...
2019-02-19 Alexander RegueiroVarious cosmetic improvements (#3403)
2019-02-15 Stéphane CampinasMerge pull request #3334 from rchaser53/issue-3227
2019-02-14 Seiichi UchidaMerge pull request #3401 from topecongiro/rustcap
2019-02-10 Seiichi UchidaMerge pull request #3335 from h-michael/rust-2018
2019-02-10 Seiichi UchidaMerge pull request #3326 from scampi/issue-3302
2019-02-09 Hirokazu Hatacargo fmt
2019-02-09 Hirokazu HataFix rust_2018_idioms warnings
2019-02-08 Stéphane CampinasMerge pull request #3328 from topecongiro/edition-2018
2019-02-08 Seiichi UchidaMerge pull request #3332 from rchaser53/issue-3234
2019-02-07 Seiichi UchidaMerge pull request #3325 from topecongiro/rustcap
2019-02-06 topecongiroCargo update
2019-02-05 Seiichi UchidaMerge pull request #3318 from rchaser53/issue-3314
2019-02-05 Seiichi UchidaMerge pull request #3317 from fyrchik/fix/edition
2019-02-04 Evgeniitransition to Rust 2018
2019-02-03 Seiichi UchidaMerge pull request #3308 from topecongiro/issue-2835
2019-02-03 Seiichi UchidaMerge pull request #3311 from rchaser53/issue-3295
2019-02-01 rchaser53fix "internal error: left behind trailing whitespace...
2019-01-14 Stéphane CampinasMerge pull request #3225 from scampi/issue-3224
2019-01-07 Nick CameronMerge pull request #3260 from topecongiro/issue-3004
2018-12-25 Seiichi UchidaFix shape when formatting return or break expr on state...
2018-12-18 Seiichi UchidaMerge pull request #3240 from Xanewok/parser-panic
2018-12-18 Seiichi UchidaMerge pull request #3250 from scampi/issue3229
2018-12-18 Philipp HanschFix trim_right/trim_left deprecation warnings (#3252)
2018-11-28 Nick CameronMerge pull request #3222 from scampi/issue-3217
2018-11-28 Stéphane Campinasfix the visitor's starting position when visiting a...
2018-11-19 Nick CameronMerge pull request #3177 from kestred/kstenerson/preser...
2018-11-17 Nick CameronMerge pull request #3205 from matthiaskrgr/clippy
2018-11-16 Matthias Krügerfix a few clippy warnings
2018-11-09 Nick CameronMerge pull request #3175 from kestred/kstenerson/delimi...
2018-11-09 Kevin StenersonReplace always true conditionals with `true`
2018-11-06 Kevin StenersonAdd config option to more aggressively allow overflow
2018-11-04 Nick CameronMerge pull request #3165 from scampi/alignment
2018-11-04 Stéphane Campinasfix alignment of a struct's fields with the visual...
2018-10-18 Nick CameronMerge pull request #3109 from scampi/issue-3038
2018-10-15 Stéphane Campinasforce a newline after the `if` condition if there is...
2018-10-15 Nick CameronMerge pull request #3106 from sinkuu/clippy
2018-10-15 Nick CameronMerge pull request #3102 from nrc/arm-guard-newline
2018-10-15 Nick CameronMerge pull request #3101 from nrc/pair-newline
2018-10-15 Shotaro YamadaUse UnOp::to_string
2018-10-15 Daniele D'Oraziotry to fix comment bad wrapping (#3099)
2018-10-14 Nick CameronMerge pull request #3096 from otavio/use-bytecount...
next