about summary refs log tree commit diff
path: root/src/test/stdtest/uv.rs
AgeCommit message (Collapse)AuthorLines
2012-01-17libstd: Move std tests into libstdBrian Anderson-48/+0
2012-01-01freebsd supportUser Jyyou-1/+2
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-1/+4
2011-12-01stdlib: Implement some preliminary libuv bindingsBrian Anderson-0/+44
std::uv is intended to be low-level, exactly mirroring the C API. Difficult to continue the implementation now without scheduler improvements.