about summary refs log tree commit diff
path: root/src/libstd/comm
AgeCommit message (Expand)AuthorLines
2014-01-26Fix privacy fallout from previous changeAlex Crichton-1/+1
2014-01-25auto merge of #11808 : huonw/rust/std-visible-types, r=brsonbors-1/+2
2014-01-26std,extra: Make some types public and other private.Huon Wilson-1/+2
2014-01-25auto merge of #11790 : lfairy/rust/rename-num-consts, r=alexcrichtonbors-5/+5
2014-01-25Uppercase numeric constantsChris Wong-5/+5
2014-01-24Fix a spuriously tripped assert in select()Alex Crichton-1/+4
2014-01-18Rename iterators for consistencyPalmer Cox-7/+7
2014-01-16Fix test to account for new temporary lifetime rules, which cause the channel...Niko Matsakis-1/+1
2014-01-15Allow more "error" values in try_recv()Alex Crichton-19/+94
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