about summary refs log tree commit diff
path: root/tests/ui/parser/issues
AgeCommit message (Expand)AuthorLines
2023-03-20feat: implement error recovery in `expected_ident_found`Ezra Shaw-33/+38
2023-03-19refactor: improve "ident starts with number" errorEzra Shaw-3/+15
2023-03-12Remove uses of `box_syntax` in rustc and toolsclubby789-4/+10
2023-03-09feat/refactor: improve errors in case of ident with number at startEzra Shaw-9/+15
2023-03-05add test for https://github.com/rust-lang/rust/issues/108242Lukas Markeffsky-0/+18
2023-03-01Add testcase for issue 105209yukang-0/+25
2023-03-01Fix #104367, add test case for mismatched open/close delimsyukang-0/+32
2023-02-28remove duplicated diagnostic for unclosed delimiteryukang-160/+46
2023-02-28Exit when there are unmatched delims to avoid noisy diagnosticsyukang-520/+108
2023-02-03Rollup merge of #107602 - estebank:anon-enum-access, r=compiler-errorsMatthias Krüger-27/+55
2023-02-02Parse and recover from type ascription in patternsEsteban Küber-27/+55
2023-02-02Rollup merge of #106919 - compiler-errors:underscore-typo-in-field-pat, r=jac...Matthias Krüger-1/+6
2023-02-02Recover _ as .. in field patternMichael Goulet-1/+6
2023-02-02Revert "Teach parser to understand fake anonymous enum syntax" and related co...Michael Goulet-55/+27
2023-01-30Modify primary span label for E0308Esteban Küber-1/+1
2023-01-28Auto merge of #107408 - matthiaskrgr:rollup-b5vz2ow, r=matthiaskrgrbors-9/+29
2023-01-28Rollup merge of #104012 - chenyukang:yukang/fix-103882-deli-indentation, r=pe...Matthias Krüger-9/+29
2023-01-28Auto merge of #106916 - lukas-code:overlapping-substs, r=estebankbors-2/+2
2023-01-27Improve unexpected close and mismatch delimiter hint in TokenTreesReaderyukang-14/+18
2023-01-26add testcase for #104012yukang-0/+16
2023-01-20preserve delim spans during `macro_rules!` expansion if ableLukas Markeffsky-2/+2
2023-01-17Emit fewer errors on patterns with possible type ascriptionEsteban Küber-10/+2
2023-01-17Teach parser to understand fake anonymous enum syntaxEsteban Küber-18/+54
2023-01-14Rollup merge of #106566 - clubby789:contiguous-weird-unicode, r=cjgillotMatthias Krüger-0/+0
2023-01-12Emit a single error for contiguous sequences of Unicode homoglyphsclubby789-0/+0
2023-01-11parser: recover from where clauses placed before tuple struct bodiesLeón Orell Valerian Liehr-4/+15
2023-01-11Move /src/test to /testsAlbert Larsan-0/+6304