about summary refs log tree commit diff
path: root/src/tools/miri/tests/pass/dyn-star.rs
AgeCommit message (Expand)AuthorLines
2025-07-01Remove support for dyn*Michael Goulet-103/+0
2024-12-05Stabilize noop_wakerEric Holk-1/+0
2024-01-17Remove unnecessary `let`s and borrowing from `Waker::noop()` usage.Kevin Reid-2/+1
2023-12-11use Waker::noop instead of defining our own WakerRalf Jung-16/+2
2023-02-21Avoid formatting dyn* test as rustftm doesn't understand it yet and just dele...Oli Scherer-0/+3
2023-02-20fix Stacked Borrows interaction with dyn*Ralf Jung-2/+0
2023-02-20basic dyn* support for MiriRalf Jung-0/+118