rust/src/libstd/sync
Benjamin Herr cab8c2af8e std: _lock -> _guard in Mutex example
The comment in the next line was already talking about `_guard`, and the
scope guard a couple lines further down is also called `guard`, so I
assume that was just a typo.
2016-02-08 14:48:12 +01: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 std: _lock -> _guard in Mutex example 2016-02-08 14:48:12 +01: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