| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-04-19 | espidf: fix stat | Scott Mabin | -12/+12 |
| 2022-04-14 | Remove use of `#[rustc_deprecated]` | Jacob Pratt | -6/+6 |
| 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-19 | Rollup merge of #93858 - krallin:process-process_group, r=dtolnay | Dylan DPC | -0/+10 |
| 2022-03-19 | Rollup merge of #92612 - atopia:update-lib-l4re, r=dtolnay | Dylan DPC | -1/+3 |
| 2022-03-14 | Add a `process_group` method to UNIX `CommandExt` | Thomas Orozco | -0/+10 |
| 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 | -38/+38 |
| 2022-03-09 | put L4Re specifics into their own platform | Benjamin Lamowski | -1/+3 |
| 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-10 | Implement `AsFd` for `&T` and `&mut T`. | Dan Gohman | -1/+1 |
| 2022-02-04 | Hide Repr details from io::Error, and rework `io::Error::new_const`. | Thom Chiovoloni | -11/+11 |
| 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 |
| 2022-01-15 | Rollup merge of #92775 - xfix:osstringext-inline, r=m-ou-se | Matthias Krüger | -0/+2 |
| 2022-01-11 | Inline std::os::unix::ffi::OsStringExt methods | Konrad Borowski | -0/+2 |
| 2022-01-09 | Compute most of Public/Exported access level in rustc_resolve | Lamb | -0/+1 |
| 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 |