about summary refs log tree commit diff
path: root/src/libstd/comm/sync.rs
AgeCommit message (Expand)AuthorLines
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