about summary refs log tree commit diff
path: root/src/libstd/rt/tube.rs
AgeCommit message (Expand)AuthorLines
2013-12-24green: Rip the bandaid off, introduce libgreenAlex Crichton-170/+0
2013-12-10libstd: Remove some cells involved inPatrick Walton-10/+6
2013-12-10librustuv: RAII-ify `Local::borrow`, and remove some 12 Cells.Patrick Walton-15/+14
2013-11-26test: Remove non-procedure uses of `do` from compiletest, libstd tests,Patrick Walton-8/+8
2013-11-26libstd: Remove all non-`proc` uses of `do` from libstdPatrick Walton-2/+2
2013-10-23Removed Unnecessary comments and white spaces #4386reedlepee-1/+0
2013-10-23Making fields in std and extra : private #4386reedlepee-1/+2
2013-08-27librustc: Ensure that type parameters are in the right positions in paths.Patrick Walton-6/+6
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