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
/
pal
/
unix
/
process
Age
Commit message (
Expand
)
Author
Lines
2025-03-22
std: move process implementations to `sys`
joboet
-3332
/
+0
2025-03-17
Rollup merge of #137793 - NobodyXu:stablise-annoymous-pipe, r=joshtriplett
Jacob Pratt
-0
/
+6
2025-03-17
Rollup merge of #137621 - Berrysoft:cygwin-std, r=joboet
Jacob Pratt
-1
/
+2
2025-03-13
Remove usage of legacy scheme paths on RedoxOS
bjorn3
-2
/
+0
2025-03-14
Mv os-specific trait impl of `Pipe*` into `std::os::*`
Jiahao XU
-0
/
+6
2025-03-10
Initial STD support for Cygwin
王宇逸
-1
/
+2
2025-03-10
Add comments for #[no_sanitize(cfi)] in stdlib
Bastian Kersting
-0
/
+2
2025-03-10
Disable CFI for weakly linked syscalls
Bastian Kersting
-0
/
+1
2025-03-07
Rollup merge of #138034 - thaliaarchi:use-prelude-size-of, r=tgross35
Matthias Krüger
-10
/
+7
2025-03-06
library: Use size_of from the prelude instead of imported
Thalia Archibald
-10
/
+7
2025-03-05
Rollup merge of #137463 - sunshowers:illumos-posix-spawn, r=Mark-Simulacrum
许杰友 Jieyou Xu (Joe)
-1
/
+16
2025-02-28
Use correct error message casing for `io::const_error`s
Noratrieb
-3
/
+3
2025-02-23
[illumos] attempt to use posix_spawn to spawn processes
Rain
-1
/
+16
2025-02-10
Fix &&str and trailing commas in io::const_error!
Thalia Archibald
-1
/
+1
2025-02-10
Use io::const_error! when possible over io::Error::new
Thalia Archibald
-1
/
+1
2025-02-09
Mark extern blocks as unsafe
Michael Goulet
-2
/
+2
2025-01-24
add nto80 x86-64 and aarch64 target
AkhilTThomas
-11
/
+3
2025-01-24
Add new target for supporting Neutrino QNX 6.1 with `io-socket` network stack...
Florian Bartels
-3
/
+4
2024-12-02
Use c"lit" for CStrings without unwrap
Kornel
-1
/
+1
2024-11-26
std: update internal uses of `io::const_error!`
joboet
-10
/
+10
2024-10-25
library: consistently use American spelling for 'behavior'
Ralf Jung
-1
/
+1
2024-10-23
[musl] use posix_spawn if a directory change was requested
Rain
-11
/
+43
2024-10-08
Update library/std/src/sys/pal/unix/process/process_vxworks.rs
Yuri Astrakhan
-1
/
+1
2024-10-08
fix ref in process_vxworks.rs
Yuri Astrakhan
-1
/
+1
2024-10-08
Update library/std/src/sys/pal/unix/process/process_unix.rs
Yuri Astrakhan
-1
/
+1
2024-10-08
Change a few `&Option<T>` into `Option<&T>`
Yuri Astrakhan
-3
/
+3
2024-09-25
Use `&raw` in the standard library
Josh Stone
-8
/
+8
2024-09-24
Initial std library support for NuttX
Huang Qi
-3
/
+3
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-4
/
+4
2024-09-03
Port std library to RTEMS
Jan Sommer
-3
/
+3
2024-08-30
Squashed `aarch64_unknown_nto_qnx700` support
Yuri Astrakhan
-4
/
+7
2024-08-09
delete space
monstercatss
-2
/
+2
2024-08-09
fix format
monstercatss
-4
/
+6
2024-08-09
[SPARC] fix the name of signal 19 in sparc arch
Min
-1
/
+9
2024-08-09
[MIPS] fix the name of signal 19 in mips
Min
-0
/
+3
2024-08-03
Forbid unsafe_op_in_unsafe_fn in vxworks specific os and sys files
B I Mohammed Abbas
-0
/
+1
2024-07-30
Rollup merge of #128315 - zetanumbers:psvita-unsafe-in-unsafe, r=workingjubilee
Matthias Krüger
-0
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-49
/
+33
2024-07-28
fix: psvita's std code
Daria Sukhonina
-0
/
+1
2024-07-26
Fix doc nits
John Arundel
-1
/
+1
2024-07-24
Rollup merge of #127480 - biabbas:vxworks, r=workingjubilee
Matthias Krüger
-2
/
+7
2024-07-23
Update process vxworks, set default stack size of 256 Kib for vxworks. User c...
B I Mohammed Abbas
-2
/
+7
2024-07-21
Fix warnings when checking armv6k-nintendo-3ds
Ian Chamberlain
-1
/
+0
2024-07-12
Rollup merge of #126827 - the8472:pidfd-spawn, r=workingjubilee
Matthias Krüger
-4
/
+113
2024-07-01
Remove unqualified import io:: Error for vxworks as all Error references are ...
B I Mohammed Abbas
-1
/
+1
2024-06-25
more fine-grained feature-detection for pidfd spawning
The 8472
-21
/
+33
2024-06-25
document safety properties of the internal Process::new constructor
The 8472
-0
/
+6
2024-06-25
use pidfd_spawn for faster process creation when pidfds are requested
The 8472
-4
/
+95
2024-06-22
Auto merge of #124101 - the8472:pidfd-methods, r=cuviper
bors
-101
/
+33
2024-06-22
to extract a pidfd we must consume the child
The 8472
-2
/
+2
[next]