rust/src/libnative/io
Phil Ruffwind b8e3f3a417 Test Unicode support of process spawning
Added a run-pass test to ensure that processes can be correctly spawned
using non-ASCII arguments, working directory, and environment variables.
It also tests Unicode support of os::env_as_bytes.

An additional assertion was added to the test for make_command_line to
verify it handles Unicode correctly.
2014-05-13 17:19:01 -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 Test Unicode support of process spawning 2014-05-13 17:19:01 -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