summary refs log tree commit diff
path: root/src/test/ui/closures/2229_closure_analysis/migrations
AgeCommit message (Expand)AuthorLines
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