about summary refs log tree commit diff
path: root/src/libstd/sync/atomics.rs
AgeCommit message (Expand)AuthorLines
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-01-22Replace C types with Rust types in libstd, closes #7313Florian Hahn-2/+1
2013-12-24std: Introduce std::syncAlex Crichton-0/+603