about summary refs log tree commit diff
path: root/src/libextra/uv_iotask.rs
AgeCommit message (Collapse)AuthorLines
2013-07-22extra: Remove uv, net, timer codeBrian Anderson-311/+0
This will all be reimplemented in the new runtime.
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-6/+5
2013-05-30libextra: Require documentation by defaultAlex Crichton-0/+2
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+3
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd ↵Patrick Walton-0/+2
to libextra
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+305
This only changes the directory names; it does not change the "real" metadata names.