about summary refs log tree commit diff
path: root/tests/ui/parser/recover
AgeCommit message (Expand)AuthorLines
2025-01-27Trim extra whitespace in fn ptr suggestion spanTyrone Wu-16/+16
2025-01-07Update tests.Mara Bos-32/+32
2024-12-21Detect missing `.` in method chain in let bindings and statementsEsteban Küber-0/+102
2024-11-24parse guard patternsNadrieril-15/+15
2024-11-23Update tests for new TRPL chapter orderChris Krycho-60/+60
2024-11-16Increase accuracy of `if` condition misparse suggestionEsteban Küber-0/+293
2024-10-06On function and method calls in patterns, link to the bookEsteban Küber-51/+109
2024-09-18Add suggestions for expressions in patternsLieselotte-53/+764
2024-09-18Recover more expressions in patternsLieselotte-0/+803
2024-08-28Suggest the struct variant pattern syntax on usage of unit variant pattern fo...tunawasabi-0/+5
2024-08-03Revert "Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelix"Michael Goulet-9/+7
2024-07-18Fix ICE in suggestion caused by `⩵` being recovered as `==`Esteban Küber-0/+27
2024-07-12Make `;` suggestions inlineEsteban Küber-72/+12
2024-07-12Make parse error suggestions verbose and fix spansEsteban Küber-68/+362
2024-06-20Fix `...` in multline code-skips in suggestionsEsteban Küber-1/+1
2024-06-07Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelixMatthias Krüger-7/+9
2024-06-05Detect pub structs never constructed and unused associated constants in traitsr0cky-7/+9
2024-06-01Simplify IntVarValue/FloatVarValueMichael Goulet-9/+0
2024-05-09Make sure we consume a generic arg when checking mistyped turbofishMichael Goulet-0/+20
2024-05-02Stabilize exclusive_rangeRoss Smyth-71/+70
2024-04-12Suppress erroneous suggestionAlan Egerton-36/+0
2024-03-23Suggest assoc ty bound on lifetime in eq constraintLeón Orell Valerian Liehr-7/+12
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