about summary refs log tree commit diff
path: root/compiler/rustc_mir_build/src/build/matches
AgeCommit message (Expand)AuthorLines
2020-12-17Rollup merge of #79051 - LeSeulArtichaut:if-let-guard, r=matthewjasperYuki Okushi-9/+45
2020-12-15Auto merge of #73210 - wesleywiser:consts_in_debuginfo, r=oli-obkbors-2/+2
2020-12-06[mir-opt] Allow debuginfo to be generated for a constant or a PlaceWesley Wiser-2/+2
2020-12-06Implement lowering of if-let guards to MIRLeSeulArtichaut-9/+45
2020-12-04Avoid leaking block expression valuesMatthew Jasper-82/+15
2020-11-09address reviewer commentsmark-5/+6
2020-11-07fix #72680 by explicitly checking for or-pattern before testmark-0/+10
2020-11-05Auto merge of #78638 - vn-ki:bindigs-after-at-issue-69971, r=oli-obkbors-0/+44
2020-11-04`u128` truncation and sign extension are not just interpreter relatedoli-3/+2
2020-11-03review commentsVishnunarayan K I-10/+10
2020-11-03preserve bindings order for SomeVishnunarayan K I-5/+28
2020-11-02new fix method and update testsVishnunarayan K I-15/+23
2020-11-02reverse binding order in matches ...Vishnunarayan K I-1/+14
2020-10-30Fix even more clippy warningsJoshua Nelson-8/+6
2020-10-25Fix typo in debug statementLeSeulArtichaut-1/+1
2020-10-14documentation fixDing Xiang Fei-2/+3
2020-10-10Refactor how SwitchInt stores jump targetsJonas Schievink-31/+29
2020-10-04Add some more commentsMatthew Jasper-1/+1
2020-10-04Defer creating drop trees in MIR lowering until leaving that scopeMatthew Jasper-15/+8
2020-09-21fix typo in docs and commentsyuk1ty-1/+1
2020-09-20Rollup merge of #76890 - matthiaskrgr:matches_simpl, r=lcnrRalf Jung-1/+1
2020-09-18use matches!() macro for simple if let conditionsMatthias Krüger-1/+1
2020-09-15don't convert types to the same type with try_into (clippy::useless_conversion)Matthias Krüger-1/+1
2020-09-04Change ty.kind to a methodLeSeulArtichaut-6/+6
2020-08-30mv compiler to compiler/mark-0/+3198