about summary refs log tree commit diff
path: root/src/test/ui/parser
AgeCommit message (Expand)AuthorLines
2022-07-20Rollup merge of #99383 - ouz-a:issue_57961, r=oli-obkDylan DPC-16/+34
2022-07-20take opaq typesouz-a-16/+34
2022-07-20Rollup merge of #98784 - compiler-errors:forgot-to-return-binding, r=estebankDylan DPC-0/+5
2022-07-20Suggest returning binding from block or enclosing scope on coerce_forced_unit...Michael Goulet-0/+5
2022-07-19Mention first and last macro in backtraceMichael Goulet-1/+1
2022-07-14Rollup merge of #98705 - WaffleLapkin:closure_binder, r=cjgillotDylan DPC-9/+32
2022-07-13Rollup merge of #99030 - rust-lang:notriddle/field-recovery, r=petrochenkovDylan DPC-10/+19
2022-07-12Lower closure binders to hir & properly check themMaybe Waffle-21/+11
2022-07-12--bless testsMaybe Waffle-9/+42
2022-07-10explain doc comments in macros a bitMichael Goulet-2/+8
2022-07-08Auto merge of #98816 - estebank:implicit-sized, r=oli-obkbors-1/+1
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-7/+7
2022-07-07Track implicit `Sized` obligations in type paramsEsteban Küber-1/+1
2022-07-07Shorten span for closures.Camille GILLOT-2/+2
2022-07-01Shorten def_span for more items.Camille GILLOT-10/+10
2022-06-25Rollup merge of #98298 - TaKO8Ki:point-to-type-param-definition, r=compiler-e...Matthias Krüger-1/+1
2022-06-22point to type param definition when not finding variant, method and assoc typeTakayuki Maeda-1/+1
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