]> git.lizzy.rs Git - rust.git/history - src/expr.rs
feat: remove license_template_path config option
[rust.git] / src / expr.rs
2022-04-17 hkalbasiMemoize format_expr
2022-03-18 Caleb CartwrightMerge pull request #5268 from calebcartwright/subtree...
2022-03-17 Caleb CartwrightMerge remote-tracking branch 'upstream/master' into...
2022-02-25 Mark RousskovEnable rustc_pass_by_value for Span
2022-01-23 Caleb CartwrightMerge pull request #5186 from calebcartwright/subtree...
2022-01-23 Caleb CartwrightMerge remote-tracking branch 'upstream/master' into...
2022-01-17 borsAuto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu
2022-01-12 Tomasz MiąskoRemove LLVM-style inline assembly from rustfmt
2021-12-30 Caleb CartwrightMerge commit '4a053f206fd6799a25823c307f7d7f9d897be118...
2021-12-24 Yacin TmimiRetain qualified path when rewriting struct literals
2021-12-19 Caleb CartwrightMerge remote-tracking branch 'upstream/master' into...
2021-12-14 Matthias Krügerclippy fixes
2021-12-03 Caleb CartwrightMerge commit '8da837185714cefbb261e93e9846afb11c1dc60e...
2021-12-03 Caleb CartwrightMerge remote-tracking branch 'upstream/master' into...
2021-11-29 Caleb Cartwrightrefactor: maintain more AST info when formatting a RHS
2021-11-08 Caleb CartwrightMerge commit 'ea199bacef07213dbe008841b89c450e3bf0c638...
2021-11-07 Caleb CartwrightMerge remote-tracking branch 'upstream/master' into...
2021-10-31 Yacin TmimiPrevent trailing whitespace in where clause bound predicate
2021-10-28 Matthias Krügerfix a bunch of the other clippy warnings that look...
2021-10-28 Matthias Krügerfix clippy::needless_borrow
2021-10-20 Caleb CartwrightMerge commit 'efa8f5521d3813cc897ba29ea0ef98c7aef66bb6...
2021-10-20 Caleb CartwrightMerge pull request #5036 from calebcartwright/1.4.38...
2021-10-20 Caleb CartwrightMerge branch 'master' into 1.4.38-subtree
2021-10-14 Yacin TmimiUpdate connector search in ControlFlow::rewrite_pat_exp...
2021-10-13 Yacin TmimiPrevent structs with ".." from being rewritten with...
2021-09-15 Arjen Laarhovenfeat: upper- or lowercase hexadecimal literals
2021-08-17 borsAuto merge of #87119 - jyn514:rustfmt-doc-private,...
2021-08-15 CaioIntroduce hir::ExprKind::Let - Take 2
2021-08-02 borsAuto merge of #87535 - lf-:authors, r=Mark-Simulacrum
2021-07-26 Caleb CartwrightMerge commit '4236289b75ee55c78538c749512cdbeea5e1c332...
2021-07-26 Matthias Krügerfix a bunch of clippy warnings
2021-07-26 Caleb CartwrightMerge pull request #4920 from calebcartwright/subtree...
2021-06-10 Ryan LevickAdd support for using qualified paths with structs...
2021-04-22 Caleb Cartwrightrefactor: apply heuristic config changes in lib
2021-04-03 Caleb Cartwrightchore: fmt and cleanup
2021-04-03 Caleb Cartwrightdeps: apply rustc-ap-* v712 changes
2021-02-18 David Bar-OnAdd the use of rewrite_assign_rhs_with_comments to 1.x
2021-01-29 Caleb Cartwrightfix: don't insert trailing comma on struct lit rest...
2021-01-28 Caleb Cartwrightchore: backport some empty block check fixes
2021-01-28 Caleb Cartwrightrefactor: cleanup block check for statements
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)
next