about summary refs log tree commit diff
path: root/src/libstd/sync/rwlock.rs
AgeCommit message (Expand)AuthorLines
2015-01-16Don't use NoSend/NoSync in libstdFlavio Percoco-0/+54
2015-01-06rollup merge of #20615: aturon/stab-2-threadAlex Crichton-8/+8
2015-01-07markers -> markerNick Cameron-5/+5
2015-01-06Fallout from stabilizationAaron Turon-8/+8
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-5/+5
2015-01-05Revert "Remove i suffix in docs"Alex Crichton-1/+1
2015-01-05rollup merge of #20560: aturon/stab-2-iter-ops-sliceAlex Crichton-0/+6
2015-01-05rollup merge of #20519: ville-h/rwlock-renameAlex Crichton-81/+81
2015-01-05Remove i suffix in docsSteve Klabnik-1/+1
2015-01-05Stabilization of impls and fallout from stabilizationAaron Turon-0/+6
2015-01-04fix code referencing RwLockWriteGuardville-h-8/+8
2015-01-04rename std::sync::RWLockWriteGuard to RwLockWriteGuardville-h-7/+7
2015-01-04fix code referencing RwLockReadGuardville-h-8/+8
2015-01-04rename std::sync::RWLockReadGuard to RwLockReadGuardville-h-6/+6
2015-01-04fix code and comments referencing RW_LOCK_INITville-h-6/+6
2015-01-04rename std::sync::RWLOCK_INIT to RW_LOCK_INITville-h-1/+1
2015-01-04fix code and comments referencing StaticRwLockville-h-11/+11
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-2/+2
2015-01-04rename std::sync::StaticRWLock to StaticRwLockville-h-4/+4
2015-01-04fix code and comments referencing RwLockville-h-31/+31
2015-01-03rename std::sync::RWLock to RwLockville-h-7/+7
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