index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
sys
/
unix
/
process
/
process_common.rs
Age
Commit message (
Expand
)
Author
Lines
2018-04-05
std: Inline some Termination-related methods
Alex Crichton
-0
/
+1
2018-03-22
Command::env_saw_path() may be unused on platforms not using posix_spawn()
Bryan Drewery
-0
/
+1
2018-03-19
Don't use posix_spawn() if PATH was modified in the environment.
Bryan Drewery
-0
/
+3
2018-03-03
Move process::ExitCode internals to sys
Scott McMurray
-1
/
+13
2018-01-26
make Command.argv Send on unix platforms
Corentin Henry
-10
/
+11
2018-01-25
implement Send for process::Command on unix
Corentin Henry
-0
/
+5
2017-12-24
Capture environment at spawn
Diggory Blake
-83
/
+60
2017-10-05
Remove nacl from libstd
est31
-1
/
+0
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-2
/
+2
2017-07-24
Add a disabled builder for aarch64 emulated tests
Alex Crichton
-0
/
+1
2017-06-06
Add conversions from File and Child* handles to Stdio
Josh Stone
-0
/
+12
2017-03-25
Avoid using libc::sigemptyset on Android
Marco A L Barbosa
-1
/
+15
2017-03-12
Update usages of 'OSX' (and other old names) to 'macOS'.
Corey Farwell
-2
/
+2
2017-01-29
Add support for test suites emulated in QEMU
Alex Crichton
-1
/
+5
2016-12-01
std::process fuchsia support cleanup
Theodore DeRego
-3
/
+3
2016-11-23
Separated fuchsia-specific process stuff into 'process_fuchsia.rs' and refact...
Theodore DeRego
-0
/
+480