about summary refs log tree commit diff
path: root/library/std/src/sync/mpsc/spsc_queue/tests.rs
AgeCommit message (Expand)AuthorLines
2022-11-09implement `sync::mpsc` as a wrapper around `sync::mpmc`Ibraheem Ahmed-102/+0
2022-08-18make many std tests work in MiriRalf Jung-2/+3
2022-05-29Use Box::new() instead of box syntax in std testsest31-2/+2
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-0/+101