| Age | Commit message (Expand) | Author | Lines |
| 2023-04-02 | Fix typo in std/src/os/fd/owned.rs | Taiki Endo | -1/+1 |
| 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 | -20/+15 |
| 2023-03-15 | Bump version placeholders | Mark Rousskov | -2/+2 |
| 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-03-02 | Auto merge of #106673 - flba-eb:add_qnx_nto_stdlib, r=workingjubilee | bors | -13/+166 |
| 2023-03-01 | Update library/std/src/os/nto/mod.rs | Florian Bartels | -1/+1 |
| 2023-02-28 | Add QNX Neutrino support to libstd | Florian Bartels | -13/+166 |
| 2023-02-27 | Add vectored positioned I/O on Unix | Benoît du Garreau | -0/+34 |
| 2023-02-24 | avoid the usage of libc during the creation of documentation | Stefan Lankes | -9/+7 |
| 2023-02-24 | remove code duplications | Stefan Lankes | -392/+73 |
| 2023-02-24 | move IO traits to std/src/os/hermit | Stefan Lankes | -16/+400 |
| 2023-02-24 | add support of RustyHermit's BSD socket layer | Stefan Lankes | -0/+6 |
| 2023-02-08 | Rollup merge of #107317 - ids1024:asfd-rc, r=dtolnay | Michael Goulet | -0/+16 |
| 2023-01-30 | Auto merge of #107080 - Urgau:cleanup-bootstrap-extra-check-cfgs, r=Mark-Simu... | bors | -8/+1 |
| 2023-01-29 | Rollup merge of #106618 - jmillikin:os-net-rustdoc-wasm32, r=JohnTitor | Matthias Krüger | -0/+9 |
| 2023-01-26 | Implement `AsFd` and `AsRawFd` for `Rc` | Ian Douglas Scott | -0/+16 |
| 2023-01-25 | Remove outdated cfg on `le32` | Urgau | -8/+1 |
| 2023-01-18 | Rollup merge of #106441 - mllken:abstract-socket-noref, r=joshtriplett | Dylan DPC | -2/+2 |
| 2023-01-15 | Rollup merge of #106867 - sunfishcode:sunfishcode/std-os-fd-stable-version, r... | Matthias Krüger | -3/+3 |
| 2023-01-14 | Fix the stability attributes for `std::os::fd`. | Dan Gohman | -3/+3 |
| 2023-01-14 | Remove various double spaces in source comments. | André Vennberg | -1/+1 |
| 2023-01-09 | Disable `linux_ext` in wasm32 and fortanix rustdoc builds. | John Millikin | -0/+9 |
| 2023-01-04 | relax reference requirement on from_abstract_name | mllken | -2/+2 |
| 2022-11-20 | enable fuzzy_provenance_casts lint in libstd | Ralf Jung | -0/+1 |
| 2022-11-15 | Rollup merge of #103734 - Mark-Simulacrum:fix-version-stabilized, r=JohnTitor | Matthias Krüger | -2/+2 |
| 2022-11-14 | Rollup merge of #101967 - jmillikin:linux-abstract-socket-addr, r=joshtriplett | Matthias Krüger | -95/+140 |
| 2022-10-29 | Adjust stabilization version to 1.65.0 for wasi fds | Mark Rousskov | -2/+2 |
| 2022-10-20 | Make the whole `std::os::wasi::io` module stable. | Dan Gohman | -1/+1 |
| 2022-10-20 | Mark `std::os::wasi::io::AsFd` etc. as stable. | Dan Gohman | -1/+1 |
| 2022-10-15 | Add `IsTerminal` trait to determine if a descriptor or handle is a terminal | Josh Triplett | -0/+34 |
| 2022-10-10 | Consolidate AsFd instances for stdio types into `library/std/src/os/fd/owned.rs` | Josh Triplett | -0/+52 |
| 2022-09-30 | Standard library OS support for Apple WatchOS | Vladimir Michael Eatwell | -0/+235 |
| 2022-09-29 | Rollup merge of #98368 - sunfishcode:sunfishcode/std-os-fd, r=joshtriplett | Yuki Okushi | -46/+26 |
| 2022-09-18 | Move `unix_socket_abstract` feature API to `SocketAddrExt`. | John Millikin | -83/+123 |
| 2022-09-18 | Adjust `tcp_quickack` feature to allow other `os::linux::net` features. | John Millikin | -12/+17 |
| 2022-09-12 | Rollup merge of #100767 - kadiwa4:escape_ascii, r=jackh726 | Dylan DPC | -14/+2 |
| 2022-09-04 | Don't duplicate file descriptors into stdio fds | beetrees | -1/+2 |
| 2022-09-02 | Fix compilation of the doc tests on Windows. | Dan Gohman | -0/+4 |
| 2022-08-29 | Re-introduce `unstable` attributes. | Dan Gohman | -2/+2 |
| 2022-08-29 | Clarify that the `fd` module is supported on Unix and WASI. | Dan Gohman | -3/+2 |
| 2022-08-29 | Make `std::os::fd` public. | Dan Gohman | -46/+23 |
| 2022-08-29 | Rollup merge of #96334 - devnexen:socket_mark, r=dtolnay | Matthias Krüger | -0/+50 |
| 2022-08-28 | Auto merge of #96324 - berendjan:set_tcp_quickack, r=dtolnay | bors | -0/+119 |
| 2022-08-28 | Rollup merge of #100885 - mzohreva:mz/sgx-export-cancel-type, r=Mark-Simulacrum | Matthias Krüger | -1/+3 |
| 2022-08-23 | Rollup merge of #100835 - devnexen:listener_followups, r=devnexen | Dylan DPC | -4/+2 |
| 2022-08-22 | Export Cancel from std::os::fortanix_sgx::usercalls::raw | Mohsen Zohrevandi | -1/+3 |
| 2022-08-22 | net listen backlog update, follow-up from #97963. | David CARLIER | -4/+2 |