about summary refs log tree commit diff
path: root/src/libcore/sync/atomic.rs
AgeCommit message (Expand)AuthorLines
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+9
2015-11-06Remove stability annotations from trait impl itemsVadim Petrochenkov-2/+0
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/+1113