rust/src/libnative/io
Alex Crichton 40ab198356 rustc: Use libnative for the compiler
The compiler itself doesn't necessarily need any features of green threading
such as spawning tasks and lots of I/O, so libnative is slightly more
appropriate for rustc to use itself.

This should also help the rusti bot which is currently incompatible with libuv.
2014-02-27 12:03:58 -08:00
..
addrinfo.rs native: be more const correct with the FFI calls. 2014-02-24 01:15:39 +11:00
file_unix.rs native: Improve windows file handling 2014-02-27 12:03:57 -08:00
file_win32.rs rustc: Use libnative for the compiler 2014-02-27 12:03:58 -08:00
mod.rs native: Improve windows file handling 2014-02-27 12:03:57 -08:00
net.rs native: Improve windows file handling 2014-02-27 12:03:57 -08:00
pipe_unix.rs native: Improve windows file handling 2014-02-27 12:03:57 -08:00
pipe_win32.rs std: Move intrinsics to std::intrinsics. 2014-02-23 01:07:53 -08:00
process.rs Roll std::run into std::io::process 2014-02-23 21:51:17 -08:00
timer_helper.rs native: Improve windows file handling 2014-02-27 12:03:57 -08:00
timer_other.rs native: Improve windows file handling 2014-02-27 12:03:57 -08:00
timer_timerfd.rs native: Improve windows file handling 2014-02-27 12:03:57 -08:00
timer_win32.rs Fixing remaining warnings and errors throughout 2014-02-03 10:39:23 -08:00