summary refs log tree commit diff
path: root/src/libstd/comm
AgeCommit message (Expand)AuthorLines
2013-12-24std: Remove must deferred sending functionsAlex Crichton-34/+5
2013-12-24native: Protect against spurious wakeups on cvarsAlex Crichton-1/+1
2013-12-24std: Implement yields on receives for channelsAlex Crichton-5/+20
2013-12-24std: Get stdtest all passing againAlex Crichton-311/+195
2013-12-24std: Reimplement std::comm without the schedulerAlex Crichton-362/+40
2013-12-23Fixing more doc testsAlex Crichton-1/+1
2013-12-23std: Fix all code examplesAlex Crichton-3/+4
2013-12-21Guarantee comm primitives are not FreezeAlex Crichton-0/+4
2013-12-16Test fallout from std::comm rewriteAlex Crichton-6/+14
2013-12-16Fallout of rewriting std::commAlex Crichton-0/+2
2013-12-16Rewrite std::commAlex Crichton-0/+2206