about summary refs log tree commit diff
path: root/src/libsync/spsc_queue.rs
AgeCommit message (Expand)AuthorLines
2014-09-09Remove some test warnings.Jonas Hietala-1/+1
2014-08-27Remove invalid test -- this test reads freed memory, from what I can tellNiko Matsakis-21/+0
2014-08-04stabilize atomics (now atomic)Aaron Turon-1/+1
2014-08-01libsync: Add safer abstraction for SPSC queue.Kevin Butler-35/+142
2014-07-26std: Stabilize unit, bool, ty, tuple, arc, anyAlex Crichton-9/+9
2014-07-13Stabilization for `owned` (now `boxed`) and `cell`Aaron Turon-1/+1
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-3/+3
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-4/+4
2014-06-11sync: Move underneath libstdAlex Crichton-0/+301