rust/src/libstd/sync
kennytm 30f1853649 Rollup merge of #46323 - ia0:fix_mpsc_error_conv, r=kennytm
Fix since for mpsc_error_conversions

This is a followup of #45506.
2017-11-29 18:37:51 +08:00
..
mpsc Rollup merge of #46323 - ia0:fix_mpsc_error_conv, r=kennytm 2017-11-29 18:37:51 +08:00
barrier.rs Use explicit wrapping_add to prevent potential unexpected behavior on debug builds 2017-08-08 22:58:09 +02:00
condvar.rs Fix condvar.wait(distant future) return immediately on OSX 2017-06-15 21:20:02 +01:00
mod.rs std: Clean out deprecated APIs 2016-07-12 12:51:13 -07:00
mutex.rs impl From<T> for Mutex<T> 2017-11-18 16:52:46 +00:00
once.rs Stabilize const-calling existing const-fns in std 2017-11-26 23:43:44 +01:00
rwlock.rs impl From<T> for RwLock<T> 2017-11-18 21:05:06 +00:00