| Age | Commit message (Expand) | Author | Lines |
| 2025-09-26 | Update CURRENT_RUSTC_VERSION post-bump | Mark Rousskov | -1/+1 |
| 2025-09-04 | Rollup merge of #140459 - niklasf:feature/read-buf-at, r=tgross35 | Stuart Cook | -0/+43 |
| 2025-09-03 | Add `read_buf` equivalents for positioned reads | Niklas Fiekas | -0/+43 |
| 2025-08-27 | Rollup merge of #145335 - clarfonthey:wtf8-core-alloc, r=Mark-Simulacrum | Matthias Krüger | -4/+34 |
| 2025-08-20 | Move WTF-8 code from std to core/alloc | ltdk | -4/+34 |
| 2025-08-19 | Fix doc of `std::os::windows::io::BorrowedSocket::borrow_raw` | Lorenz Leutgeb | -1/+1 |
| 2025-05-14 | wire up startupinfo methods | Federico Terzi | -0/+36 |
| 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-11 | Migrate std to Rust 2024 | Eric Huss | -1/+1 |
| 2025-03-06 | library: Use size_of from the prelude instead of imported | Thalia Archibald | -7/+2 |
| 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-08 | Rustfmt | bjorn3 | -4/+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-21 | Rollup merge of #123604 - michaelvanstraten:proc_thread_attribute_list, r=Chr... | Matthias Krüger | -55/+273 |
| 2024-12-15 | Auto merge of #133223 - zachs18:uniquerc-impls, r=Noratrieb | bors | -0/+16 |
| 2024-11-30 | Abstract `ProcThreadAttributeList` into its own struct | Michael van Straten | -55/+273 |
| 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-09-11 | Rollup merge of #130168 - juliusl:pr/fix-win-fs-change-time-links, r=ChrisDenton | Jubilee | -10/+14 |
| 2024-09-11 | chore: remove struct details | Julius Liu | -2/+2 |
| 2024-09-11 | docs: remove struct info | Julius Liu | -1/+1 |
| 2024-09-09 | chore: removing supporting links in favor of existing doc-comment style | Julius Liu | -13/+6 |
| 2024-09-09 | maint: update docs for change_time ext and doc links | Julius Liu | -9/+20 |
| 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 | -20/+7 |
| 2024-07-26 | Fix doc nits | John Arundel | -7/+7 |
| 2024-07-24 | Rollup merge of #127733 - GrigorenkoPV:don't-forget, r=Amanieu | Matthias Krüger | -9/+4 |
| 2024-07-17 | feat: adding ext that returns change_time for Windows | Julius Liu | -0/+10 |
| 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 | -15/+26 |
| 2024-07-10 | Add `must_use` to IntoRawFd/IntoRawSocket/IntoRawHandle's methods. | Zachary S | -0/+2 |
| 2024-07-09 | Fixed doc links | Andres Olivares | -2/+2 |
| 2024-07-09 | Few changes to doc comments. Added tracking issue number. | Andres Olivares | -4/+5 |
| 2024-07-09 | Exposing STARTUPINFOW.wShowWindow in CommandExt (show_window function) to con... | Andres Olivares | -0/+12 |
| 2024-04-09 | Update documentation related to the recent cmd.exe fix | Trevor Gross | -17/+32 |
| 2024-04-09 | Document Windows argument splitting | Chris Denton | -2/+54 |
| 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 #121711 - ChrisDenton:junction, r=Mark-Simulacrum | Guillaume Boisseau | -0/+12 |
| 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-27 | Implement junction_point | Chris Denton | -0/+12 |
| 2024-02-11 | Rollup merge of #120459 - rytheo:handle-conversion-docs, r=Mark-Simulacrum | Matthias Krüger | -0/+11 |
| 2024-02-04 | Document various I/O handle conversions | Ryan Lowe | -0/+11 |
| 2024-01-28 | Make `impl<T: AsHandle>` impl take `?Sized` | Gary Guo | -5/+5 |
| 2024-01-28 | std: Update documentation of seek_write on Windows | Alex Crichton | -1/+1 |
| 2023-11-23 | Fix tracking issue of Windows ExitCodeExt | David Tolnay | -3/+3 |
| 2023-11-22 | unnecessary_mut_passed | Chris Denton | -2/+2 |