about summary refs log tree commit diff
path: root/src/libstd/sync/arc.rs
AgeCommit message (Expand)AuthorLines
2014-05-01Add debug_assert and debug_assert_eq macrosSteven Fackler-8/+4
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-4/+4
2014-04-18std: Make ~[T] no longer a growable vectorAlex Crichton-2/+4
2014-03-31std: Switch field privacy as necessaryAlex Crichton-1/+1
2014-03-20Let ArcData use Unsafe<T>Flavio Percoco-4/+8
2014-03-20rename std::vec -> std::sliceDaniel Micay-2/+2
2014-03-18Relaxed the memory ordering on the implementation of UnsafeArcJonathan S-7/+29
2014-02-28std: Add cfg(test) to UnsafeArc assertionsAlex Crichton-4/+8
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-1/+0
2013-12-24std: Introduce std::syncAlex Crichton-0/+153