about summary refs log tree commit diff
path: root/src/tools/miri/tests/pass/async-drop.rs
AgeCommit message (Collapse)AuthorLines
2025-04-29fmtThe Miri Cronjob Bot-7/+3
2025-04-28AsyncDrop implementation using shim codegen of ↵Andrew Zhogin-49/+66
async_drop_in_place::{closure}, scoped async drop added.
2024-12-13Stabilize async closuresMichael Goulet-1/+1
2024-12-05Stabilize noop_wakerEric Holk-1/+1
Co-authored-by: zachs18 <8355914+zachs18@users.noreply.github.com>
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
Explainer: https://zetanumbers.github.io/book/async-drop-design.html https://github.com/rust-lang/rust/pull/121801