about summary refs log tree commit diff
path: root/src/libstd/sync
AgeCommit message (Expand)AuthorLines
2015-01-06rollup merge of #20615: aturon/stab-2-threadAlex Crichton-57/+57
2015-01-06rollup merge of #20607: nrc/kindsAlex Crichton-7/+7
2015-01-07markers -> markerNick Cameron-17/+17
2015-01-06Fallout from stabilizationAaron Turon-57/+57
2015-01-07Replace full slice notation with index callsNick Cameron-1/+2
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-17/+17
2015-01-05Revert "Remove i suffix in docs"Alex Crichton-693/+722
2015-01-05rollup merge of #20565: alexcrichton/missing-stabilityAlex Crichton-7/+5
2015-01-05rollup merge of #20560: aturon/stab-2-iter-ops-sliceAlex Crichton-3/+21
2015-01-05rollup merge of #20519: ville-h/rwlock-renameAlex Crichton-84/+84
2015-01-05Remove i suffix in docsSteve Klabnik-726/+696
2015-01-05Stabilization of impls and fallout from stabilizationAaron Turon-1/+17
2015-01-04std: Fix missing stability in syncAlex Crichton-5/+4
2015-01-04Merge pull request #20510 from tshepang/patch-6bors-1/+1
2015-01-04fix comment referencing RwLockville-h-1/+1
2015-01-04fix code referencing RwLockWriteGuardville-h-9/+9
2015-01-04rename std::sync::RWLockWriteGuard to RwLockWriteGuardville-h-7/+7
2015-01-04fix code referencing RwLockReadGuardville-h-9/+9
2015-01-04rename std::sync::RWLockReadGuard to RwLockReadGuardville-h-6/+6
2015-01-04fix code and comments referencing RW_LOCK_INITville-h-7/+7
2015-01-03Remove deprecated functionalityAlex Crichton-375/+147
2015-01-04rename std::sync::RWLOCK_INIT to RW_LOCK_INITville-h-1/+1
2015-01-04fix code and comments referencing StaticRwLockville-h-12/+12
2015-01-04doc: remove incomplete sentenceTshepang Lekhonkhobe-1/+1
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-7/+7
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-12/+12
2015-01-04rename std::sync::StaticRWLock to StaticRwLockville-h-4/+4
2015-01-04fix code and comments referencing RwLockville-h-32/+32
2015-01-03rename std::sync::RWLock to RwLockville-h-7/+7
2015-01-03std: fix falloutJorge Aparicio-2/+6
2015-01-02rollup merge of #20410: japaric/assoc-typesAlex Crichton-5/+11
2015-01-02Rollup test fixes and rebase conflictsAlex Crichton-4/+3
2015-01-02core: use assoc types in `Deref[Mut]`Jorge Aparicio-5/+11
2015-01-02rollup merge of #20315: alexcrichton/std-syncAlex Crichton-36/+81
2015-01-02rollup merge of #20273: alexcrichton/second-pass-commAlex Crichton-57/+5348
2015-01-02std: Stabilize the prelude moduleAlex Crichton-45/+59
2015-01-01std: Second pass stabilization of syncAlex Crichton-35/+80
2014-12-30Remove core::atomic::Ordering::* public reexportCorey Farwell-1/+1
2014-12-29Test fixes and rebase conflictsAlex Crichton-8/+12
2014-12-29rollup merge of #20289: nick29581/shadowingAlex Crichton-1/+1
2014-12-29rollup merge of #20264: nagisa/threadrngAlex Crichton-1/+1
2014-12-29rollup merge of #20248: steveklabnik/gh20038Alex Crichton-16/+16
2014-12-29std: Stabilization pass for mutex/rwlock/condvarAlex Crichton-227/+149
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-57/+5348
2014-12-29std: Return Result from RWLock/Mutex methodsAlex Crichton-282/+508
2014-12-29std: Stabilize the prelude moduleAlex Crichton-44/+59
2014-12-29Fallout from globs/re-export/shadowing changeNick Cameron-1/+1
2014-12-28Rename TaskRng to ThreadRngSimonas Kazlauskas-1/+1
2014-12-26s/task/thread/gSteve Klabnik-16/+16
2014-12-26Make Barrier and Condvar Sync/SendFlavio Percoco-8/+32