Uh oh!
There was an error while loading. Please reload this page.
Prereq4 for async drop - needs_async_drop query fixes and some cleanup - #129739
Prereq4 for async drop - needs_async_drop query fixes and some cleanup#129739azhogin wants to merge 4 commits into
Conversation
rustbot
commented
Aug 29, 2024
Some changes occurred to the CTFE / Miri engine cc @rust-lang/miri Some changes occurred in compiler/rustc_codegen_cranelift cc @bjorn3 Some changes occurred to MIR optimizations cc @rust-lang/wg-mir-opt This PR changes MIR cc @oli-obk, @RalfJung, @JakobDegen, @davidtwco, @celinval, @vakaras This PR changes Stable MIR |
This comment has been minimized.
This comment has been minimized.
b667246 to
ccf830aCompare
This comment has been minimized.
This comment has been minimized.
ccf830a to
b193d6aCompare
This comment has been minimized.
This comment has been minimized.
bors
commented
Aug 31, 2024
☔ The latest upstream changes (presumably #129817) made this pull request unmergeable. Please resolve the merge conflicts. |
e0d8585 to
aa7c159Compare
This comment has been minimized.
This comment has been minimized.
aa7c159 to
2d5cad6Comparebors
commented
Sep 8, 2024
☔ The latest upstream changes (presumably #129313) made this pull request unmergeable. Please resolve the merge conflicts. |
2d5cad6 to
81c51d9Comparebors
commented
Sep 9, 2024
☔ The latest upstream changes (presumably #130165) made this pull request unmergeable. Please resolve the merge conflicts. |
davidtwco
commented
Oct 1, 2024
r? @nikomatsakis is going to look into this |
81c51d9 to
2b693c0Compare
This comment has been minimized.
This comment has been minimized.
bors
commented
Feb 9, 2025
☔ The latest upstream changes (presumably #136751) made this pull request unmergeable. Please resolve the merge conflicts. |
fca16b3 to
4efe2f2Comparebors
commented
Feb 12, 2025
☔ The latest upstream changes (presumably #136943) made this pull request unmergeable. Please resolve the merge conflicts. |
4efe2f2 to
0da1dc0Comparebors
commented
Apr 4, 2025
☔ The latest upstream changes (presumably #139354) made this pull request unmergeable. Please resolve the merge conflicts. |
0da1dc0 to
85f10baCompare…p from previous async drop glue implementation
85f10ba to
b1f3a6eComparebors
commented
Apr 11, 2025
☔ The latest upstream changes (presumably #139578) made this pull request unmergeable. Please resolve the merge conflicts. |
This is subpart 4 PR of #123948, just for review purposes.
is_async_dropquery added, smallneeds_async_dropfixes and previous async drop glue implementation cleanup.is_async_dropfor detection of type implementing AsyncDrop trait itself,needs_async_dropfor detection if a complex type have some internals implementing AsyncDrop and requires async drop glue for itself.Review only last commit, based on previous PR #129737.