about summary refs log tree commit diff
path: root/src/libstd/sync/atomic.rs
AgeCommit message (Expand)AuthorLines
2015-01-02rollup merge of #20315: alexcrichton/std-syncAlex Crichton-3/+5
2015-01-02std: Stabilize the prelude moduleAlex Crichton-1/+1
2015-01-01std: Second pass stabilization of syncAlex Crichton-3/+5
2014-12-30Remove core::atomic::Ordering::* public reexportCorey Farwell-1/+1
2014-12-29Fallout from globs/re-export/shadowing changeNick Cameron-1/+1
2014-12-18Revise std::thread API to join by defaultAaron Turon-4/+6
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-2/+2
2014-11-24Merge libsync into libstdAaron Turon-0/+223