summary refs log tree commit diff
path: root/src/test/ui/closures
AgeCommit message (Expand)AuthorLines
2022-08-05Auto merge of #95977 - FabianWolff:issue-92790-dead-tuple, r=estebankbors-6/+6
2022-08-03Warn about dead tuple struct fieldsFabian Wolff-6/+6
2022-08-03add regression test for #90871Takayuki Maeda-0/+28
2022-07-22Don't suggest unnameable generic argumentsLeón Orell Valerian Liehr-0/+21
2022-07-19Mention first and last macro in backtraceMichael Goulet-5/+5
2022-07-12add test for implicit stuff in signatures of closures with `for<>`Maybe Waffle-0/+134
2022-07-12Lower closure binders to hir & properly check themMaybe Waffle-3/+12
2022-07-12Parse closure bindersMaybe Waffle-0/+71
2022-07-08Auto merge of #98482 - cjgillot:short-struct-span-closure, r=estebankbors-52/+37
2022-07-07Tweak wording and spansEsteban Küber-17/+17
2022-07-07On partial uninit error point at where we need initEsteban Küber-29/+41
2022-07-07Shorten span for closures.Camille GILLOT-52/+37
2022-07-01Auto merge of #93967 - cjgillot:short-struct-span, r=petrochenkovbors-2/+2
2022-07-01Shorten def_span for more items.Camille GILLOT-2/+2
2022-07-01Auto merge of #98402 - cjgillot:undead, r=michaelwoeristerbors-2/+2
2022-06-23Rollup merge of #98259 - jyn514:improve-obligation-errors, r=estebankMichael Goulet-2/+14
2022-06-22Uniform spans in dead code lint.Camille GILLOT-2/+2
2022-06-19Greatly improve error reporting for futures and generators in `note_obligatio...Joshua Nelson-2/+14
2022-06-19collapse dead code warnings into a single diagnosticTakayuki Maeda-17/+15
2022-06-17Auto merge of #97892 - klensy:fix-spaces, r=oli-obkbors-3/+3
2022-06-16--bless uiMaybe Waffle-12/+9
2022-06-16 fix one more case of trailing spaceklensy-3/+3
2022-06-11Auto merge of #95880 - cjgillot:def-ident-span, r=petrochenkovbors-0/+18
2022-06-10Bless tests.Camille GILLOT-0/+18
2022-06-07Rollup merge of #97325 - tmiasko:capture-enum-field, r=arora-amanDylan DPC-0/+27
2022-06-03Fully stabilize NLLJack Huey-105/+9
2022-06-02add new `emit_inference_failure_err`lcnr-1/+6
2022-05-24Suggest adding a semicolon to a closure without blockChayim Refael Friedman-0/+27
2022-05-23Fix precise field capture of univariant enumsTomasz Miąsko-0/+27
2022-05-22Use revisions for NLL in closuresJack Huey-18/+36
2022-05-08Move some tests to more reasonable placesCaio-0/+37
2022-05-08Auto merge of #96155 - jackh726:param-heuristics-followup, r=estebankbors-11/+20
2022-05-06Resolve vars in note_type_errJack Huey-11/+20
2022-05-05Put the 2229 migration errors in alphabetical orderScott McMurray-3/+3
2022-04-26Revert "add `DefId` to unsafety violations and display function path in E0133"Oli Scherer-1/+1
2022-04-24only show a simple description in E0133 span labelEmil Gardström-2/+2
2022-04-24add `DefId` to unsafety violations and display function path in E0133Emil Gardström-4/+4
2022-04-16Auto merge of #96108 - Dylan-DPC:rollup-t5f2fc9, r=Dylan-DPCbors-11/+22
2022-04-16Implementation for 65853Jack Huey-5/+25
2022-04-14make unaligned_reference warning visible in future compat reportRalf Jung-0/+14
2022-04-14make unaligned_references lint deny-by-defaultRalf Jung-11/+8
2022-04-10only suggest removing semicolon when expr implements traitMichael Goulet-3/+3
2022-04-05diagnostics: tweak error message to give more rationale to unsafe FnMichael Howell-2/+2
2022-04-04diagnostics: give a special note for unsafe fn / Fn/FnOnce/FnMutMichael Howell-0/+1
2022-03-30Auto merge of #94081 - oli-obk:lazy_tait_take_two, r=nikomatsakisbors-3/+3
2022-03-28Suggest function borrow ignoring needs_noteMichael Goulet-0/+16
2022-03-28Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk"Oli Scherer-3/+3
2022-03-20Filter OnceNote in diagnostic infra.Camille GILLOT-10/+0
2022-03-08Change wording of suggestion to add missing `match` armEsteban Kuber-6/+6
2022-03-08Point at uncovered variants in enum definition in `note` instead of a `span_l...Esteban Kuber-12/+25