about summary refs log tree commit diff
path: root/src/libcore/sync
AgeCommit message (Collapse)AuthorLines
2015-10-17Document that Ordering::Relaxed is MonotonicStefan O'Rear-1/+2
2015-09-15Add a comment that the `Atomic*` are all implicitly `Send`Tobias Bucher-0/+3
2015-08-17core: Move `atomic` into a new `sync` moduleAlex Crichton-0/+1128
This mirrors the same hierarchy in the standard library.