rust/src/libnative/io
Phil Ruffwind e12aeb39bc Use CreateProcessW instead of CreateProcessA
Changed libnative to use CreateProcessW instead of CreateProcessA.  In
addition, the lpEnvironment parameter now uses Unicode.

Added a helper function os::win32::as_mut_utf16_p, which does basically
the same thing as os::win32::as_utf16_p except the pointer is mutable.
2014-05-13 17:19:00 -04:00
..
addrinfo.rs core: Remove the cast module 2014-05-11 01:13:02 -07:00
c_unix.rs native: Implement timeouts for unix networking 2014-05-07 23:28:10 -07:00
c_win32.rs auto merge of #13932 : MrAlert/rust/win-compat, r=brson 2014-05-12 09:12:04 -07:00
file_unix.rs Add stat method to std::io::fs::File to stat without a Path. 2014-05-12 19:52:29 -07:00
file_win32.rs Add stat method to std::io::fs::File to stat without a Path. 2014-05-12 19:52:29 -07:00
mod.rs Handle fallout in libnative 2014-05-08 12:06:22 -07:00
net.rs core: Remove the cast module 2014-05-11 01:13:02 -07:00
pipe_unix.rs core: Remove the cast module 2014-05-11 01:13:02 -07:00
pipe_win32.rs native: Implement timeouts for windows pipes 2014-05-07 23:29:35 -07:00
process.rs Use CreateProcessW instead of CreateProcessA 2014-05-13 17:19:00 -04:00
timer_helper.rs core: Remove the cast module 2014-05-11 01:13:02 -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