| Age | Commit message (Expand) | Author | Lines |
| 2024-11-28 | Rollup merge of #129409 - grinapo:patch-1, r=Amanieu | Guillaume Gomez | -0/+5 |
| 2024-11-26 | std: update internal uses of `io::const_error!` | joboet | -4/+4 |
| 2024-11-14 | Remove one stray space. | Peter Gervai | -1/+1 |
| 2024-11-04 | docs: fix grammar in doc comment at unix/process.rs | NotWearingPants | -1/+1 |
| 2024-11-03 | Auto merge of #123723 - madsmtm:apple-std-os, r=dtolnay | bors | -1/+1 |
| 2024-10-25 | library: consistently use American spelling for 'behavior' | Ralf Jung | -1/+1 |
| 2024-10-17 | Add must_use to CommandExt::exec | Callum Ryan | -0/+1 |
| 2024-09-27 | Rollup merge of #130861 - cuviper:sun-path-offset, r=ibraheemdev | Guillaume Gomez | -12/+9 |
| 2024-09-26 | Add `sun_path` to the fake doc `sockaddr_un` | Josh Stone | -1/+3 |
| 2024-09-25 | Use `&raw` in the standard library | Josh Stone | -20/+16 |
| 2024-09-25 | Use `mem::offset_of!` for `sockaddr_un.sun_path` | Josh Stone | -11/+6 |
| 2024-09-24 | Initial std library support for NuttX | Huang Qi | -0/+2 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -10/+10 |
| 2024-09-19 | [Clippy] Swap `non_octal_unix_permissions` to use diagnostic item instead of ... | GnomedDev | -0/+1 |
| 2024-09-07 | Auto merge of #129941 - BoxyUwU:bump-boostrap, r=albertlarsan68 | bors | -5/+1 |
| 2024-09-05 | update cfgs | Boxy | -5/+1 |
| 2024-09-03 | Port std library to RTEMS | Jan Sommer | -0/+2 |
| 2024-08-22 | Update chown help with a link and adding cap warning | Peter Gervai | -1/+2 |
| 2024-08-22 | Expand std::os::unix::fs::chown() doc with a warning | Peter Gervai | -0/+4 |
| 2024-08-14 | CommandExt::before_exec: deprecate safety in edition 2024 | Ralf Jung | -3/+11 |
| 2024-08-13 | Make `std::os::darwin` public | Mads Marquart | -1/+1 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -41/+38 |
| 2024-07-28 | Rollup merge of #127765 - bitfield:fix_stdlib_doc_nits, r=dtolnay | Guillaume Gomez | -19/+19 |
| 2024-07-27 | [illumos/solaris] set MSG_NOSIGNAL while writing to sockets | Rain | -0/+4 |
| 2024-07-26 | Fix doc nits | John Arundel | -19/+19 |
| 2024-07-24 | Rollup merge of #127480 - biabbas:vxworks, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2024-07-24 | Add chroot unsupported implementation for VxWorks | B I Mohammed Abbas | -1/+1 |
| 2024-07-14 | Merge Apple `std::os` extensions modules into `std::os::darwin` | Mads Marquart | -10/+2 |
| 2024-05-13 | Add `size_of`, `size_of_val`, `align_of`, and `align_of_val` to the prelude | Josh Triplett | -1/+1 |
| 2024-05-06 | iOS/tvOS/watchOS/visionOS: Default to kernel-defined backlog in listen | Mads Marquart | -4/+8 |
| 2024-05-03 | Rollup merge of #124412 - RalfJung:io-safety, r=Amanieu | Matthias Krüger | -10/+21 |
| 2024-04-28 | Use `target_vendor = "apple"` instead of `target_os = "..."` | Mads Marquart | -52/+13 |
| 2024-04-27 | io safety: update Unix explanation | Ralf Jung | -10/+21 |
| 2024-04-14 | Auto merge of #122268 - ChrisDenton:no-libc, r=Mark-Simulacrum | bors | -8/+8 |
| 2024-04-14 | Replace libc::c_int with core::ffi::c_int | Chris Denton | -8/+8 |
| 2024-04-14 | Rollup merge of #123779 - semarie:notgull-openbsd-socket, r=Mark-Simulacrum | Matthias Krüger | -0/+10 |
| 2024-04-11 | OpenBSD fix long socket addresses | Sebastien Marie | -0/+10 |
| 2024-04-11 | Factor some common `io::Error` constants | Benoît du Garreau | -9/+2 |
| 2024-04-05 | Rollup merge of #121419 - agg23:xrOS-pr, r=davidtwco | Guillaume Gomez | -2/+22 |
| 2024-03-26 | `UnixStream`: override `read_buf` | Benoît du Garreau | -0/+8 |
| 2024-03-23 | Fixed builds with modified libc | Adam Gastineau | -0/+3 |
| 2024-03-19 | Expose ucred::peer_cred on QNX targets to enable dist builds | Ana Hobden | -3/+6 |
| 2024-03-18 | Support for visionOS | Adam Gastineau | -2/+19 |
| 2024-03-14 | Rollup merge of #121650 - GrigorenkoPV:cap_setgid, r=Amanieu | Matthias Krüger | -0/+7 |
| 2024-03-11 | Auto merge of #117156 - jmillikin:os-unix-socket-ext, r=Amanieu,dtolnay | bors | -128/+26 |
| 2024-03-07 | make `std::os::unix::ucred` module private | Kalle Wachsmuth | -48/+44 |
| 2024-02-26 | change std::process to drop supplementary groups based on CAP_SETGID | Elliot Roberts | -0/+7 |
| 2024-02-24 | library: use `addr_of!` | Pavel Grigorenko | -17/+21 |
| 2024-02-18 | By tracking import use types to check whether it is scope uses or the other s... | surechen | -1/+0 |
| 2024-02-04 | Document various I/O handle conversions | Ryan Lowe | -0/+8 |