about summary refs log tree commit diff
path: root/src/libstd/sync
AgeCommit message (Expand)AuthorLines
2015-01-21Test fixes and rebase conflictsAlex Crichton-2/+0
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-10/+18
2015-01-21rollup merge of #21444: petrochenkov/nullAlex Crichton-18/+21
2015-01-21rollup merge of #21438: taralx/kill-racycellAlex Crichton-33/+15
2015-01-21rollup merge of #21437: FlaPer87/snapshotAlex Crichton-158/+0
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-10/+18
2015-01-21Auto merge of #21395 - sfackler:fix-cvar-test, r=alexcrichtonbors-4/+5
2015-01-20Register snapshot for 9006c3cFlavio Percoco-158/+0
2015-01-20Kill RacyCell in favor of marking SyncSender explicitly Send.JP Sugarbroad-34/+17
2015-01-19Fix flaky condvar testSteven Fackler-4/+5
2015-01-19Replace `0 as *const/mut T` with `ptr::null/null_mut()`we-19/+23
2015-01-17Implement the error trait for errors in std::sync.Michael Sproul-6/+23
2015-01-17Evaluate # fn in docsSteve Klabnik-6/+10
2015-01-17auto merge of #21132 : sfackler/rust/wait_timeout, r=alexcrichtonbors-11/+129
2015-01-16Rewrite Condvar::wait_timeout and make it publicSteven Fackler-11/+129
2015-01-16auto merge of #20972 : FlaPer87/rust/oibit-send-and-friends, r=nikomatsakisbors-0/+162
2015-01-16Don't use NoSend/NoSync in libstdFlavio Percoco-0/+162
2015-01-15Fix sync::condvar::Condvar::notify_one docsFenhl-1/+1
2015-01-11Rename AtomicInt and AtomicUintSteven Fackler-34/+34
2015-01-08Improvements to feature stagingBrian Anderson-3/+3
2015-01-07fix the `&mut _` patternsJorge Aparicio-3/+3
2015-01-06More test fixesAlex Crichton-1/+1
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