about summary refs log tree commit diff
path: root/tests/ui/parser
AgeCommit message (Expand)AuthorLines
2023-11-16Move tests to subdirectoryEsteban Küber-0/+0
2023-11-16More detail when expecting expression but encountering bad macro argumentEsteban Küber-4/+4
2023-11-14Detect more `=>` typosEsteban Küber-0/+39
2023-11-14Recover `dyn` and `impl` after `for<...>`Michael Goulet-0/+35
2023-11-13Auto merge of #117770 - sjwang05:issue-117766, r=estebank,TaKO8Kibors-0/+123
2023-11-11Move unclosed delim errors to separate functionsjwang05-10/+4
2023-11-11Reject defaultness on free constsLeón Orell Valerian Liehr-8/+36
2023-11-10Correctly handle while-let-chainssjwang05-2/+49
2023-11-09Catch an edge casesjwang05-1/+13
2023-11-09Catch stray { in let-chainssjwang05-0/+70
2023-11-09Suggest fix for ; within let-chainssjwang05-0/+77
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-07When not finding assoc fn on type, look for builder fnEsteban Küber-0/+6
2023-11-01Rollup merge of #117298 - clubby789:fn-missing-params, r=petrochenkovMatthias Krüger-6/+43
2023-11-01Give a better diagnostic for missing parens in Fn* boundsclubby789-0/+27
2023-11-01Recover from missing param list in function definitionsclubby789-6/+43
2023-10-31Rollup merge of #116712 - estebank:issue-116252, r=petrochenkovMatthias Krüger-0/+59
2023-10-30Explicitly reject const C-variadic functionsNicholas Bishop-20/+88
2023-10-30Fix bad-c-variadic error being emitted multiple timesNicholas Bishop-29/+15
2023-10-30When encountering unclosed delimiters during parsing, check for diff markersEsteban Küber-0/+59
2023-10-29Auto merge of #116889 - MU001999:master, r=petrochenkovbors-0/+24
2023-10-28Remove asmjs from testsJubilee Young-1/+0
2023-10-28restore snapshot when parse_param_generalMu001999-0/+24
2023-10-27Recover from incorrectly ordered/duplicated function keywordsclubby789-2/+86
2023-10-27Rollup merge of #117212 - clubby789:fix-ternary-recover, r=compiler-errorsMatthias Krüger-128/+22
2023-10-26Recover ternary expression as errorclubby789-130/+11
2023-10-26Properly restore snapshot when failing to recover parsing ternaryclubby789-5/+18
2023-10-25Avoid unbounded O(n^2) when parsing nested type argsEsteban Küber-0/+30
2023-10-24mv testsEsteban Küber-0/+0
2023-10-23Auto merge of #116033 - bvanjoi:fix-116032, r=petrochenkovbors-2/+2
2023-10-23Auto merge of #116849 - oli-obk:error_shenanigans, r=cjgillotbors-12/+7
2023-10-22use visibility to check unused imports and delete some stmtsbohan-2/+2
2023-10-21Rollup merge of #116992 - estebank:issue-69492, r=oli-obkMatthias Krüger-0/+3
2023-10-21Mention the syntax for `use` on `mod foo;` if `foo` doesn't existEsteban Küber-0/+3
2023-10-20Avoid a `track_errors` by bubbling up most errors from `check_well_formed`Oli Scherer-12/+7
2023-10-20Move where doc comment meant as comment checkEsteban Küber-19/+64
2023-10-14Auto merge of #115822 - compiler-errors:stabilize-rpitit, r=jackh726bors-71/+16
2023-10-13Stabilize AFIT and RPITITMichael Goulet-71/+16
2023-10-13Auto merge of #116645 - estebank:issue-116608, r=oli-obkbors-2/+17
2023-10-12Detect ruby-style closure in parserEsteban Küber-2/+17
2023-10-09Account for macrosEsteban Küber-0/+112
2023-10-09fixEsteban Küber-1/+0
2023-10-09Move some tests aroundEsteban Küber-0/+0
2023-10-09Suggest labeling block if `break` is in bare blockEsteban Küber-0/+50
2023-10-06Rollup merge of #116400 - estebank:issue-78585, r=WaffleLapkinJubilee-22/+136
2023-10-05Rollup merge of #116428 - Alexendoo:note-duplicate-diagnostics, r=compiler-er...Matthias Krüger-0/+6
2023-10-05Add a note to duplicate diagnosticsAlex Macleod-0/+6
2023-10-04Point to where missing return type should goMichael Goulet-2/+2
2023-10-04review commentsEsteban Küber-9/+6