about summary refs log tree commit diff
path: root/src/libstd/comm/select.rs
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-0/+1
2014-01-26std,extra: Make some types public and other private.Huon Wilson-0/+1
2014-01-25auto merge of #11790 : lfairy/rust/rename-num-consts, r=alexcrichtonbors-3/+3
2014-01-25Uppercase numeric constantsChris Wong-3/+3
2014-01-24Fix a spuriously tripped assert in select()Alex Crichton-1/+4
2014-01-18Rename iterators for consistencyPalmer Cox-3/+3
2014-01-15Allow more "error" values in try_recv()Alex Crichton-3/+6
2013-12-24std: Get stdtest all passing againAlex Crichton-81/+13
2013-12-24std: Reimplement std::comm without the schedulerAlex Crichton-11/+17
2013-12-23Fixing more doc testsAlex Crichton-1/+1
2013-12-23std: Fix all code examplesAlex Crichton-1/+2
2013-12-16Test fallout from std::comm rewriteAlex Crichton-5/+8
2013-12-16Fallout of rewriting std::commAlex Crichton-0/+2
2013-12-16Rewrite std::commAlex Crichton-0/+498