summary refs log tree commit diff
path: root/src/test/ui/parser
AgeCommit message (Expand)AuthorLines
2022-06-21Improve suggestion for calling closure on type mismatchMichael Goulet-0/+10
2022-06-17Auto merge of #97892 - klensy:fix-spaces, r=oli-obkbors-75/+75
2022-06-16--bless uiMaybe Waffle-4/+3
2022-06-16 fix one more case of trailing spaceklensy-13/+13
2022-06-16diagnostics: fix trailing spaceklensy-62/+62
2022-06-13Improve parsing errors and suggestions for bad if statementsMichael Goulet-66/+177
2022-06-14Rollup merge of #95211 - terrarier2111:improve-parser, r=compiler-errorsYuki Okushi-24/+47
2022-06-12Improves parser diagnostics, fixes #93867threadexception-24/+47
2022-06-08Rollup merge of #97857 - ChayimFriedman2:box-identifier-help, r=compiler-errorsMichael Goulet-4/+69
2022-06-08Suggest escaping `box` as identifierChayim Refael Friedman-4/+69
2022-06-08Rollup merge of #97823 - compiler-errors:missing-comma-match-arm, r=estebankDylan DPC-10/+6
2022-06-07Recover missing comma after match armMichael Goulet-10/+6
2022-06-07Auto merge of #97512 - scottmcm:add-coldcc, r=nagisa,lcnrbors-1/+1
2022-06-07Auto merge of #95565 - jackh726:remove-borrowck-mode, r=nikomatsakisbors-3/+2
2022-06-06Add spaces before and after expr in add {} suggestionWaffle Maybe-12/+12
2022-06-05Suggest removing label in `'label: non_block_expr`Maybe Waffle-10/+53
2022-06-05Do not suggest adding labeled block if there are no labeled breaksMaybe Waffle-24/+10
2022-06-05Suggest adding `{}` for `'label: non_block_expr`Maybe Waffle-10/+94
2022-06-03Fully stabilize NLLJack Huey-3/+2
2022-06-03Auto merge of #89862 - lcnr:path-generics-diagnostics, r=estebankbors-11/+18
2022-06-03Auto merge of #97497 - c410-f3r:z-errors, r=petrochenkovbors-0/+46
2022-06-02add new `emit_inference_failure_err`lcnr-11/+18
2022-05-30Rollup merge of #97172 - SparrowLii:unsafe_extern, r=compiler-errorsMichael Goulet-6/+37
2022-05-30Optimize the diagnostic generation for `extern unsafe`SparrowLii-6/+37
2022-05-30Bless tests with the full list of conventions in the outputScott McMurray-1/+1
2022-05-28Move some tests to more reasonable placesCaio-0/+46
2022-05-28Make some tests check-passYuki Okushi-4/+4
2022-05-24Minor improvement on else-no-if diagnosticMichael Goulet-10/+2
2022-05-23Parse expression after `else` as a condition if followed by `{`Michael Goulet-0/+90
2022-05-21Add regression test for #81827Yuki Okushi-0/+46
2022-05-16Add regression test for #81804Yuki Okushi-0/+50
2022-05-12Auto merge of #96150 - est31:unused_macro_rules, r=petrochenkovbors-0/+1
2022-05-06Resolve vars in note_type_errJack Huey-0/+9
2022-05-05Allow unused rules in the testsuite where the lint triggersest31-0/+1
2022-05-04Auto merge of #96353 - estebank:issue-95413, r=compiler-errorsbors-0/+5
2022-05-03Tweak wordingEsteban Kuber-2/+2
2022-05-03When suggesting to import an item, also suggest changing the path if appropriateEsteban Küber-1/+6
2022-05-02Fix invalid keyword order for function declarationsKen Matsui-9/+9
2022-04-23Better handle too many `#` recovery in raw strEsteban Küber-6/+50
2022-04-21Move some tests to more reasonable directoriesCaio-0/+13
2022-04-16Implementation for 65853Jack Huey-16/+42
2022-04-09expand: Remove `ParseSess::missing_fragment_specifiers`Vadim Petrochenkov-2/+14
2022-04-06Stop flagging certain inner attrs as outer onesLeón Orell Valerian Liehr-10/+32
2022-04-03Auto merge of #88672 - camelid:inc-parser-sugg, r=davidtwcobors-0/+277
2022-03-28Remove opaque type obligation and just register opaque types as they are enco...Oli Scherer-32/+52
2022-03-28Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk"Oli Scherer-44/+117
2022-03-27Fix from rebaseNoah Lev-19/+27
2022-03-27Auto merge of #94495 - estebank:missing-closing-gt, r=jackh726bors-13/+134
2022-03-27Handle `,` to `;` substitution in arg paramsEsteban Kuber-7/+19
2022-03-27Provide suggestion for missing `>` in a type parameter listEsteban Kuber-9/+118