about summary refs log tree commit diff
path: root/tests/ui/async-await/async-drop.rs
AgeCommit message (Expand)AuthorLines
2025-04-28AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}...Andrew Zhogin-222/+0
2024-12-13Stabilize async closuresMichael Goulet-1/+1
2024-12-05Stabilize noop_wakerEric Holk-1/+1
2024-08-20bless ui testsRalf Jung-12/+14
2024-05-29Revert miri async drop test but add warnings to each async drop testDaria Sukhonina-0/+4
2024-05-29Bless new async destructor sizes in async drop testsDaria Sukhonina-5/+5
2024-05-29Add size check inside of the async drop testsDaria Sukhonina-36/+55
2024-04-16Add simple async drop glue generationzetanumbers-0/+197