about summary refs log tree commit diff
path: root/tests/ui/parser/recover
AgeCommit message (Expand)AuthorLines
2024-03-06Cancel parsing ever made during recoveryclubby789-2/+17
2024-03-01Detect more cases of `=` to `:` typoEsteban Küber-0/+14
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-13/+13
2024-02-14Fix msg for verbose suggestions with confusable capitalizationEsteban Küber-2/+2
2024-02-08Continue to borrowck even if there were previous errorsOli Scherer-7/+178
2024-01-24Deduplicate more sized errors on call exprsEsteban Küber-2/+3
2024-01-13Bless testsGeorge-lewis-0/+4
2024-01-02Adjust compiler tests for unused_tuple_struct_fields -> dead_codeJake Goulding-5/+5
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