summaryrefslogtreecommitdiff
path: root/tests/ui/parser/issues
Commit message (Expand)AuthorAgeFilesLines
* fmtyukang2023-05-132-2/+1
* Fix ice caused by shorthand fields in NoFieldsForFnCallyukang2023-05-132-0/+22
* Implement negative boundsMichael Goulet2023-05-026-48/+61
* Auto merge of #109128 - chenyukang:yukang/remove-type-ascription, r=estebankbors2023-05-026-296/+164
|\
| * Rip it outNilstrieb2023-05-016-296/+164
* | fixup tests wrt new normalizationMaybe Waffle2023-04-281-1/+1
|/
* fix: fix regression in #109203Ezra Shaw2023-04-072-0/+22
* remove invalid ignore-prettyPietro Albini2023-04-031-1/+0
* feat: implement error recovery in `expected_ident_found`Ezra Shaw2023-03-202-33/+38
* refactor: improve "ident starts with number" errorEzra Shaw2023-03-191-3/+15
* Remove uses of `box_syntax` in rustc and toolsclubby7892023-03-121-4/+10
* feat/refactor: improve errors in case of ident with number at startEzra Shaw2023-03-092-9/+15
* add test for https://github.com/rust-lang/rust/issues/108242Lukas Markeffsky2023-03-052-0/+18
* Add testcase for issue 105209yukang2023-03-012-0/+25
* Fix #104367, add test case for mismatched open/close delimsyukang2023-03-012-0/+32
* remove duplicated diagnostic for unclosed delimiteryukang2023-02-2810-160/+46
* Exit when there are unmatched delims to avoid noisy diagnosticsyukang2023-02-2840-520/+108
* Rollup merge of #107602 - estebank:anon-enum-access, r=compiler-errorsMatthias Krüger2023-02-032-27/+55
|\
| * Parse and recover from type ascription in patternsEsteban Küber2023-02-022-27/+55
* | Rollup merge of #106919 - compiler-errors:underscore-typo-in-field-pat, r=jac...Matthias Krüger2023-02-021-1/+6
|\ \ | |/ |/|
| * Recover _ as .. in field patternMichael Goulet2023-02-021-1/+6
* | Revert "Teach parser to understand fake anonymous enum syntax" and related co...Michael Goulet2023-02-022-55/+27
|/
* Modify primary span label for E0308Esteban Küber2023-01-301-1/+1
* Auto merge of #107408 - matthiaskrgr:rollup-b5vz2ow, r=matthiaskrgrbors2023-01-286-9/+29
|\
| * Rollup merge of #104012 - chenyukang:yukang/fix-103882-deli-indentation, r=pe...Matthias Krüger2023-01-286-9/+29
| |\
| | * Improve unexpected close and mismatch delimiter hint in TokenTreesReaderyukang2023-01-275-14/+18
| | * add testcase for #104012yukang2023-01-262-0/+16
* | | Auto merge of #106916 - lukas-code:overlapping-substs, r=estebankbors2023-01-281-2/+2
|\ \ \ | |/ / |/| |
| * | preserve delim spans during `macro_rules!` expansion if ableLukas Markeffsky2023-01-201-2/+2
| |/
* | Emit fewer errors on patterns with possible type ascriptionEsteban Küber2023-01-172-10/+2
* | Teach parser to understand fake anonymous enum syntaxEsteban Küber2023-01-171-18/+54
|/
* Rollup merge of #106566 - clubby789:contiguous-weird-unicode, r=cjgillotMatthias Krüger2023-01-143-0/+0
|\
| * Emit a single error for contiguous sequences of Unicode homoglyphsclubby7892023-01-123-0/+0
* | parser: recover from where clauses placed before tuple struct bodiesLeón Orell Valerian Liehr2023-01-112-4/+15
|/
* Move /src/test to /testsAlbert Larsan2023-01-11340-0/+6304