summary refs log tree commit diff
path: root/src/test/ui/rfc-2294-if-let-guard
AgeCommit message (Expand)AuthorLines
2022-10-01bless ui testsMaybe Waffle-2/+2
2022-08-29Revert let_chains stabilizationNilstrieb-24/+184
2022-08-01Use expr parse restrictions for let expr parsingMichael Goulet-6/+20
2022-07-16Stabilize `let_chains`Caio-182/+22
2022-07-08Fix last let_chains blockerCaio-24/+73
2022-06-25[rustc_parse] Forbid lets in certain placesCaio-4/+18
2022-05-09use hir::Let in hir::GuardSparrowLii-2/+6
2022-01-22Fix let_chains and if_let_guard feature flagsCaio-20/+65
2022-01-18Formally implement let chainsCaio-48/+32
2021-08-16Don't mark `if_let_guard` as an incomplete featureLéo Lanteri Thauvin-12/+8
2021-08-15Introduce hir::ExprKind::Let - Take 2Caio-162/+18
2021-03-07Add help for `matches` for `if let` in arm guardEsteban Küber-0/+2
2021-03-07Add help suggesting `matches` to `let_chains` lintEsteban Küber-0/+16
2021-03-07Account for `if (let pat = expr) {}`Esteban Küber-32/+16
2021-02-18Add explanations and suggestions to `irrefutable_let_patterns` lintCamelid-1/+3
2021-02-17replace if-let and while-let with `if let` and `while let`Takayuki Maeda-2/+2
2021-02-06path trimming: ignore type aliasesDan Aloni-2/+2
2020-12-17Change the message for `if_let_guard` feature gateLeSeulArtichaut-4/+4
2020-12-06Add a few basic tests for if-let guardsLeSeulArtichaut-35/+179
2020-12-06Introduce if-let guards in the HIRLeSeulArtichaut-10/+0
2020-08-08Gate to if-let guard featureLzu Tao-0/+412