rust/src/libstd/sync
Jonathan Reem ad73330391 Fix RwLock*Guard::map to not allow escaping a reference to the data.
Also update the instability reason to include a note about a possible
bad interaction with condition variables on systems that allow
waiting on a RwLock guard.
2016-02-05 19:04:04 -08:00
..
mpsc Fix warnings during tests 2016-01-26 09:29:28 -08:00
barrier.rs Add missing annotations and some tests 2015-11-18 01:24:21 +03:00
condvar.rs docs: Standardize on 'Errors' header in std docs 2016-02-01 21:41:29 -05:00
mod.rs std: Stabilize APIs for the 1.7 release 2016-01-16 11:03:10 -08:00
mutex.rs Auto merge of #30834 - reem:rwlock-read-guard-map, r=alexcrichton 2016-02-03 19:26:05 +00:00
once.rs Register new snapshots 2015-08-11 15:11:13 -07:00
rwlock.rs Fix RwLock*Guard::map to not allow escaping a reference to the data. 2016-02-05 19:04:04 -08:00
semaphore.rs Fix warnings during tests 2016-01-26 09:29:28 -08:00