rust/src/libstd/sync
Huon Wilson 380d23b5d4 Remove 'static bound from sync::mpsc, Mutex and RwLock.
Adds some basic tests to check that the types still catch the most
glaring errors that could occur.

cc #22444.
2015-02-21 16:51:49 +11:00
..
mpsc Remove 'static bound from sync::mpsc, Mutex and RwLock. 2015-02-21 16:51:49 +11:00
barrier.rs Remove i, is, u, or us suffixes that are not necessary. 2015-02-18 09:09:12 -05:00
condvar.rs Fallout from stabilization 2015-02-17 15:14:17 -08:00
future.rs rollup merge of #22319: huonw/send-is-not-static 2015-02-17 17:32:16 -08:00
mod.rs grandfathered -> rust1 2015-01-23 21:48:20 -08:00
mutex.rs Remove 'static bound from sync::mpsc, Mutex and RwLock. 2015-02-21 16:51:49 +11:00
once.rs Remove i, is, u, or us suffixes that are not necessary. 2015-02-18 09:09:12 -05:00
poison.rs Fallout from stabilization 2015-02-17 15:14:17 -08:00
rwlock.rs Remove 'static bound from sync::mpsc, Mutex and RwLock. 2015-02-21 16:51:49 +11:00
semaphore.rs Fallout from stabilization 2015-02-17 15:14:17 -08:00
task_pool.rs Remove i, is, u, or us suffixes that are not necessary. 2015-02-18 09:09:12 -05:00