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
2019-06-26
Use pointer::write_bytes for android sigemptyset
Josh Stone
-1
/
+1
2019-06-26
Avoid mem::uninitialized() in std::sys::unix
Josh Stone
-6
/
+6
2019-03-31
libstd: deny(elided_lifetimes_in_paths)
Mazdak Farrokhzad
-2
/
+2
2019-02-28
libstd => 2018
Taiki Endo
-18
/
+18
2019-02-03
more formatting
Ralf Jung
-2
/
+4
2019-02-01
deprecate before_exec in favor of unsafe pre_exec
Ralf Jung
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-11-14
Revert "Fixes #46775 -- don't mutate the process's environment in Command::exec"
Alex Crichton
-8
/
+0
2018-11-01
Fixes #46775 -- don't mutate the process's environment in Command::exec
Alex Gaynor
-0
/
+8
2018-07-10
Add missing `dyn` for cloudabi, redox, unix and wasm
ljedrz
-3
/
+3
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