about summary refs log tree commit diff
path: root/src/libstd/sync
AgeCommit message (Expand)AuthorLines
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-1/+1
2014-02-28std: Add cfg(test) to UnsafeArc assertionsAlex Crichton-4/+8
2014-02-23std: Move intrinsics to std::intrinsics.Brian Anderson-1/+1
2014-02-18Spellcheck library docs.Huon Wilson-2/+1
2014-02-15std: clean up ptr a bitCorey Richardson-1/+1
2014-02-11Rewrite channels yet again for upgradeabilityAlex Crichton-13/+16
2014-02-11Shuffle around ownership in concurrent queuesAlex Crichton-267/+177
2014-02-04auto merge of #11230 : csherratt/rust/cow, r=alexcrichtonbors-0/+8
2014-02-04Register new snapshotsAlex Crichton-190/+0
2014-02-04Replace NonCopyable usage with NoPodFlavio Percoco-20/+20
2014-02-03Various bug fixes and rebase conflictsAlex Crichton-1/+1
2014-02-03Add an AtomicU64 type to std::sync::atomicsAlex Crichton-32/+245
2014-02-01Make next_power_of_two generic for unsigned integersBrendan Zabarauskas-2/+2
2014-01-29Removing do keyword from libstd and librustcScott Lawrence-20/+20
2014-01-26Removed all instances of XXX in preparation for relaxing of FIXME ruleSalem Talha-3/+3
2014-01-22libc: switch `free` to the proper signatureDaniel Micay-1/+1
2014-01-22Replace C types with Rust types in libstd, closes #7313Florian Hahn-2/+1
2014-01-21[std::vec] Rename .remove_opt() to .remove(), drop the old .remove() behaviorSimon Sapin-1/+1
2014-01-21Remove unnecessary parentheses.Huon Wilson-1/+1
2014-01-17Add a generic power functionFlavio Percoco-2/+2
2014-01-09Merge some numeric traits with Real and don't re-export RealExtBrendan Zabarauskas-1/+1
2013-12-31Add a copy-on-write container.Colin Sherratt-0/+8
2013-12-25Test fixes and rebase conflictsAlex Crichton-1/+1
2013-12-24Test fixes and rebase problemsAlex Crichton-1/+1
2013-12-24std: Get stdtest all passing againAlex Crichton-8/+22
2013-12-24std: Introduce std::syncAlex Crichton-0/+2230