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
/
process
Age
Commit message (
Expand
)
Author
Lines
2025-09-21
std: merge definitions of `StdioPipes`
joboet
-32
/
+10
2025-09-20
Rollup merge of #146800 - thaliaarchi:fix-move-pal-thread, r=joboet
Matthias Krüger
-2
/
+1
2025-09-19
Fix unsupported std::sys::thread
Thalia Archibald
-2
/
+1
2025-09-19
Fix test suite in iOS/tvOS/watchOS/visionOS simulator
Mads Marquart
-0
/
+1
2025-08-30
Fix spurious test timeout
Chris Denton
-6
/
+18
2025-08-16
library: Migrate from `cfg_if` to `cfg_select`
Josh Triplett
-25
/
+37
2025-08-09
Replace unsafe function with safe alternative
Chris Denton
-7
/
+1
2025-07-11
Rollup merge of #142391 - LevitatingBusinessMan:setsid, r=workingjubilee
Matthias Krüger
-0
/
+81
2025-07-10
rust: library: Add setsid method to CommandExt trait
LevitatingBusinessMan (Rein Fernhout)
-0
/
+81
2025-06-27
update internal `send_signal` comment
Deadbeef
-4
/
+4
2025-06-18
add ChildExt(::send_signal)
Jeremy Smart
-7
/
+24
2025-05-23
std: add safety comments to `CStringArray`
joboet
-0
/
+13
2025-05-23
std: fix aliasing bug in UNIX process implementation
joboet
-89
/
+129
2025-05-20
Add `std::os::unix::process::CommandExt::chroot` to safely chroot a child pro...
Josh Triplett
-0
/
+29
2025-05-14
wire up startupinfo methods
Federico Terzi
-0
/
+36
2025-05-07
Fix regression from #140393 for espidf / horizon / nuttx / vita
ivmarkov
-0
/
+1
2025-05-07
Rollup merge of #140656 - joboet:fuchsia_pal, r=workingjubilee
Jacob Pratt
-2
/
+2
2025-05-05
collect all Fuchsia bindings into the `fuchsia` module
joboet
-2
/
+2
2025-04-28
std: get rid of `sys_common::process`
joboet
-88
/
+242
2025-04-27
use generic Atomic type where possible
Christopher Durham
-2
/
+2
2025-04-25
Rollup merge of #140143 - thaliaarchi:move-env-pal, r=joboet
Matthias Krüger
-9
/
+9
2025-04-22
Rollup merge of #139617 - Berrysoft:cygwin-posix-spawn, r=joboet
Chris Denton
-2
/
+6
2025-04-21
Move `sys::pal::os::Env` into `sys::env`
Thalia Archibald
-9
/
+9
2025-04-17
Rollup merge of #139667 - 1c3t3a:remove-no-sanitize, r=m-ou-se
Matthias Krüger
-3
/
+0
2025-04-15
Rollup merge of #139517 - Ayush1325:uefi-cmd-stdin-null, r=joboet
Stuart Cook
-5
/
+114
2025-04-13
std: sys: process: uefi: Allow specifying Stdin
Ayush Singh
-3
/
+6
2025-04-13
std: sys: process: uefi: Use NULL stdin by default
Ayush Singh
-3
/
+109
2025-04-11
cfi: Remove #[no_sanitize(cfi)] for extern weak functions
Bastian Kersting
-3
/
+0
2025-04-10
Use posix_spawn on cygwin
Berrysoft
-2
/
+6
2025-04-09
Rollup merge of #138869 - ChrisDenton:command-curdir, r=tgross35
Matthias Krüger
-4
/
+28
2025-04-09
Avoid verbatim paths in Command::current_dir
Chris Denton
-4
/
+28
2025-03-26
Change the syntax of the internal `weak!` macro
Mads Marquart
-20
/
+22
2025-03-22
std: move process implementations to `sys`
joboet
-0
/
+5280