| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-01-15 | std::net: bind update for using backlog as `-1` too. | David Carlier | -1/+7 |
| 2024-01-09 | Backlog for HorizonOS UnixListener | Andrea Ciliberti | -2/+8 |
| 2024-01-05 | Fix broken build for ESP IDF due to #119026 | ivmarkov | -2/+3 |
| 2024-01-04 | Rollup merge of #119026 - devnexen:listener_upd, r=Mark-Simulacrum | Matthias Krüger | -2/+12 |
| 2023-12-24 | Fix doc typo for read_exact_at | AlexBuz | -1/+1 |
| 2023-12-24 | std::net::bind using -1 for openbsd which in turn sets it to somaxconn. | David Carlier | -2/+12 |
| 2023-10-25 | Convert `Unix{Datagram,Stream}::{set_}passcred()` to per-OS traits | John Millikin | -128/+26 |
| 2023-10-14 | Auto merge of #116407 - Mark-Simulacrum:bootstrap-bump, r=onur-ozkan | bors | -3/+3 |
| 2023-10-09 | Support AIX in Rust standard library | Qiu Chaofan | -0/+2 |
| 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-09-22 | fix OS-specific I/O safety docs since the io_safety feature is stable | Ralf Jung | -4/+7 |
| 2023-09-22 | Auto merge of #114780 - RalfJung:io-safety, r=Amanieu | bors | -4/+5 |
| 2023-09-21 | added support for GNU/Hurd | Samuel Thibault | -0/+2 |
| 2023-09-16 | Rollup merge of #115329 - xzmeng:fix-std-doc, r=dtolnay | Matthias Krüger | -1/+1 |
| 2023-09-03 | Use std::io::Error::is_interrupted everywhere | Ben Kimock | -2/+2 |
| 2023-08-29 | fix a doc typo at std::os::unix::fs::FileExt::write_at | Meng Xiangzhuo | -1/+1 |
| 2023-08-28 | Rollup merge of #114512 - devnexen:fix_tests_fbsd, r=thomcc | Matthias Krüger | -1/+1 |
| 2023-08-22 | Replace version placeholders with 1.73.0 | Mark Rousskov | -3/+3 |