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
/
os
/
unix
/
process.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-19
Fix test suite in iOS/tvOS/watchOS/visionOS simulator
Mads Marquart
-0
/
+2
2025-08-16
library: Migrate from `cfg_if` to `cfg_select`
Josh Triplett
-6
/
+6
2025-07-11
Rollup merge of #142391 - LevitatingBusinessMan:setsid, r=workingjubilee
Matthias Krüger
-0
/
+8
2025-07-10
rust: library: Add setsid method to CommandExt trait
LevitatingBusinessMan (Rein Fernhout)
-0
/
+8
2025-07-03
setup CI and tidy to use typos for spellchecking and fix few typos
klensy
-1
/
+1
2025-06-18
add ChildExt(::send_signal)
Jeremy Smart
-0
/
+35
2025-05-21
Apply suggestions from code review
Josh Triplett
-5
/
+5
2025-05-20
`CommandExt::chroot`: Add tracking issue
Josh Triplett
-1
/
+1
2025-05-20
`CommandExt::chroot`: Document difference to underlying `chroot`
Josh Triplett
-3
/
+5
2025-05-20
Add `std::os::unix::process::CommandExt::chroot` to safely chroot a child pro...
Josh Triplett
-0
/
+16
2024-11-04
docs: fix grammar in doc comment at unix/process.rs
NotWearingPants
-1
/
+1
2024-10-17
Add must_use to CommandExt::exec
Callum Ryan
-0
/
+1
2024-09-05
update cfgs
Boxy
-5
/
+1
2024-08-14
CommandExt::before_exec: deprecate safety in edition 2024
Ralf Jung
-3
/
+11
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-5
/
+3
2024-07-26
Fix doc nits
John Arundel
-3
/
+3
2024-02-26
change std::process to drop supplementary groups based on CAP_SETGID
Elliot Roberts
-0
/
+7
2024-02-04
Document various I/O handle conversions
Ryan Lowe
-0
/
+5
2023-10-03
Bump version placeholders
Mark Rousskov
-3
/
+3
2023-09-28
Auto merge of #98704 - vthib:impl-from-raw-for-childstd-structs, r=dtolnay
bors
-0
/
+42
2023-09-28
Update stability attribute for child stream From impls
David Tolnay
-3
/
+3
2023-06-05
Std support improvement for ps vita target
Nikolay Arhipov
-1
/
+1
2023-05-30
add doc on From<OwnedFd/Handle> impl for ChildStd*
Vincent Thiberville
-0
/
+12
2023-05-30
add FromOwnedFd/FromOwnedHandle for ChildStdin/out/err
Vincent Thiberville
-0
/
+30
2023-02-28
Add QNX Neutrino support to libstd
Florian Bartels
-9
/
+17
2022-07-16
Expand documentation for `process_group`
Josh Triplett
-1
/
+3
2022-07-09
Document and stabilize process_set_process_group
Niklas Fiekas
-3
/
+28
2022-06-15
Auto merge of #95897 - AzureMarker:feature/horizon-std, r=nagisa
bors
-30
/
+16
2022-06-14
Implement stabilization of `#[feature(io_safety)]`.
Dan Gohman
-7
/
+7
2022-06-13
Use a private type definition to reduce cfg noise
Mark Drobnak
-36
/
+16
2022-06-13
Horizon OS STD support
Meziu
-12
/
+18
2022-05-09
Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errors
bors
-1
/
+1
2022-04-19
espidf: fix stat
Scott Mabin
-12
/
+12
2022-04-14
Remove use of `#[rustc_deprecated]`
Jacob Pratt
-1
/
+1
2022-03-14
Add a `process_group` method to UNIX `CommandExt`
Thomas Orozco
-0
/
+10
2021-11-12
Rollup merge of #90704 - ijackson:exitstatus-comments, r=joshtriplett
Matthias Krüger
-1
/
+1
2021-11-11
unix::ExitStatusExt: Correct reference to _exit system call
Ian Jackson
-1
/
+1
2021-11-09
Add a real tracking issue for `CommandExt::groups`
Josh Stone
-1
/
+1
2021-10-30
Add #[must_use] to remaining std functions (O-Z)
John Kugelman
-0
/
+1
2021-10-23
Rollup merge of #88300 - ijackson:exitstatusext-methods, r=yaahc
Matthias Krüger
-4
/
+4
2021-10-22
Apply suggestions from code review
Jane Lusby
-4
/
+4
2021-10-05
Apply suggestions from code review
Jane Lusby
-4
/
+4
2021-09-17
modify std::os docs to be more consistent
Sachin Cherian
-1
/
+3
2021-08-24
Stabilise unix_process_await_more, extra ExitStatusExt methods
Ian Jackson
-4
/
+4
2021-08-19
Factor out a common `RawFd`/`AsRawFd`/etc for Unix and WASI.
Dan Gohman
-1
/
+49
2021-08-19
Add I/O safety trait impls for process::Stdio and process::Child.
Dan Gohman
-1
/
+11
2021-08-19
I/O safety.
Dan Gohman
-7
/
+7
2021-07-29
Fix may not to appropriate might not or must not
Ali Malik
-1
/
+1
2021-06-25
Fix a few misspellings.
Eric Huss
-1
/
+1
2021-05-18
Auto merge of #82973 - ijackson:exitstatuserror, r=yaahc
bors
-7
/
+46
[next]