summary refs log tree commit diff
path: root/src/test/ui/closures
AgeCommit message (Expand)AuthorLines
2022-06-23Rollup merge of #98259 - jyn514:improve-obligation-errors, r=estebankMichael Goulet-2/+14
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
2022-03-08When finding a match expr with multiple arms that requires more, suggest itEsteban Kuber-1/+4
2022-03-08When finding a match expr with a single arm that requires more, suggest itEsteban Kuber-3/+14
2022-03-08When encountering a match expr with no arms, suggest itEsteban Kuber-6/+16
2022-02-24Restrict query recursion in `needs_significant_drop`Jakob Degen-0/+14
2022-02-11Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"Oli Scherer-3/+3
2022-02-02Lazily resolve type-alias-impl-trait defining usesOli Scherer-3/+3
2022-01-31Auto merge of #90891 - nbdd0121:format, r=Mark-Simulacrumbors-2/+2
2022-01-29Create `core::fmt::ArgumentV1` with generics instead of fn pointerGary Guo-2/+2
2022-01-28Add test for old ICEBen Reeves-0/+17
2022-01-17Emit simpler code from format_argsDavid Tolnay-2/+2
2022-01-07Flatten InferredCaptureInformationGary Guo-28/+101
2021-12-26fix typo: intialized -> initializedHiroshi Kori-1/+1
2021-12-17Bless ui testsDeadbeef-4/+4
2021-12-11Auto merge of #91799 - matthiaskrgr:rollup-b38xx6i, r=matthiaskrgrbors-1/+6
2021-12-11Rollup merge of #89734 - estebank:issue-72312, r=nikomatsakisMatthias Krüger-1/+6
2021-12-11Rollup merge of #91718 - RalfJung:unaligned_references, r=nagisaMatthias Krüger-0/+1