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
about
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
2020-07-27
mv std libs to library/
mark
-469
/
+0
2020-06-09
Mark tests whcih don't work under riscv emulation
Tom Eccles
-0
/
+1
2020-05-22
Implement `Sync` for `process::Command on unix and vxworks
LeSeulArtichaut
-2
/
+4
2020-03-05
Const items have by default a static lifetime, there's no need to annotate it...
Matthias Krüger
-2
/
+2
2020-02-27
don't use .into() to convert types into identical types.
Matthias Krüger
-3
/
+1
2019-12-16
Fix up Command Debug output when arg0 is specified.
Jeremy Fitzhardinge
-2
/
+6
2019-11-29
Format libstd/sys with rustfmt
David Tolnay
-42
/
+22
2019-11-19
Add unix::process::CommandExt::arg0
Jeremy Fitzhardinge
-7
/
+16
2019-09-25
Fix ExitStatus on Fuchsia
Tyler Mandry
-51
/
+0
2019-09-07
Rollup merge of #64023 - tmandry:libstd-fuchsia-fixes, r=cramertj
Mazdak Farrokhzad
-3
/
+25
2019-09-05
std: Improve downstream codegen in `Command::env`
Alex Crichton
-4
/
+4
2019-08-30
Don't try to use /dev/null on Fuchsia
Tyler Mandry
-3
/
+25
2019-08-19
Consolidate sigemptyset workarounds
Joe Richey
-30
/
+24
2019-08-06
Fix cfg_if usage
Jeremy Soller
-1
/
+1
2019-08-06
redox: convert to target_family unix
Jeremy Soller
-1
/
+9
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