summary refs log tree commit diff
path: root/src/test/ui/closures/2229_closure_analysis
AgeCommit message (Expand)AuthorLines
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-1/+1
2022-06-16--bless uiMaybe Waffle-12/+9
2022-06-16 fix one more case of trailing spaceklensy-1/+1
2022-05-23Fix precise field capture of univariant enumsTomasz Miąsko-0/+27
2022-05-05Put the 2229 migration errors in alphabetical orderScott McMurray-3/+3
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-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-07Flatten InferredCaptureInformationGary Guo-28/+101
2021-12-26fix typo: intialized -> initializedHiroshi Kori-1/+1
2021-12-11Rollup merge of #91718 - RalfJung:unaligned_references, r=nagisaMatthias Krüger-0/+1
2021-12-09Add needs-unwind to tests that depend on panickingDavid Koloski-2/+4
2021-12-09give more help in the unaligned_references lintRalf Jung-0/+1
2021-11-28Rollup merge of #90131 - camsteffen:fmt-args-span-fix, r=cjgillotMatthias Krüger-0/+7
2021-11-05apply suggestions from code reviewNiko Matsakis-42/+42
2021-11-04handle case of a variable not capturedNiko Matsakis-0/+95
2021-11-04rework diagnostic reporting to be more structuredNiko Matsakis-45/+56
2021-10-29Fix a format_args span to be expansionCameron Steffen-0/+7
2021-10-23Add regresstion test for #90024.Jakob Degen-0/+37
2021-10-15Bless testsCameron Steffen-1/+1
2021-10-08Add regression testGary Guo-0/+40
2021-09-30Auto merge of #89282 - sexxi-goose:fix-88118, r=nikomatsakisbors-0/+36
2021-09-26Fix testRoxane-9/+5
2021-09-262229: Consume IfLet exprRoxane-0/+40
2021-09-26Auto merge of #89144 - sexxi-goose:insig_stdlib, r=nikomatsakisbors-527/+240
2021-09-26Remove box syntax from most places in src/test outside of the issues direst31-2/+2
2021-09-24Update and add more testsWesley Wiser-65/+118
2021-09-23Fix tidy and respond to some feedbackWesley Wiser-2/+2
2021-09-23Drop fully captured upvars in the same order as the regular drop codeWesley Wiser-17/+17
2021-09-23Add tests to verify the drop order of fields in fully captured upvarsWesley Wiser-0/+360
2021-09-22PR fixupAman Arora-46/+61
2021-09-21Handle type params in insig dtorsAman Arora-17/+45
2021-09-21Update testsAman Arora-559/+229
2021-09-09Ignore automatically derived impls of `Clone` and `Debug` in dead code analysisFabian Wolff-10/+15
2021-09-08Auto merge of #88477 - sexxi-goose:issue-88476, r=nikomatsakisbors-0/+206
2021-09-032229: Don't move out of drop typeAman Arora-0/+206
2021-08-31Add test for closure migration where body is a block fragment.Mara Bos-0/+86
2021-08-31Auto merge of #88467 - sexxi-goose:issue-88431, r=nikomatsakisbors-33/+69