about summary refs log tree commit diff
path: root/src/tools/miri/tests/pass/async-closure.rs
AgeCommit message (Expand)AuthorLines
2024-12-13Stabilize async closuresMichael Goulet-1/+1
2024-12-05Stabilize noop_wakerEric Holk-1/+1
2024-06-29Fix FnMut/Fn shim for coroutine-closures that capture referencesMichael Goulet-7/+14
2024-03-26In ConstructCoroutineInClosureShim, pass receiver by ref, not pointerMichael Goulet-11/+23
2024-02-11Fix async closures in CTFEMichael Goulet-0/+40