summary refs log tree commit diff
path: root/src/test/run-pass/process-spawn-with-unicode-params.rs
AgeCommit message (Expand)AuthorLines
2017-08-04Unskip some tests on AArch64Mátyás Mustoha-1/+0
2016-08-10[emscripten] Ignore testsJan-Erik Rediger-0/+1
2015-04-21Remove references to `old_{path,io}`Tamir Duberstein-3/+1
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+1
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-2/+2
2015-03-19Ignore some tests on aarch64 to pass the run-pass test on aarch64-linux-androidSae-bom Kim-0/+2
2015-02-28std: Implement stdio for `std::io`Alex Crichton-20/+19
2015-02-16Replace some uses of deprecated os functionsSimonas Kazlauskas-2/+3
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-4/+4
2015-02-03Add new path moduleAaron Turon-1/+1
2015-01-26Fallout of io => old_ioAlex Crichton-6/+6
2014-11-20Fallout from new termination semanticsAaron Turon-2/+0
2014-11-19Make os::getcwd() return IoResult<Path>Barosl Lee-1/+1
2014-11-01Remove unnecessary allocationsJorge Aparicio-1/+1
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-2/+4
2014-10-06Rename the file permission statics in std::io to be uppercaseP1start-1/+1
2014-07-10io::process::Command: add fine-grained env builderAaron Turon-1/+1
2014-05-28std: Remove format_strbuf!()Alex Crichton-2/+1
2014-05-27std: Rename strbuf operations to stringRicho Healey-1/+1
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-2/+3
2014-05-14Process::new etc should support non-utf8 commands/argsAaron Turon-9/+6
2014-05-13io: Implement process wait timeoutsAlex Crichton-1/+1
2014-05-13Test Unicode support of process spawningPhil Ruffwind-0/+86