about summary refs log tree commit diff
path: root/tests/ui/parser
AgeCommit message (Expand)AuthorLines
2023-03-20feat: implement error recovery in `expected_ident_found`Ezra Shaw-33/+96
2023-03-19refactor: improve "ident starts with number" errorEzra Shaw-4/+20
2023-03-14Auto merge of #104833 - Swatinem:async-identity-future, r=compiler-errorsbors-130/+19
2023-03-12Add recovery for use of removed `box` syntaxclubby789-9/+76
2023-03-12Remove `box_syntax` from AST and use in toolsclubby789-0/+18
2023-03-12Remove uses of `box_syntax` in rustc and toolsclubby789-68/+63
2023-03-09feat/refactor: improve errors in case of ident with number at startEzra Shaw-9/+27
2023-03-08Remove `identity_future` indirectionArpad Borsos-130/+19
2023-03-05add test for https://github.com/rust-lang/rust/issues/108242Lukas Markeffsky-0/+18
2023-03-03check if snippet is `)`Takayuki Maeda-0/+13
2023-03-01Add testcase for issue 105209yukang-0/+25
2023-03-01Fix #104367, add test case for mismatched open/close delimsyukang-0/+32
2023-03-01Auto merge of #108587 - matthiaskrgr:rollup-rw6po59, r=matthiaskrgrbors-0/+108
2023-03-01Rollup merge of #108496 - nx2k3:issue-108495-dec, r=WaffleLapkinMatthias Krüger-0/+108
2023-03-01Rollup merge of #108297 - chenyukang:yukang/delim-error-exit, r=petrochenkovMatthias Krüger-974/+200
2023-02-28micro fmt changesMaybe Waffle-12/+10
2023-02-28remove duplicated diagnostic for unclosed delimiteryukang-214/+62
2023-02-28Exit when there are unmatched delims to avoid noisy diagnosticsyukang-807/+185
2023-02-27handle only postfix decrementnx2k3-48/+0
2023-02-27check double negationnx2k3-81/+80
2023-02-26fix #108495, postfix decrement and prefix decrement has no warningnx2k3-0/+159
2023-02-26generalize help messagey21-3/+7
2023-02-18Rollup merge of #108031 - jieyouxu:issue-108019, r=estebankMatthias Krüger-4/+4
2023-02-16Add feature gate for non_lifetime_bindersMichael Goulet-6/+6
2023-02-14Rollup merge of #103478 - SpanishPear:spanishpear/issue_103366_fix, r=TaKO8KiMatthias Krüger-0/+231
2023-02-14Update numeric lifetime test许杰友 Jieyou Xu (Joe)-4/+4
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