about summary refs log tree commit diff
path: root/src/libsync/comm/mod.rs
AgeCommit message (Expand)AuthorLines
2014-07-17sync: Ensure try_send() wakes up receiversAlex Crichton-0/+19
2014-07-13Stabilization for `owned` (now `boxed`) and `cell`Aaron Turon-1/+1
2014-07-02Apply stability attributes to std::commAlex Crichton-0/+25
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-2/+2
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-69/+69
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/+2030