| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-02-28 | Add QNX Neutrino support to libstd | Florian Bartels | -2/+5 |
| 2023-01-04 | relax reference requirement on from_abstract_name | mllken | -1/+1 |
| 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 | 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 | -0/+3 |
| 2022-07-20 | Library changes for Apple WatchOS | Vladimir Michael Eatwell | -0/+3 |
| 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-14 | Implement stabilization of `#[feature(io_safety)]`. | Dan Gohman | -9/+9 |
| 2022-06-10 | net listen backlog set to negative on Linux. | David Carlier | -2/+10 |
| 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-04-04 | ScmCredentials netbsd implementation. | David Carlier | -13/+92 |
| 2022-03-29 | fix unix typedef | Aria Beingessner | -1/+1 |
| 2022-03-29 | Make some linux/unix APIs better conform to strict provenance. | Alexis Beingessner | -2/+2 |
| 2022-03-11 | Rollup merge of #94356 - Thomasdezeeuw:stabilize_unix_socket_creation, r=dtolnay | Dylan DPC | -6/+4 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -36/+36 |
| 2022-02-27 | Stabilize unix_socket_creation | Thomas de Zeeuw | -3/+1 |
| 2022-02-25 | Rename unix::net::SocketAddr::from_path to from_pathname | Thomas de Zeeuw | -3/+3 |
| 2022-02-04 | Hide Repr details from io::Error, and rework `io::Error::new_const`. | Thom Chiovoloni | -8/+8 |
| 2022-01-28 | Update tracking issue for unix_socket_creation | Thomas de Zeeuw | -1/+1 |
| 2022-01-27 | Use sockaddr_un in unix SocketAddr::from_path | Thomas de Zeeuw | -35/+1 |
| 2022-01-27 | Make sockaddr_un safe and use copy_nonoverlapping | Thomas de Zeeuw | -8/+11 |
| 2022-01-24 | Rename SocketAddr::unix to from_path | Thomas de Zeeuw | -16/+20 |
| 2022-01-23 | Add os::unix::net::SocketAddr::unix | Thomas de Zeeuw | -1/+68 |
| 2021-12-16 | Revert "socket ancillary data implementation for dragonflybsd." | David CARLIER | -90/+6 |
| 2021-12-11 | Rollup merge of #91553 - devnexen:anc_data_dfbsd, r=yaahc | Matthias Krüger | -6/+90 |
| 2021-12-09 | Auto merge of #81156 - DrMeepster:read_buf, r=joshtriplett | bors | -11/+1 |
| 2021-12-05 | socket ancillary data implementation for dragonflybsd. | David Carlier | -6/+90 |
| 2021-11-06 | use matches!() macro in more places | Matthias Krüger | -1/+1 |