summary refs log tree commit diff
path: root/src/test/ui/parser/issues
AgeCommit message (Expand)AuthorLines
2022-09-09reviewlcnr-10/+10
2022-09-08merge testslcnr-88/+72
2022-09-08update ui testslcnr-10/+10
2022-08-21Rework point-at-argMichael Goulet-2/+2
2022-08-05Rollup merge of #100168 - WaffleLapkin:improve_diagnostics_for_missing_type_i...Dylan DPC-2/+2
2022-08-05Improve diagnostics for `const a: = expr;`Maybe Waffle-2/+2
2022-08-05Auto merge of #95977 - FabianWolff:issue-92790-dead-tuple, r=estebankbors-2/+2
2022-08-04Rollup merge of #98796 - compiler-errors:no-semi-if-comma, r=estebankMatthias Krüger-12/+6
2022-08-03Warn about dead tuple struct fieldsFabian Wolff-2/+2
2022-07-29dont call type ascription 'cast'Michael Goulet-67/+67
2022-07-23Do not suggest adding `;` when `,` is also a choiceMichael Goulet-12/+6
2022-07-20Suggest returning binding from block or enclosing scope on coerce_forced_unit...Michael Goulet-0/+5
2022-07-07diagnostics: suggest naming a field after failing to parseMichael Howell-5/+14
2022-07-07diagnostics: mention the `:` token when struct fields fail to parseMichael Howell-4/+4
2022-06-16 fix one more case of trailing spaceklensy-10/+10
2022-06-16diagnostics: fix trailing spaceklensy-29/+29
2022-06-13Improve parsing errors and suggestions for bad if statementsMichael Goulet-32/+24
2022-06-14Rollup merge of #95211 - terrarier2111:improve-parser, r=compiler-errorsYuki Okushi-11/+34
2022-06-12Improves parser diagnostics, fixes #93867threadexception-11/+34
2022-06-07Auto merge of #97512 - scottmcm:add-coldcc, r=nagisa,lcnrbors-1/+1
2022-06-03Fully stabilize NLLJack Huey-3/+2
2022-06-02add new `emit_inference_failure_err`lcnr-1/+6
2022-05-30Optimize the diagnostic generation for `extern unsafe`SparrowLii-6/+1
2022-05-30Bless tests with the full list of conventions in the outputScott McMurray-1/+1
2022-05-05Allow unused rules in the testsuite where the lint triggersest31-0/+1
2022-05-02Fix invalid keyword order for function declarationsKen Matsui-9/+9
2022-04-06Stop flagging certain inner attrs as outer onesLeón Orell Valerian Liehr-0/+31
2022-03-27Provide suggestion for missing `>` in a type parameter listEsteban Kuber-9/+67
2022-03-22diagnostics: do not suggest `fn foo({ <body> }`Michael Howell-3/+1
2022-03-18suggest removing type ascription in bad positionMichael Goulet-0/+80
2022-03-17Rollup merge of #91133 - terrarier2111:unsafe-diagnostic, r=jackh726Dylan DPC-1/+6
2022-03-11Format core and std macro rules, removing needless surrounding blocksDavid Tolnay-1/+1
2022-03-05Do not point at whole file missing `fn main`Esteban Kuber-2/+2
2022-02-28Tweak diagnosticsEsteban Kuber-4/+3
2022-02-12Rollup merge of #93595 - compiler-errors:ice-on-lifetime-arg, r=jackh726Matthias Krüger-1/+24
2022-02-02Add more *-unwind ABI variantsAmanieu d'Antras-1/+1
2022-02-02fix ICE when parsing lifetime as function argumentMichael Goulet-1/+24
2022-01-27Improve suggestion for escaping reserved keywordsNoah Lev-8/+8
2022-01-25delay the bug once again, generalize turbofish suggestionMichael Goulet-8/+1
2022-01-25Remove delayed bug when encountering label in bad turbofishMichael Goulet-0/+24
2022-01-14Parse `Ty?` as `Option<Ty>` and provide structured suggestionEsteban Kuber-34/+24
2021-12-18Rollup merge of #89090 - cjgillot:bare-dyn, r=jackh726Matthias Krüger-38/+3
2021-12-13Update test to new error messageAlexis Bourget-11/+13
2021-12-10bless testsEllen-5/+5
2021-12-09Rollup merge of #91634 - terrarier2111:fix-recover-from-variant-ice, r=nagisaMatthias Krüger-0/+37
2021-12-08Do not attempt to suggest help for overly malformed struct/function callthreadexception-0/+37
2021-12-04Lint bare traits in AstConv.Camille GILLOT-38/+3
2021-12-04Do not add `;` to expected tokens list when it's wrongMichael Howell-17/+19
2021-11-27Improve `unsafe` diagnosticthreadexception-1/+6
2021-11-25When recovering from a `:` in a pattern, use adequate AST patternEsteban Küber-28/+63