| Age | Commit message (Expand) | Author | Lines |
| 2025-08-19 | Fix doc of `std::os::windows::io::BorrowedSocket::borrow_raw` | Lorenz Leutgeb | -1/+1 |
| 2025-04-09 | replace version placeholder | Boxy | -12/+12 |
| 2025-03-14 | Mv os-specific trait impl of `Pipe*` into `std::os::*` | Jiahao XU | -0/+84 |
| 2025-03-06 | library: Use size_of from the prelude instead of imported | Thalia Archibald | -1/+0 |
| 2025-02-28 | Use correct error message casing for `io::const_error`s | Noratrieb | -1/+1 |
| 2025-02-14 | Add safe new to NotAllOnes | Kornel | -6/+4 |
| 2025-02-02 | std: move network code into `sys` | joboet | -4/+4 |
| 2025-01-09 | Update a bunch of library types for MCP807 | Scott McMurray | -25/+14 |
| 2024-12-15 | Auto merge of #133223 - zachs18:uniquerc-impls, r=Noratrieb | bors | -0/+16 |
| 2024-11-26 | std: update internal uses of `io::const_error!` | joboet | -1/+1 |
| 2024-11-19 | UniqueRc: platform-specific AsFd/Handle/etc impls to mirror Rc | Zachary S | -0/+16 |
| 2024-08-03 | Rollup merge of #127586 - zachs18:more-must-use, r=cuviper | Matthias Krüger | -0/+2 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -13/+3 |
| 2024-07-26 | Fix doc nits | John Arundel | -3/+3 |
| 2024-07-24 | Rollup merge of #127733 - GrigorenkoPV:don't-forget, r=Amanieu | Matthias Krüger | -9/+4 |
| 2024-07-15 | lib: replace some `mem::forget`'s with `ManuallyDrop` | Pavel Grigorenko | -9/+4 |
| 2024-07-15 | Make os/windows default to deny unsafe in unsafe | Chris Denton | -13/+23 |
| 2024-07-10 | Add `must_use` to IntoRawFd/IntoRawSocket/IntoRawHandle's methods. | Zachary S | -0/+2 |
| 2024-03-14 | Rollup merge of #119029 - dylni:avoid-closing-invalid-handles, r=ChrisDenton | Matthias Krüger | -21/+47 |
| 2024-03-09 | Rollup merge of #114655 - nbdd0121:io-safety, r=dtolnay | Guillaume Boisseau | -5/+5 |
| 2024-03-09 | Avoid closing invalid handles | dylni | -21/+47 |
| 2024-02-04 | Document various I/O handle conversions | Ryan Lowe | -0/+8 |
| 2024-01-28 | Make `impl<T: AsHandle>` impl take `?Sized` | Gary Guo | -5/+5 |
| 2023-11-22 | unnecessary_mut_passed | Chris Denton | -2/+2 |
| 2023-11-22 | useless_conversion | Chris Denton | -1/+1 |
| 2023-09-28 | Auto merge of #114882 - ChrisDenton:riddle-me, r=dtolnay | bors | -4/+4 |
| 2023-09-22 | fix OS-specific I/O safety docs since the io_safety feature is stable | Ralf Jung | -4/+7 |
| 2023-08-28 | Abstract over internal `SOCKET` type | Chris Denton | -4/+4 |
| 2023-08-14 | wording; and explain some of the possible consequences of violating io-safety | Ralf Jung | -1/+1 |
| 2023-08-14 | sync the various FromRawFd trait docs, and remove 'valid' | Ralf Jung | -2/+4 |
| 2023-08-13 | add more explicit I/O safety documentation | Ralf Jung | -1/+2 |
| 2023-05-30 | Swap out CURRENT_RUSTC_VERSION to 1.71.0 | Mark Rousskov | -6/+6 |
| 2023-05-14 | Auto merge of #108196 - sunfishcode:sunfishcode/windows-as-socket-impls, r=dt... | bors | -0/+72 |
| 2023-05-09 | Don't force include Windows goop when documenting | Chris Denton | -34/+40 |
| 2023-05-05 | Use new bindings | Chris Denton | -1/+1 |
| 2023-04-28 | replace version placeholders | Pietro Albini | -1/+1 |
| 2023-04-26 | Spelling library/ | Josh Soref | -2/+2 |
| 2023-04-10 | Stabilize IsTerminal | Josh Triplett | -1/+1 |
| 2023-02-17 | Implement `AsHandle`/`AsSocket` for `Arc`/`Rc`/`Box` on Windows | Dan Gohman | -0/+72 |
| 2022-11-20 | enable fuzzy_provenance_casts lint in libstd | Ralf Jung | -0/+1 |
| 2022-10-15 | Add `IsTerminal` trait to determine if a descriptor or handle is a terminal | Josh Triplett | -0/+17 |
| 2022-06-15 | Add the new stability attributes, for Windows. | Dan Gohman | -0/+2 |
| 2022-06-15 | Revise the documentation for `try_clone`. | Dan Gohman | -4/+4 |
| 2022-06-15 | Add `BorrowedFd::try_clone_to_owned`. | Dan Gohman | -14/+30 |
| 2022-06-15 | Document that `BorrowedFd` may be used to do a `dup`. | Dan Gohman | -3/+9 |
| 2022-06-14 | Implement stabilization of `#[feature(io_safety)]`. | Dan Gohman | -25/+86 |
| 2022-05-17 | Revert "Auto merge of #96441 - ChrisDenton:sync-pipes, r=m-ou-se" | Mark Rousskov | -13/+0 |
| 2022-05-15 | Rollup merge of #97060 - bdbai:fix/uwphandle, r=ChrisDenton | Dylan DPC | -0/+2 |
| 2022-05-15 | Rollup merge of #96947 - sunfishcode:sunfishcode/rustc-nonnull-optimization-g... | Dylan DPC | -0/+26 |
| 2022-05-15 | fix use of SetHandleInformation on UWP | bdbai | -0/+2 |