about summary refs log tree commit diff
path: root/tests/ui/rfcs/rfc-2497-if-let-chains
AgeCommit message (Expand)AuthorLines
2025-08-19bless tests with new lint messagesKarol Zwolak-1/+1
2025-07-28expand: Micro-optimize prelude injectionVadim Petrochenkov-2/+2
2025-06-30Remove let_chains featureCameron Steffen-766/+658
2025-06-04Replace `elided_named_lifetimes` with `mismatched_lifetime_syntaxes`Jake Goulding-2/+2
2025-04-25resolved conflictKivooeo-59/+10
2025-04-18Remove let_chains feature gate from even more testsest31-21/+8
2025-04-18Add tests to check the situation with heterogenous spansest31-0/+268
2025-04-17Rollup merge of #139904 - ferrocene:lw-wkumpwrytvtp, r=nnethercote,jieyouxuMatthias Krüger-0/+2
2025-04-16Explicitly annotate edition for `unpretty=expanded` and `unpretty=hir` testsLukas Wirth-0/+2
2025-04-03Use `cfg(false)` in UI testsclubby789-11/+11
2025-04-02Remove `NtExpr` and `NtLiteral`.Nicholas Nethercote-331/+407
2025-01-27Remove all dead files inside tests/ui/León Orell Valerian Liehr-1111/+0
2024-12-09fix ICE on type error in promotedRalf Jung-6/+0
2024-12-01fix ICE when promoted has layout size overflowRalf Jung-0/+6
2024-11-22Stabilize the 2024 editionEric Huss-1/+1
2024-11-16Add regression test for issue #103476, fixed in edition 2024est31-0/+25
2024-11-10Add more places where expressions can occurest31-398/+835
2024-11-10Unify disallowed-positions test files into one fileest31-652/+2405
2024-10-30Rollup merge of #132332 - nnethercote:use-token_descr-more, r=estebankMatthias Krüger-2/+2
2024-10-29Don't lint `irrefutable_let_patterns` on leading patterns if `else if` let-ch...Jason Newcomb-1/+39
2024-10-28Tweak more warnings.Nicholas Nethercote-2/+2
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-16/+16
2024-01-13Bless testsGeorge-lewis-0/+10
2023-11-28Suggest `let` or `==` on typo'd let-chainEsteban Küber-0/+8
2023-11-24Show number in error message even for one errorNilstrieb-1/+1
2023-09-13Address review commentsMatthew Jasper-0/+325
2023-09-11Reduce double errors for invalid let expressionsMatthew Jasper-0/+1210
2023-09-11Move let expression checking to parsingMatthew Jasper-1579/+385
2023-09-11Don't create drop scopes after item statementsMatthew Jasper-0/+42
2023-08-30lower bare boolean expression with if-constructDing Xiang Fei-14/+2
2023-08-30lower ExprKind::Use, LogicalOp::Or and UnOp::NotDing Xiang Fei-24/+2
2023-06-05Better group RFC ui tests togetherMaybe Waffle-0/+3366