summary refs log tree commit diff
path: root/src/libstd/comm
AgeCommit message (Expand)AuthorLines
2014-01-07std: Fill in all missing importsAlex Crichton-1/+1
2013-12-29Actually block in a windows cvarAlex Crichton-3/+0
2013-12-29auto merge of #11134 : lucab/rust/lucab/libstd-doc, r=cmrbors-1/+1
2013-12-28Guard a maybe_yield in Chan with can_reschedAlex Crichton-1/+1
2013-12-27std: uniform modules titles for docLuca Bruno-1/+1
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