summary refs log tree commit diff
path: root/src/libstd/sys/unix/process/process_common.rs
AgeCommit message (Expand)AuthorLines
2018-04-05std: Inline some Termination-related methodsAlex Crichton-0/+1
2018-03-22Command::env_saw_path() may be unused on platforms not using posix_spawn()Bryan Drewery-0/+1
2018-03-19Don't use posix_spawn() if PATH was modified in the environment.Bryan Drewery-0/+3
2018-03-03Move process::ExitCode internals to sysScott McMurray-1/+13
2018-01-26make Command.argv Send on unix platformsCorentin Henry-10/+11
2018-01-25implement Send for process::Command on unixCorentin Henry-0/+5
2017-12-24Capture environment at spawnDiggory Blake-83/+60
2017-10-05Remove nacl from libstdest31-1/+0
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-2/+2
2017-07-24Add a disabled builder for aarch64 emulated testsAlex Crichton-0/+1
2017-06-06Add conversions from File and Child* handles to StdioJosh Stone-0/+12
2017-03-25Avoid using libc::sigemptyset on AndroidMarco A L Barbosa-1/+15
2017-03-12Update usages of 'OSX' (and other old names) to 'macOS'.Corey Farwell-2/+2
2017-01-29Add support for test suites emulated in QEMUAlex Crichton-1/+5
2016-12-01std::process fuchsia support cleanupTheodore DeRego-3/+3
2016-11-23Separated fuchsia-specific process stuff into 'process_fuchsia.rs' and refact...Theodore DeRego-0/+480