summary refs log tree commit diff
path: root/src/libstd/uv_iotask.rs
AgeCommit message (Collapse)AuthorLines
2012-07-10libcore: add a task::set_sched_mode fnErick Tryzelaar-10/+2
2012-07-04convert doc-attributes to doc-comments using ↵Gareth Daniel Smith-44/+38
./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498
2012-07-04Remove empty argument lists from do expressionsBen Striegel-5/+5
2012-07-03core: Convert iter::repeat to the for protocolBrian Anderson-2/+2
2012-07-03Change crust -> extern.Graydon Hoare-7/+7
2012-07-02rustc: Implement a new resolve pass behind a compile flagPatrick Walton-1/+1
2012-07-01Convert to new closure syntaxBrian Anderson-7/+7
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-8/+8
2012-06-26Change 'native' and 'crust' to 'extern'.Graydon Hoare-1/+1
This comes with a terminology change. All linkage-symbols are 'extern' now, including rust syms in other crates. Some extern ABIs are merely "foreign". The term "native" is retired, not clear/useful. What was "crust" is now "extern" applied to a _definition_. This is a bit of an overloading, but should be unambiguous: it means that the definition should be made available to some non-rust ABI.
2012-05-25std: More iotask cleanupBrian Anderson-23/+22
2012-05-25std: Remove unused iotask field `active`Brian Anderson-28/+17
2012-05-25std: Rename uv::hl to uv::iotask. Additional cleanupBrian Anderson-0/+284