| Age | Commit message (Expand) | Author | Lines |
| 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-04 | Auto merge of #89518 - a1phyr:unix_file_vectored_at, r=workingjubilee | bors | -0/+87 |
| 2023-03-02 | Add basic tests | Benoît du Garreau | -0/+61 |
| 2023-03-02 | Take shared references as parameter | Benoît du Garreau | -12/+4 |
| 2023-02-28 | Add QNX Neutrino support to libstd | Florian Bartels | -13/+28 |
| 2023-02-27 | Add vectored positioned I/O on Unix | Benoît du Garreau | -0/+34 |
| 2023-01-04 | relax reference requirement on from_abstract_name | mllken | -1/+1 |
| 2022-11-14 | Rollup merge of #101967 - jmillikin:linux-abstract-socket-addr, r=joshtriplett | Matthias Krüger | -83/+46 |
| 2022-09-30 | Standard library OS support for Apple WatchOS | Vladimir Michael Eatwell | -0/+2 |
| 2022-09-29 | Rollup merge of #98368 - sunfishcode:sunfishcode/std-os-fd, r=joshtriplett | Yuki Okushi | -20/+5 |
| 2022-09-18 | Move `unix_socket_abstract` feature API to `SocketAddrExt`. | John Millikin | -83/+46 |
| 2022-09-12 | Rollup merge of #100767 - kadiwa4:escape_ascii, r=jackh726 | Dylan DPC | -14/+2 |
| 2022-08-29 | Make `std::os::fd` public. | Dan Gohman | -20/+5 |
| 2022-08-29 | Rollup merge of #96334 - devnexen:socket_mark, r=dtolnay | Matthias Krüger | -0/+50 |
| 2022-08-23 | Rollup merge of #100835 - devnexen:listener_followups, r=devnexen | Dylan DPC | -4/+2 |
| 2022-08-22 | net listen backlog update, follow-up from #97963. | David CARLIER | -4/+2 |
| 2022-08-21 | Rollup merge of #100822 - WaffleLapkin:no_offset_question_mark, r=scottmcm | Matthias Krüger | -1/+1 |
| 2022-08-21 | Replace most uses of `pointer::offset` with `add` and `sub` | Maybe Waffle | -1/+1 |
| 2022-08-20 | Rollup merge of #97963 - devnexen:net_listener_neg, r=the8472 | Matthias Krüger | -2/+10 |
| 2022-08-19 | use <[u8]>::escape_ascii instead of core::ascii::escape_default | KaDiWa | -14/+2 |
| 2022-07-20 | Rollup merge of #98101 - vladimir-ea:stdlib_watch_os, r=thomcc | Dylan DPC | -3/+8 |
| 2022-07-20 | Library changes for Apple WatchOS | Vladimir Michael Eatwell | -3/+8 |
| 2022-07-16 | Expand documentation for `process_group`
| Josh Triplett | -1/+3 |
| 2022-07-09 | Document and stabilize process_set_process_group | Niklas Fiekas | -3/+28 |
| 2022-07-07 | Fix doc build on unsupported oses | David CARLIER | -2/+16 |
| 2022-07-06 | changes from feedback | David Carlier | -6/+4 |
| 2022-07-06 | doc additions | David Carlier | -1/+33 |
| 2022-07-06 | socket `set_mark` addition. | David Carlier | -0/+6 |
| 2022-06-21 | update ioslice docs to use shared slices | Conrad Ludgate | -2/+2 |
| 2022-06-20 | Rollup merge of #97837 - sunfishcode:sunfishcode/proc-self-mem, r=m-ou-se | Dylan DPC | -0/+19 |
| 2022-06-15 | Auto merge of #97178 - sunfishcode:ownedfd-and-dup, r=joshtriplett | bors | -9/+19 |
| 2022-06-15 | Document that `BorrowedFd` may be used to do a `dup`. | Dan Gohman | -9/+19 |
| 2022-06-15 | Auto merge of #95897 - AzureMarker:feature/horizon-std, r=nagisa | bors | -30/+18 |
| 2022-06-14 | Implement stabilization of `#[feature(io_safety)]`. | Dan Gohman | -19/+18 |
| 2022-06-13 | Use a private type definition to reduce cfg noise | Mark Drobnak | -36/+16 |
| 2022-06-13 | Horizon OS STD support | Meziu | -12/+20 |
| 2022-06-10 | net listen backlog set to negative on Linux. | David Carlier | -2/+10 |
| 2022-06-08 | Fix trailing whitespace. | Dan Gohman | -1/+1 |
| 2022-06-08 | Reword the question in the section header too. | Dan Gohman | -2/+2 |
| 2022-06-08 | Update library/std/src/os/unix/io/mod.rs | Dan Gohman | -3/+2 |
| 2022-06-08 | Reword a question into a statement. | Dan Gohman | -2/+2 |
| 2022-06-07 | Update library/std/src/os/unix/io/mod.rs | Dan Gohman | -1/+1 |
| 2022-06-07 | Update library/std/src/os/unix/io/mod.rs | Dan Gohman | -1/+1 |
| 2022-06-07 | Update library/std/src/os/unix/io/mod.rs | Dan Gohman | -1/+1 |
| 2022-06-07 | Update library/std/src/os/unix/io/mod.rs | Dan Gohman | -1/+1 |
| 2022-06-07 | Document Rust's stance on `/proc/self/mem` | Dan Gohman | -0/+20 |
| 2022-05-25 | Disable unix::net::ancillary on BSD. | Mara Bos | -155/+31 |
| 2022-05-09 | Use Rust 2021 prelude in std itself. | Mara Bos | -2/+0 |
| 2022-05-09 | Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errors | bors | -6/+6 |