about summary refs log tree commit diff
path: root/src/tools/miri/tests/pass/async-drop.rs
AgeCommit message (Expand)AuthorLines
2025-04-29fmtThe Miri Cronjob Bot-7/+3
2025-04-28AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}...Andrew Zhogin-49/+66
2024-12-13Stabilize async closuresMichael Goulet-1/+1
2024-12-05Stabilize noop_wakerEric Holk-1/+1
2024-09-21fmt (with a huge diff for some reason)Ralf Jung-3/+6
2024-05-29Revert miri async drop test but add warnings to each async drop testDaria Sukhonina-50/+34
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-29/+50
2024-04-16Add simple async drop glue generationzetanumbers-0/+191