about summary refs log tree commit diff
path: root/src/test/ui/parser
AgeCommit message (Expand)AuthorLines
2022-01-17Add term to ExistentialProjectionkadmin-2/+23
2022-01-17Use Term in ProjectionPredicatekadmin-22/+4
2022-01-17Rollup merge of #92876 - compiler-errors:fix-turbofish-lifetime-suggestion, r...Matthias Krüger-19/+60
2022-01-13Fix suggesting turbofish with lifetime argumentsMichael Goulet-19/+60
2022-01-14Parse `Ty?` as `Option<Ty>` and provide structured suggestionEsteban Kuber-34/+68
2021-12-29Fix whitespace in pretty printed PatKind::RangeDavid Tolnay-2/+2
2021-12-28Parse and suggest moving where clauses after equals for type aliasesJack Huey-0/+77
2021-12-18Rollup merge of #89090 - cjgillot:bare-dyn, r=jackh726Matthias Krüger-69/+37
2021-12-13Update test to new error messageAlexis Bourget-15/+17
2021-12-13Fix broken span and related testsAlexis Bourget-6/+16
2021-12-13Add tests for misplaced/duplicated pub in fn declAlexis Bourget-0/+37
2021-12-12Auto merge of #90207 - BoxyUwU:stabilise_cg_defaults, r=lcnrbors-5/+5
2021-12-11Tweak assoc type obligation spansEsteban Kuber-6/+10
2021-12-10bless testsEllen-5/+5
2021-12-09Auto merge of #91692 - matthiaskrgr:rollup-u7dvh0n, r=matthiaskrgrbors-0/+37
2021-12-09Rollup merge of #91634 - terrarier2111:fix-recover-from-variant-ice, r=nagisaMatthias Krüger-0/+37
2021-12-09Auto merge of #91691 - matthiaskrgr:rollup-wfommdr, r=matthiaskrgrbors-1/+12
2021-12-09Rollup merge of #91476 - m-ou-se:ferris-identifier, r=estebankMatthias Krüger-1/+12
2021-12-08Rollup merge of #91337 - FabianWolff:issue-91227-misspelled-macro, r=nagisaMatthias Krüger-0/+36
2021-12-08Do not attempt to suggest help for overly malformed struct/function callthreadexception-0/+37
2021-12-04Use multipart suggestions.Camille GILLOT-3/+18
2021-12-04Lint bare traits in AstConv.Camille GILLOT-69/+22
2021-12-04Do not add `;` to expected tokens list when it's wrongMichael Howell-19/+21
2021-12-03Extend emoji-identifiers ui test.Mara Bos-1/+12
2021-12-02Rollup merge of #91435 - FabianWolff:issue-91421-if-then, r=lcnrMatthias Krüger-0/+31
2021-12-01Improve diagnostic for missing half of binary operator in `if` conditionFabian Wolff-0/+31
2021-12-01Rollup merge of #87160 - estebank:colon-recovery, r=nagisaMatthias Krüger-28/+63
2021-11-28Add a suggestion if `macro_rules` is misspelledFabian Wolff-0/+36
2021-11-25Auto merge of #91037 - c410-f3r:testsssssss, r=petrochenkovbors-648/+0
2021-11-25When recovering from a `:` in a pattern, use adequate AST patternEsteban Küber-28/+63
2021-11-25Move some tests to more reasonable directoriesCaio-648/+0
2021-11-25Auto merge of #88781 - estebank:emoji-idents, r=oli-obkbors-0/+99
2021-11-24Tweak span and add more testsEsteban Kuber-4/+38
2021-11-24Account for incorrect `impl Foo<const N: ty> {}` syntaxEsteban Küber-0/+28
2021-11-23Sort `FxHashSet`'s contents before emitting errors for consistent outputEsteban Kuber-20/+20
2021-11-23review comment: plural of emoji is emojiEsteban Kuber-12/+12
2021-11-23Account for confusable codepoints when recovering emoji identifiersEsteban Kuber-4/+16
2021-11-23fix fmtEsteban Kuber-1/+0
2021-11-23Replace ZWJ with nothing in terminal outputEsteban Kuber-2/+2
2021-11-23Tokenize emoji as if they were valid indentifiersEsteban Kuber-0/+88
2021-11-21Auto merge of #89580 - estebank:trait-bounds-are-tricky, r=nagisabors-5/+0
2021-11-20Rollup merge of #90994 - Badel2:issue-90993, r=estebankMatthias Krüger-0/+37
2021-11-20Do not mention associated items when they introduce an obligationEsteban Kuber-5/+0
2021-11-20Fix float ICEthreadexception-0/+26
2021-11-20Move parser tests to parser/issues subdirectoryBadel2-0/+0
2021-11-20Fix ICE `#90993`: add missing call to cancelBadel2-0/+37
2021-11-20Rollup merge of #91021 - compiler-errors:print_future_output, r=estebankMatthias Krüger-2/+2
2021-11-18Print output ty for opaque future tyMichael Goulet-2/+2
2021-11-18Move some tests to more reasonable directoriesCaio-0/+87
2021-11-16Remove debug output from test stderr5225225-1/+0