rust/src/libnative/io
Kevin Ballard 1d57da783b Handle fallout in libnative
API Changes:

- GetAddrInfoRequest::run() returns Result<Vec<..>, ..>
- Process::spawn() returns Result(.., Vec<..>), ..>
2014-05-08 12:06:22 -07:00
..
addrinfo.rs Handle fallout in libnative 2014-05-08 12:06:22 -07:00
c_unix.rs native: Implement timeouts for unix networking 2014-05-07 23:28:10 -07:00
c_win32.rs native: Implement timeouts for unix networking 2014-05-07 23:28:10 -07:00
file_unix.rs native: Implement timeouts for unix networking 2014-05-07 23:28:10 -07:00
file_win32.rs Move slice::raw::from_buf_raw() to vec::raw::from_buf() 2014-05-08 12:06:21 -07:00
mod.rs Handle fallout in libnative 2014-05-08 12:06:22 -07:00
net.rs native: Implement timeouts for windows pipes 2014-05-07 23:29:35 -07:00
pipe_unix.rs Test fixes and rebase conflicts 2014-05-07 23:58:55 -07:00
pipe_win32.rs native: Implement timeouts for windows pipes 2014-05-07 23:29:35 -07:00
process.rs Handle fallout in libnative 2014-05-08 12:06:22 -07:00
timer_helper.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
timer_unix.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
timer_win32.rs Add lint check for negating uint literals and variables. 2014-05-03 00:13:26 +02:00
util.rs native: Implement timeouts for unix networking 2014-05-07 23:28:10 -07:00