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
/
library
/
std
/
src
/
sys
/
unix
/
process
/
process_common.rs
Age
Commit message (
Expand
)
Author
Lines
2024-01-11
std: begin moving platform support modules into `pal`
joboet
-676
/
+0
2023-12-03
library: use c string literals
klensy
-5
/
+4
2023-10-22
use visibility to check unused imports and delete some stmts
bohan
-0
/
+1
2023-09-22
Rollup merge of #114379 - RalfJung:command-removed-env-vars, r=m-ou-se
Matthias Krüger
-0
/
+17
2023-09-09
Auto merge of #114590 - ijackson:stdio-stdio-2, r=dtolnay
bors
-1
/
+29
2023-09-06
fix typo
Ralf Jung
-1
/
+1
2023-09-01
fix(std): Rename os_str_bytes to encoded_bytes
Ed Page
-2
/
+2
2023-08-24
also use 'env' for printing unsetting
Ralf Jung
-7
/
+3
2023-08-24
also print clearing the environment entirely
Ralf Jung
-12
/
+17
2023-08-24
make unsetting env vars print as executable command
Ralf Jung
-2
/
+16
2023-08-24
Command: also print removed env vars
Ralf Jung
-0
/
+2
2023-08-07
std::process (unix): Implement From<io::Stdout> etc. for imp::Stdio
Ian Jackson
-1
/
+29
2023-07-05
Revert "use c literals in library"
León Orell Valerian Liehr
-4
/
+5
2023-05-31
use c literals in library
klensy
-5
/
+4
2023-05-13
refactor: Remove redundant, private OsStr::bytes
Ed Page
-2
/
+2
2022-12-27
More verbose `Debug` implementation of `std::process:Command`
kraktus
-7
/
+60
2022-10-20
Change process spawning to inherit the parent's signal mask by default
Rain
-0
/
+2
2022-08-28
Use posix_spawn for absolute paths on macOS
Rain
-0
/
+33
2022-08-21
Fix redundant comparison
Thom Chiovoloni
-1
/
+1
2022-08-19
Align android `sigaddset` impl with the reference impl from Bionic
Thom Chiovoloni
-3
/
+23
2022-04-25
Remove references to git.io
Eric Huss
-1
/
+2
2022-03-19
Rollup merge of #93858 - krallin:process-process_group, r=dtolnay
Dylan DPC
-1
/
+11
2022-03-14
Add a `process_group` method to UNIX `CommandExt`
Thomas Orozco
-1
/
+11
2022-02-06
Add From<u8> for ExitCode
Jane Lusby
-0
/
+6
2021-08-24
Manual Debug for Unix ExitCode ExitStatus ExitStatusError
Ian Jackson
-1
/
+7
2021-08-19
I/O safety.
Dan Gohman
-7
/
+8
2021-08-01
Auto merge of #81825 - voidc:pidfd, r=joshtriplett
bors
-0
/
+41
2021-07-21
VxWorks does provide sigemptyset and sigaddset
Nicholas Baron
-1
/
+1
2021-07-21
Add PidFd type and seal traits
Dominik Stolz
-4
/
+39
2021-07-21
Add Linux-specific pidfd process extensions
Aaron Hill
-0
/
+6
2021-05-02
Change 'NULL' to 'null'
Brent Kerby
-1
/
+1
2021-02-23
Update outdated comment in unix Command.
Eric Huss
-17
/
+5
2021-01-21
Add setgroups to std::os::unix::process::CommandExt
slo1
-0
/
+9
2020-10-17
Auto merge of #77455 - asm89:faster-spawn, r=kennytm
bors
-0
/
+6
2020-10-16
Take some of sys/vxworks/process/* from sys/unix instead.
Mara Bos
-1
/
+3
2020-10-02
Use posix_spawn() on unix if program is a path
Alexander Mols
-0
/
+6
2020-09-26
Add accessors to Command.
Eric Huss
-2
/
+51
2020-08-31
std: move "mod tests/benches" to separate files
Lzu Tao
-68
/
+3
2020-07-27
mv std libs to library/
mark
-0
/
+469