| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-02-04 | Register new snapshots | Alex Crichton | -190/+0 | |
| 2014-02-04 | Replace NonCopyable usage with NoPod | Flavio Percoco | -20/+20 | |
| cc #10834 | ||||
| 2014-02-03 | Various bug fixes and rebase conflicts | Alex Crichton | -1/+1 | |
| 2014-02-03 | Add an AtomicU64 type to std::sync::atomics | Alex Crichton | -32/+245 | |
| This also generalizes all atomic intrinsics over T so we'll be able to add u8 atomics if we really feel the need to (do we really want to?) | ||||
| 2014-01-22 | Replace C types with Rust types in libstd, closes #7313 | Florian Hahn | -2/+1 | |
| 2013-12-24 | std: Introduce std::sync | Alex Crichton | -0/+603 | |
| For now, this moves the following modules to std::sync * UnsafeArc (also removed unwrap method) * mpsc_queue * spsc_queue * atomics * mpmc_bounded_queue * deque We may want to remove some of the queues, but for now this moves things out of std::rt into std::sync | ||||
