about summary refs log tree commit diff
path: root/src/libstd/comm/sync.rs
AgeCommit message (Expand)AuthorLines
2014-12-18Revise std::thread API to join by defaultAaron Turon-12/+10
2014-12-18Fallout from new thread APIAaron Turon-21/+19
2014-12-18Remove rt::{mutex, exclusive}Aaron Turon-49/+62
2014-12-18Add blocking support module for channelsAaron Turon-101/+77
2014-12-18libs: merge librustrt into libstdAaron Turon-3/+3
2014-11-24Merge libsync into libstdAaron Turon-0/+490
2014-06-11sync: Move underneath libstdAlex Crichton-485/+0
2014-06-08core: Rename `container` mod to `collections`. Closes #12543Brian Anderson-1/+1
2014-06-06std: Deal with fallout of rtio changesAlex Crichton-1/+1
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