about summary refs log tree commit diff
path: root/src/libstd/sync/rwlock.rs
AgeCommit message (Expand)AuthorLines
2015-01-02rollup merge of #20410: japaric/assoc-typesAlex Crichton-3/+7
2015-01-02core: use assoc types in `Deref[Mut]`Jorge Aparicio-3/+7
2015-01-02rollup merge of #20273: alexcrichton/second-pass-commAlex Crichton-4/+4
2015-01-02std: Stabilize the prelude moduleAlex Crichton-4/+6
2014-12-29Test fixes and rebase conflictsAlex Crichton-5/+7
2014-12-29rollup merge of #20264: nagisa/threadrngAlex Crichton-1/+1
2014-12-29std: Stabilization pass for mutex/rwlock/condvarAlex Crichton-101/+63
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-4/+4
2014-12-29std: Return Result from RWLock/Mutex methodsAlex Crichton-139/+167
2014-12-29std: Stabilize the prelude moduleAlex Crichton-6/+8
2014-12-28Rename TaskRng to ThreadRngSimonas Kazlauskas-1/+1
2014-12-26Make Barrier and Condvar Sync/SendFlavio Percoco-0/+6
2014-12-23Fix some spelling errors.Huon Wilson-1/+1
2014-12-18Revise std::thread API to join by defaultAaron Turon-11/+7
2014-12-18Fallout from new thread APIAaron Turon-15/+19
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-8/+8
2014-12-05std: Rewrite the `sync` moduleAlex Crichton-0/+514