about summary refs log tree commit diff
path: root/library/std/src/sync/mpsc/sync_tests.rs
AgeCommit message (Expand)AuthorLines
2023-02-17std: add regression test for #107466joboet-0/+13
2023-01-10add `SyncSender::send_timeout` testIbraheem Ahmed-0/+8
2022-08-18make many std tests work in MiriRalf Jung-9/+12
2022-05-29Use Box::new() instead of box syntax in std testsest31-6/+6
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-0/+647