summary refs log tree commit diff
path: root/src/test/ui/closures/2229_closure_analysis/migrations
AgeCommit message (Expand)AuthorLines
2021-12-09Add needs-unwind to tests that depend on panickingDavid Koloski-2/+4
2021-11-05apply suggestions from code reviewNiko Matsakis-42/+42
2021-11-04rework diagnostic reporting to be more structuredNiko Matsakis-45/+56
2021-10-23Add regresstion test for #90024.Jakob Degen-0/+37
2021-10-15Bless testsCameron Steffen-1/+1
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-08-31Add test for closure migration where body is a block fragment.Mara Bos-0/+86
2021-08-22Fix typos “a”→“an”Frank Steffahn-2/+2
2021-08-16Update test output.Mara Bos-152/+44
2021-08-15Introduce hir::ExprKind::Let - Take 2Caio-6/+3
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 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-181/+181
2021-07-09Ensure deterministic ordering for diagnosticsRoxane-2/+2
2021-07-09Address commentsRoxane-10/+10
2021-07-09Handle multi diagnosticsRoxane-8/+448
2021-07-09Fix wordingRoxane-379/+235
2021-07-09Add note clarifying why a closure no longer implements a traitRoxane-10/+30
2021-07-09Add note pointing to where a closure and it's captured variables are droppedRoxane-30/+333
2021-07-09Update error messageRoxane-32/+32
2021-07-09Add note on why the variable is not fully capturedRoxane-44/+166
2021-07-08Consider capture kind for auto traits migrationRoxane-1/+1
2021-07-08Add new test caseRoxane-0/+13
2021-07-06Rename lintRyan Levick-0/+19
2021-07-06Rename disjoint_capture_migration lint to rust_2021_incompatible_closure_capt...Ryan Levick-168/+170
2021-07-04be conservative in has_significant_dropNiko Matsakis-0/+34
2021-06-27Make disjoint_capture_migration an edition lint.Mara Bos-104/+186
2021-05-14add new attribute rustc_insignificant_dtor and a query to check if a type has...Dhruv Jauhar-0/+226
2021-05-06Fix some nitsRoxane-6/+6
2021-05-06Add additional migrations to handle auto-traits and clone traitsRoxane-19/+327
2021-04-01Make the diagnostic message more readableAman Arora-54/+54
2021-04-01Don't introduce a block if a block existsAman Arora-59/+177
2021-04-01Update test casesAman Arora-108/+522
2021-03-222229 migration: Don't try resolve regions before writebackAman Arora-0/+25
2021-02-09Tests for precise lint analysisAman Arora-0/+232
2021-02-01New migrationAman Arora-28/+28
2021-02-01PR fixupAman Arora-2/+2
2021-02-01Tests for 2229 lintAman Arora-0/+559