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
2024-06-22
Add PidFd::{kill, wait, try_wait}
The 8472
-101
/
+33
2024-06-20
Add blank lines after module-level `//!` comments.
Nicholas Nethercote
-0
/
+1
2024-06-08
std::unix::process adding few specific freebsd signals to be able to id.
David Carlier
-0
/
+4
2024-05-03
Rollup merge of #124480 - Enselic:on-broken-pipe, r=jieyouxu
Michael Goulet
-9
/
+9
2024-05-02
Change `SIGPIPE` ui from `#[unix_sigpipe = "..."]` to `-Zon-broken-pipe=...`
Martin Nordholts
-9
/
+9
2024-04-28
Fix posix_spawn not being used on iOS and visionOS
Mads Marquart
-8
/
+3
2024-04-28
Fix SIGEMT and SIGINFO parsing on watchOS and visionOS
Mads Marquart
-7
/
+3
2024-04-10
visionOS: Fix unused import warning
Mads Marquart
-12
/
+1
2024-03-18
Support for visionOS
Adam Gastineau
-0
/
+1
2024-02-26
change std::process to drop supplementary groups based on CAP_SETGID
Elliot Roberts
-3
/
+11
2024-02-24
library: use `addr_of!`
Pavel Grigorenko
-8
/
+8
2024-02-15
Use generic `NonZero` internally.
Markus Reiter
-12
/
+12
2024-01-29
Remove `raw_os_nonzero` feature.
Markus Reiter
-14
/
+10
2024-01-24
Finishing clone3 clean up
Askar Safin
-2
/
+1
2024-01-24
This commit is part of clone3 clean up. Merge tests from tests/ui/command/com...
Askar Safin
-2
/
+18
2024-01-11
std: fix module references on UNIX
joboet
-3
/
+3
2024-01-11
std: begin moving platform support modules into `pal`
joboet
-0
/
+3235
[prev]