about summary refs log tree commit diff
path: root/tests/ui/parser
AgeCommit message (Expand)AuthorLines
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
2023-10-03Move some tests aroundEsteban Küber-0/+0
2023-10-03Detect missing `=>` after match guard during parsingEsteban Küber-22/+139
2023-09-28Tweak wording of missing angle backets in qualified pathEsteban Küber-1/+6
2023-09-22Auto merge of #115696 - RalfJung:closure-ty-print, r=oli-obkbors-2/+2
2023-09-21adjust how closure/generator types and rvalues are printedRalf Jung-2/+2
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-06Rollup merge of #115473 - gurry:113110-expected-item, r=compiler-errorsMatthias Krüger-0/+29
2023-09-06Add explanatory note to 'expected item' errorGurinder Singh-0/+29
2023-09-06Auto merge of #115371 - matthewjasper:if-let-guard-parsing, r=cjgillotbors-2/+47
2023-08-30Rollup merge of #114704 - bvanjoi:fix-114636, r=compiler-errorsMatthias Krüger-38/+44
2023-08-28Allow stuct literals in if let guardsMatthew Jasper-0/+3
2023-08-28Add tests for struct literals in if let/while letMatthew Jasper-2/+44
2023-08-24Auto merge of #115131 - frank-king:feature/unnamed-fields-lite, r=petrochenkovbors-0/+72
2023-08-24Parse unnamed fields and anonymous structs or unionsFrank King-0/+72
2023-08-21discard dummy field for macro invocation when parse structbohan-38/+44
2023-08-17Auto merge of #114802 - chenyukang:yukang-fix-114979-bad-parens-dyn, r=estebankbors-8/+8
2023-08-16Fix bad suggestion when wrong parentheses around a dyn traityukang-8/+8
2023-08-15Clean up some bad ui testing annotationsMichael Goulet-3/+8
2023-08-07relocate tests to pass tidydarklyspaced-0/+0