about summary refs log tree commit diff
path: root/tests/ui/parser
AgeCommit message (Expand)AuthorLines
2023-02-10Rollup merge of #107789 - jieyouxu:issue-107745, r=lcnrMatthias Krüger-7/+7
2023-02-09Rollup merge of #107446 - clubby789:rustc-parse-diag-migrate, r=compiler-errorsMatthias Krüger-0/+14
2023-02-09Don't expose type parameters and implementation details from macro expansion许杰友 Jieyou Xu (Joe)-7/+7
2023-02-08Do not eagerly recover for bad impl-trait in macrosMichael Goulet-0/+32
2023-02-06Migrate `rustc_parse` to derive diagnosticsclubby789-0/+14
2023-02-05Add ui test for missing expression in for loopObei Sideg-0/+18
2023-02-03Rollup merge of #107551 - fee1-dead-contrib:rm_const_fnmut_helper, r=oli-obkMichael Goulet-3/+3
2023-02-03Rollup merge of #107585 - compiler-errors:fndef-sig-cycle, r=oli-obkDylan DPC-6/+6
2023-02-03Rollup merge of #107602 - estebank:anon-enum-access, r=compiler-errorsMatthias Krüger-27/+125
2023-02-02Parse and recover from type ascription in patternsEsteban Küber-27/+125
2023-02-02Rollup merge of #106919 - compiler-errors:underscore-typo-in-field-pat, r=jac...Matthias Krüger-2/+12
2023-02-02Recover _ as .. in field patternMichael Goulet-2/+12
2023-02-02Add a testMichael Goulet-0/+26
2023-02-02Revert "Teach parser to understand fake anonymous enum syntax" and related co...Michael Goulet-160/+27
2023-02-02Don't cause a cycle when formatting query description that references a FnDefMichael Goulet-6/+6
2023-02-01fix formatting + test syntaxSpanishPear-12/+0
2023-02-01fix parser mistaking const closures for const itemDeadbeef-3/+3
2023-01-31Auto merge of #106399 - estebank:type-err-span-label, r=nagisabors-5/+5
2023-01-31move to multipart spansSpanishPear-12/+18
2023-01-30Modify primary span label for E0308Esteban Küber-5/+5
2023-01-30Update bastion-of-the-turbofish.rsLucille Blumire-1/+1
2023-01-29Insert whitespace to avoid ident concatenation in suggestionRyo Yoshida-8/+22
2023-01-28Auto merge of #107408 - matthiaskrgr:rollup-b5vz2ow, r=matthiaskrgrbors-15/+240
2023-01-28Rollup merge of #104012 - chenyukang:yukang/fix-103882-deli-indentation, r=pe...Matthias Krüger-15/+240
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-48/+57
2023-01-26Rollup merge of #106960 - estebank:parse-anon-enums, r=cjgillotMatthias Krüger-27/+160
2023-01-26add testcase for #104012yukang-0/+216
2023-01-22move tests to new rust-lang locationSpanishPear-0/+237
2023-01-20preserve delim spans during `macro_rules!` expansion if ableLukas Markeffsky-2/+2
2023-01-20Rollup merge of #107058 - clubby789:eqeq-homoglyph, r=wesleywiserMatthias Krüger-1/+15
2023-01-20Rollup merge of #106783 - WaffleLapkin:break-my-ident, r=wesleywiserMatthias Krüger-0/+39
2023-01-19Add double-equals homoglyphclubby789-1/+15
2023-01-17Ensure macros are not affectedEsteban Küber-0/+20
2023-01-17Emit fewer errors on patterns with possible type ascriptionEsteban Küber-29/+6
2023-01-17Teach parser to understand fake anonymous enum syntaxEsteban Küber-18/+154
2023-01-14Emit only one nbsp error per fileDavid Tolnay-40/+1
2023-01-14Add more nbsp to unicode-chars testDavid Tolnay-4/+43
2023-01-14Rollup merge of #106566 - clubby789:contiguous-weird-unicode, r=cjgillotMatthias Krüger-1/+17
2023-01-13Recover labels written as identifiersMaybe Waffle-13/+22
2023-01-13Rollup merge of #106608 - compiler-errors:missing-generics-verbose, r=estebankYuki Okushi-9/+3
2023-01-13Auto merge of #106004 - fee1-dead-contrib:const-closures, r=oli-obkbors-3/+3
2023-01-12Don't suggest dyn as parameter to addMichael Goulet-15/+0
2023-01-12Render missing generics suggestion verboselyMichael Goulet-9/+18
2023-01-12Add a test for recovery of unticked labelsMaybe Waffle-0/+30
2023-01-12parse const closuresDeadbeef-3/+3
2023-01-12Auto merge of #106537 - fmease:recover-where-clause-before-tuple-struct-body,...bors-4/+117
2023-01-12Emit a single error for contiguous sequences of Unicode homoglyphsclubby789-1/+17
2023-01-11parser: recover from where clauses placed before tuple struct bodiesLeón Orell Valerian Liehr-4/+117
2023-01-11Detect struct literal needing parenthesesEsteban Küber-0/+26