about summary refs log tree commit diff
path: root/src/libstd/comm/sync.rs
AgeCommit message (Expand)AuthorLines
2014-05-11core: Remove the cast moduleAlex Crichton-2/+1
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-2/+3
2014-04-10std: Make std::comm return types consistentAlex Crichton-9/+9
2014-03-24comm: Implement synchronous channelsAlex Crichton-0/+485