about summary refs log tree commit diff
path: root/tests/ui/parser/recover
AgeCommit message (Expand)AuthorLines
2023-12-21Simple modification of diagnostic informationsurechen-2/+2
2023-11-29Always emit help when failing to parse enum variantEsteban Küber-0/+2
2023-11-29Fix tidyEsteban Küber-2/+15
2023-11-29Fix test and move to more appropriate directoryEsteban Küber-0/+80
2023-11-29Change how `for (x in foo) {}` is handledEsteban Küber-11/+62
2023-11-29Account for `(pat if expr) => {}`Esteban Küber-8/+25
2023-11-29Change enum parse recoveryEsteban Küber-11/+1
2023-11-29Bubble parse error when expecting `)`Esteban Küber-28/+15
2023-11-29More accurate span for unnecessary parens suggestionEsteban Küber-1/+1
2023-11-29Make `parse_pat_ident` not recover bad nameEsteban Küber-40/+5
2023-11-24Show number in error message even for one errorNilstrieb-6/+6
2023-11-16Fix code indentationEsteban Küber-1/+1
2023-11-16Add test for parens around match arm pattern and conditionEsteban Küber-0/+63
2023-11-16Move tests to subdirectoryEsteban Küber-0/+2065