about summary refs log tree commit diff
path: root/src/libstd/select.rs
AgeCommit message (Expand)AuthorLines
2013-11-26librustc: Fix merge fallout.Patrick Walton-1/+1
2013-11-26test: Remove non-procedure uses of `do` from compiletest, libstd tests,Patrick Walton-3/+3
2013-11-26libstd: Remove all non-`proc` uses of `do` from libstdPatrick Walton-4/+4
2013-11-24Remove linked failure from the runtimeAlex Crichton-79/+29
2013-10-28Make some more rt components publicAlex Crichton-1/+3
2013-10-24Implement a basic event loop built on LittleLockAlex Crichton-10/+10
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-3/+3
2013-10-15Require module documentation with missing_docAlex Crichton-0/+2
2013-10-07Fix existing privacy/visibility violationsAlex Crichton-3/+1
2013-09-30std: Remove usage of fmt!Alex Crichton-3/+3
2013-09-09auto merge of #9062 : blake2-ppc/rust/vec-iterator, r=alexcrichtonbors-4/+4
2013-09-10std::vec: Change fn unzip to take an iterator argumentblake2-ppc-4/+4
2013-09-09rename `std::iterator` to `std::iter`Daniel Micay-2/+2
2013-08-30std::select: Use correct indices from the frontblake2-ppc-2/+2
2013-08-29Remove the iter module.Jason Fager-1/+1
2013-08-27librustc: Ensure that type parameters are in the right positions in paths.Patrick Walton-1/+1
2013-08-22Enabled unit tests in std and extra.Vadim Chugunov-2/+2
2013-08-18auto merge of #8565 : bblum/rust/select-bugfix, r=brsonbors-18/+23
2013-08-16Reserve 'yield' keywordKevin Ballard-2/+2
2013-08-15Fix select deschedule environment race for real this time, in light of task k...Ben Blum-18/+23
2013-08-12Fix select() in light of the deschedule...and then race. Close #8347.Ben Blum-0/+20
2013-08-12Reorganise Select traits to not expose internal runtime types. Close #5160. P...Ben Blum-0/+324