about summary refs log tree commit diff
path: root/src/libsync/comm
AgeCommit message (Expand)AuthorLines
2014-08-01libsync: Add safer abstraction for SPSC queue.Kevin Butler-1/+1
2014-07-26std: Stabilize unit, bool, ty, tuple, arc, anyAlex Crichton-22/+26
2014-07-17sync: Ensure try_send() wakes up receiversAlex Crichton-1/+26
2014-07-13Stabilization for `owned` (now `boxed`) and `cell`Aaron Turon-6/+6
2014-07-03Fix spelling errors.Joseph Crail-3/+3
2014-07-02Apply stability attributes to std::commAlex Crichton-0/+36
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-85/+85
2014-06-19sync: Enable the fast path of select()Alex Crichton-1/+1
2014-06-16Add examples of how to read from a channel with a timeout, refs #13862Jordi Boggiano-0/+46
2014-06-11sync: Move underneath libstdAlex Crichton-0/+4643