about summary refs log tree commit diff
path: root/src/libstd/sync/mpsc/select_tests.rs
AgeCommit message (Collapse)AuthorLines
2019-05-17Remove the unstable and deprecated mpsc_selectJosh Stone-413/+0
This removes macro `select!` and `std::sync::mpsc::{Handle, Select}`, which were all unstable and have been deprecated since 1.32.
2019-02-28libstd => 2018Taiki Endo-2/+2
2019-02-11Fiddle through the module visibilities for testsOliver Scherer-7/+7
2019-02-11Move out tests of a deprecated module to work around `#[test]` bugsOliver Scherer-0/+413
https://github.com/rust-lang/rust/issues/47238