about summary refs log tree commit diff
path: root/src/libsync/mpsc_queue.rs
AgeCommit message (Expand)AuthorLines
2014-11-24Merge libsync into libstdAaron Turon-210/+0
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+2
2014-10-29Rename fail! to panic!Steve Klabnik-1/+1
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-2/+1
2014-08-28Fallout from stabilizing core::optionAaron Turon-1/+1
2014-08-04stabilize atomics (now atomic)Aaron Turon-1/+1
2014-07-26std: Stabilize unit, bool, ty, tuple, arc, anyAlex Crichton-3/+3
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-2/+2
2014-06-11sync: Move underneath libstdAlex Crichton-0/+209