summary refs log tree commit diff
path: root/src/libstd/unstable/atomics.rs
AgeCommit message (Expand)AuthorLines
2013-06-27Rename #[no_drop_flag] to #[unsafe_no_drop_flag]Birunthan Mohanathas-1/+1
2013-06-25Change finalize -> drop.Luqman Aden-1/+1
2013-06-25Set #[no_drop_flag] on Rc<T> and AtomicOption. Add TestJames Miller-0/+1
2013-06-18replace #[inline(always)] with #[inline]. r=burningtree.Graydon Hoare-30/+30
2013-06-12Document unstable::atomics fetch_* return valuesBen Blum-0/+6
2013-06-10Tag a bunch of destructors that need mutable self with FIXME for #4330. Close...Ben Blum-0/+1
2013-06-05Made fns in the impls for the Atomic structs pubMatthijs Hofstra-31/+31
2013-05-26Add some documentationJames Miller-1/+25
2013-05-26Add AtomicOption typeJames Miller-33/+91
2013-05-26Make AtomicPtr use *mut, instead of ~James Miller-47/+15
2013-05-25Add basic atomic typesJames Miller-0/+343