about summary refs log tree commit diff
path: root/src/libstd/comm/oneshot.rs
AgeCommit message (Expand)AuthorLines
2014-05-19std: Move comm primitives away from UnsafeArcAlex Crichton-1/+1
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-1/+2
2014-04-10std: Make std::comm return types consistentAlex Crichton-8/+6
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-7/+7
2014-03-12std: Relax an assertion in oneshot selectionAlex Crichton-7/+12
2014-02-11Test fixes and rebase conflictsAlex Crichton-27/+14
2014-02-11Rewrite channels yet again for upgradeabilityAlex Crichton-0/+382