about summary refs log tree commit diff
path: root/tests/ui/parser
AgeCommit message (Expand)AuthorLines
2023-05-09Rollup merge of #110694 - est31:builtin, r=petrochenkovDylan DPC-0/+23
2023-05-08suggest struct when we get colon in fileds in enumyukang-20/+0
2023-05-05Add feature gateest31-2/+4
2023-05-05Add parsing for builtin # in expression and item contextest31-0/+21
2023-05-05add hint for =< as <=Zachary Mayhew-0/+67
2023-05-02Implement negative boundsMichael Goulet-48/+61
2023-05-02Auto merge of #109128 - chenyukang:yukang/remove-type-ascription, r=estebankbors-353/+226
2023-05-02Rollup merge of #108161 - WaffleLapkin:const_param_ty, r=BoxyUwUDylan DPC-1/+1
2023-05-01sync with masteryukang-6/+0
2023-05-01fix testsyukang-12/+12
2023-05-01fix test casesyukang-226/+50
2023-05-01Rip it outNilstrieb-315/+370
2023-04-28fixup tests wrt new normalizationMaybe Waffle-1/+1
2023-04-27Migrate trivially translatable `rustc_parse` diagnosticsclubby789-44/+54
2023-04-13Auto merge of #109786 - estebank:tweak-add-line-sugg, r=compiler-errorsbors-1/+1
2023-04-12Special-case item attributes in the suggestion outputEsteban Küber-1/+0
2023-04-12Tweak output for 'add line' suggestionEsteban Küber-1/+2
2023-04-12Rollup merge of #110135 - compiler-errors:revert-108031, r=davidtwcoMatthias Krüger-4/+4
2023-04-11Rollup merge of #109923 - ElectrifyPro:visibility, r=wesleywiserYuki Okushi-17/+29
2023-04-10Revert "Don't recover lifetimes/labels containing emojis as character literals"Michael Goulet-4/+4
2023-04-07Use smart-resolve when checking for trait in RHS of UFCSMichael Goulet-9/+9
2023-04-07fix: fix regression in #109203Ezra Shaw-0/+22
2023-04-03Update ui tests involving invalid visibility qualifiersTam Pham-17/+29
2023-04-03remove invalid ignore-prettyPietro Albini-1/+0
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