about summary refs log tree commit diff
path: root/src/libstd/rt/tube.rs
AgeCommit message (Expand)AuthorLines
2013-08-03remove obsolete `foreach` keywordDaniel Micay-1/+1
2013-08-02replace `range` with an external iteratorDaniel Micay-2/+2
2013-08-01A major refactoring that changes the way the runtime uses TLS. In thetoddaaro-5/+0
2013-07-20Change the HOF context switchers to pass a BlockedTask instead of a ~Task.Ben Blum-6/+6
2013-07-16Rename Option swap_unwrap to take_unwrap. Fixes Issue#7764Austin King-1/+1
2013-07-01Refactored the runtime to view coroutines as a component of tasks, instead of...toddaaro-2/+3
2013-06-16Merge remote-tracking branch 'brson/io'Brian Anderson-21/+15
2013-06-10debugged a compiler ICE when merging local::borrow changes into the main io b...toddaaro-1/+1
2013-06-04std::cell: Modernize constructorsPhilipp Brüschweiler-4/+4
2013-05-29Merge remote-tracking branch 'brson/io' into incomingBrian Anderson-20/+14
2013-05-22libstd: Fix merge fallout.Patrick Walton-0/+185