about summary refs log tree commit diff
path: root/src/libsync/comm/mod.rs
AgeCommit message (Expand)AuthorLines
2014-09-16Fallout from renamingAaron Turon-13/+13
2014-09-16Align with _mut conventionsAaron Turon-1/+1
2014-09-15silence various warnings in stdlib, no idea why they suddenly startedNiko Matsakis-6/+6
2014-08-29Register new snapshotsAlex Crichton-8/+0
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-0/+8
2014-08-26Clarify what tx and rx meanRobert Clipsham-0/+4
2014-08-13Fix various fallout from timer changesBrian Anderson-2/+4
2014-08-07Rename `Share` to `Sync`Alex Crichton-6/+6
2014-07-26std: Stabilize unit, bool, ty, tuple, arc, anyAlex Crichton-19/+23
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