about summary refs log tree commit diff
path: root/tests/ui/loop-match
AgeCommit message (Expand)AuthorLines
2025-07-28fix: Reject upvar scrutinees for `loop_match`Shoyu Vanilla-0/+99
2025-07-26`loop_match`: suggest extracting to a `const` itemFolkert de Vries-0/+232
2025-07-07`loop_match`: fix 'no terminator on block'Folkert de Vries-0/+31
2025-07-01loop match: handle opaque patternsFolkert de Vries-2/+26
2025-07-01loop match: run exhaustiveness checkFolkert de Vries-2/+39
2025-06-23Add `#[loop_match]` for improved DFA codegenbjorn3-0/+1039