summary refs log tree commit diff
path: root/src/test/ui/closures/2229_closure_analysis
AgeCommit message (Expand)AuthorLines
2021-10-13Add regression testGary Guo-0/+40
2021-10-13Fix testRoxane-9/+5
2021-10-132229: Consume IfLet exprRoxane-0/+40
2021-10-04Rollup merge of #89208 - wesleywiser:rfc_2229_droporder, r=nikomatsakisJubilee-0/+413
2021-10-04Auto merge of #89144 - sexxi-goose:insig_stdlib, r=nikomatsakisbors-527/+240
2021-09-092229: 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
2021-08-30Auto merge of #88466 - sexxi-goose:issue-88372, r=nikomatsakisbors-0/+19
2021-08-292229: Drop any deref in move closureAman Arora-33/+69
2021-08-292229: Handle update to capture kind properlyAman Arora-0/+19
2021-08-28Move match tests in match folderRoxane-35/+38
2021-08-28Create a specific match folder for match testsRoxane-0/+0
2021-08-28Add additional match test caseRoxane-0/+51
2021-08-28Handle match with non axhaustive variants in closuresRoxane-0/+114
2021-08-27Add missing const edge caseRoxane-0/+60
2021-08-24Auto merge of #88271 - sexxi-goose:liveness, r=nikomatsakisbors-33/+4
2021-08-24Auto merge of #88266 - nikomatsakis:issue-87879, r=jackh726bors-0/+15
2021-08-232229: Consider varaiables mentioned in closure as usedAman Arora-33/+4
2021-08-23fix testNiko Matsakis-0/+1
2021-08-23Auto merge of #88265 - m-ou-se:rollup-soymv20, r=m-ou-sebors-2/+2
2021-08-23add trailing newlineNiko Matsakis-1/+1
2021-08-23select obligations after `check_casts`liudingming-0/+14
2021-08-23Auto merge of #87676 - sexxi-goose:truncate_unique, r=nikomatsakisbors-16/+16
2021-08-22Fix typos “a”→“an”Frank Steffahn-2/+2
2021-08-20Auto merge of #88039 - sexxi-goose:fix-87987, r=nikomatsakisbors-0/+54
2021-08-19Auto merge of #87996 - sexxi-goose:fix-87988, r=nikomatsakisbors-0/+63
2021-08-16Update test output.Mara Bos-152/+44
2021-08-15Introduce hir::ExprKind::Let - Take 2Caio-6/+3
2021-08-14Only compute place if upvars can be resolvedRoxane-0/+54
2021-08-13Update comment and fix fmtRoxane-4/+4
2021-08-13Update tests for new closure migration lint wording.Mara Bos-280/+280
2021-08-13Auto merge of #87956 - m-ou-se:closure-migration-macro-body, r=Aaron1011bors-0/+56
2021-08-12Add missing multi variant casesRoxane-0/+63
2021-08-12Add test for closure migration with a macro body.Mara Bos-0/+56
2021-08-12Update test output.Mara Bos-81/+108
2021-08-11Modify structured suggestion outputEsteban Küber-182/+182
2021-07-312229: Handle MutBorrow/UniqueImmBorrow betterAman Arora-16/+16
2021-07-30Auto merge of #86754 - estebank:use-multispans-more, r=varkorbors-1/+1
2021-07-30Use multispan suggestions more oftenEsteban Küber-1/+1
2021-07-28fix nitRoxane-1/+1
2021-07-28Range PatKind implies discr should be readRoxane-0/+14
2021-07-262229: Don't capture preicese paths on top of a unionAman Arora-0/+90
2021-07-16Rollup merge of #87161 - sexxi-goose:fix-issue-87097, r=nikomatsakisGuillaume Gomez-0/+68
2021-07-15Get the right place typeRoxane-0/+68
2021-07-14Add test for copy type in move closureAman Arora-1/+62
2021-07-11Auto merge of #86995 - sexxi-goose:rewrite, r=nikomatsakisbors-56/+142
2021-07-09Ensure deterministic ordering for diagnosticsRoxane-2/+2
2021-07-09Address commentsRoxane-10/+10
2021-07-09Handle multi diagnosticsRoxane-8/+448