summary refs log tree commit diff
path: root/tests/ui/parser/issues
AgeCommit message (Expand)AuthorLines
2023-12-12Improve an error involving attribute values.Nicholas Nethercote-3/+5
2023-12-08Auto merge of #118527 - Nadrieril:never_patterns_parse, r=compiler-errorsbors-3/+3
2023-12-03Parse a pattern with no armNadrieril-3/+3
2023-12-03Auto merge of #118542 - chenyukang:yukang-fix-parser-ice-118531, r=cjgillotbors-0/+106
2023-12-02Fix parser ICE from attrsyukang-0/+106
2023-11-29Always emit help when failing to parse enum variantEsteban Küber-0/+2
2023-11-29Fix test and move to more appropriate directoryEsteban Küber-54/+0
2023-11-29Change enum parse recoveryEsteban Küber-2/+8
2023-11-29Bubble parse error when expecting `)`Esteban Küber-9/+5
2023-11-29Make `parse_pat_ident` not recover bad nameEsteban Küber-25/+1
2023-11-24Show number in error message even for one errorNilstrieb-131/+131
2023-11-17Rollup merge of #117338 - workingjubilee:asmjs-meets-thanatos, r=b-naberMatthias Krüger-1/+0
2023-11-17Rollup merge of #117990 - estebank:issue-100825-part-deux, r=NilstriebMatthias Krüger-3/+3
2023-11-16Smaller span for unnessary `mut` suggestionEsteban Küber-3/+3
2023-11-14Detect more `=>` typosEsteban Küber-0/+39
2023-11-08Rollup merge of #117282 - clubby789:recover-wrong-function-header, r=TaKO8KiGuillaume Gomez-2/+86
2023-11-07Auto merge of #117297 - clubby789:fn-trait-missing-paren, r=TaKO8Kibors-0/+27
2023-11-01Give a better diagnostic for missing parens in Fn* boundsclubby789-0/+27
2023-11-01Recover from missing param list in function definitionsclubby789-0/+32
2023-10-28Remove asmjs from testsJubilee Young-1/+0
2023-10-27Recover from incorrectly ordered/duplicated function keywordsclubby789-2/+86
2023-10-24mv testsEsteban Küber-0/+1464
2023-10-12Detect ruby-style closure in parserEsteban Küber-2/+17
2023-10-06Rollup merge of #116400 - estebank:issue-78585, r=WaffleLapkinJubilee-20/+17
2023-10-05Add a note to duplicate diagnosticsAlex Macleod-0/+3
2023-10-03Detect missing `=>` after match guard during parsingEsteban Küber-20/+17
2023-09-28Tweak wording of missing angle backets in qualified pathEsteban Küber-1/+6
2023-09-21add UI test for delimiter errorsyukang-0/+44
2023-09-12Only suggest turbofish in patterns if we may recoverLeón Orell Valerian Liehr-0/+21
2023-09-06Add explanatory note to 'expected item' errorGurinder Singh-0/+19
2023-08-15Clean up some bad ui testing annotationsMichael Goulet-3/+8
2023-08-07relocate tests to pass tidydarklyspaced-0/+15
2023-08-03Rollup merge of #114300 - MU001999:fix/turbofish-pat, r=estebankMatthias Krüger-6/+16
2023-08-01Suggests turbofish in patternsMu001999-6/+16
2023-07-31parser: more friendly hints for handling `async move` in the 2015 editionbohan-0/+12
2023-06-27Rollup merge of #112518 - chenyukang:yukang-fix-112458, r=davidtwcoMatthias Krüger-0/+19
2023-06-11Detect actual span for getting unexpected token from parsing macrosyukang-0/+19
2023-06-10reword the message to suggest surrounding with parenthesesyukang-4/+4
2023-06-10take care module name for suggesting surround the struct literal in parenthesesyukang-0/+78
2023-05-27Rollup merge of #111181 - bvanjoi:fix-issue-111148, r=davidtwcoMatthias Krüger-0/+10
2023-05-13fmtyukang-2/+1
2023-05-13Fix ice caused by shorthand fields in NoFieldsForFnCallyukang-0/+22
2023-05-13fix(parse): return unpected when current token is EOFbohan-0/+10
2023-05-02Implement negative boundsMichael Goulet-48/+61
2023-05-02Auto merge of #109128 - chenyukang:yukang/remove-type-ascription, r=estebankbors-296/+164
2023-05-01Rip it outNilstrieb-296/+164
2023-04-28fixup tests wrt new normalizationMaybe Waffle-1/+1
2023-04-07fix: fix regression in #109203Ezra Shaw-0/+22
2023-04-03remove invalid ignore-prettyPietro Albini-1/+0
2023-03-20feat: implement error recovery in `expected_ident_found`Ezra Shaw-33/+38