| Age | Commit message (Expand) | Author | Lines |
| 2025-06-24 | Rollup merge of #140005 - mlowicki:patch-1, r=tgross35 | Guillaume Gomez | -1/+22 |
| 2025-06-16 | Set MSG_NOSIGNAL for UnixSteam | Michał Łowicki | -1/+22 |
| 2025-06-12 | Delegate `<SocketAddr as Debug>` to `ByteStr` | Tamir Duberstein | -4/+14 |
| 2025-05-13 | fix doc for UnixStream | Michał Łowicki | -2/+2 |
| 2025-03-10 | Fix building for cygwin | 王宇逸 | -0/+1 |
| 2025-03-10 | Initial STD support for Cygwin | 王宇逸 | -2/+7 |
| 2025-03-06 | library: Use size_of from the prelude instead of imported | Thalia Archibald | -9/+9 |
| 2025-02-07 | std: get rid of `sys_common::io` | joboet | -1/+1 |
| 2024-11-26 | std: update internal uses of `io::const_error!` | joboet | -4/+4 |
| 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-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -10/+10 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -29/+28 |
| 2024-07-28 | Rollup merge of #127765 - bitfield:fix_stdlib_doc_nits, r=dtolnay | Guillaume Gomez | -16/+16 |
| 2024-07-27 | [illumos/solaris] set MSG_NOSIGNAL while writing to sockets | Rain | -0/+4 |
| 2024-07-26 | Fix doc nits | John Arundel | -16/+16 |
| 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-04-28 | Use `target_vendor = "apple"` instead of `target_os = "..."` | Mads Marquart | -52/+13 |
| 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-11 | OpenBSD fix long socket addresses | Sebastien Marie | -0/+10 |
| 2024-04-05 | Rollup merge of #121419 - agg23:xrOS-pr, r=davidtwco | Guillaume Gomez | -2/+20 |
| 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/+17 |
| 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 | -24/+219 |
| 2024-02-24 | library: use `addr_of!` | Pavel Grigorenko | -15/+19 |
| 2024-02-04 | Document various I/O handle conversions | Ryan Lowe | -0/+3 |
| 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 |
| 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-08-28 | Rollup merge of #114512 - devnexen:fix_tests_fbsd, r=thomcc | Matthias Krüger | -1/+1 |
| 2023-08-05 | std/tests: disable ancillary tests on freebsd since the feature itself is. | David CARLIER | -1/+1 |
| 2023-07-28 | inline trivial (noop) flush calls | Thom Chiovoloni | -0/+1 |
| 2023-07-26 | Auto merge of #102757 - pcc:android-std-tests, r=workingjubilee | bors | -0/+18 |
| 2023-06-21 | wip: Support Apple tvOS in libstd | Thom Chiovoloni | -0/+3 |
| 2023-06-17 | Rollup merge of #112352 - dankm:fbsd_doc_fix, r=thomcc | Matthias Krüger | -1/+7 |
| 2023-06-13 | Fix building the documentation on FreeBSD. | MikaelUrankar | -0/+1 |
| 2023-06-06 | Fix documentation build on FreeBSD | Dan McGregor | -1/+7 |
| 2023-04-28 | replace version placeholders | Pietro Albini | -7/+7 |
| 2023-03-27 | socket ancillary data implementation for FreeBSD (from 13 and above). | David CARLIER | -21/+194 |
| 2023-03-18 | Stabilise `unix_socket_abstract` | John Millikin | -12/+7 |
| 2023-03-02 | Make std tests pass on newer Android | Peter Collingbourne | -0/+18 |