| Age | Commit message (Expand) | Author | Lines |
| 2024-07-17 | Mention how you can go from `BorrowedFd` to `OwnedFd` and back | Tobias Bucher | -0/+5 |
| 2024-07-17 | Make language around `ToOwned` for `BorrowedFd` more precise | Tobias Bucher | -3/+5 |
| 2024-07-16 | Rollup merge of #127836 - workingjubilee:forbid-unsafe-ops-in-xous-uefi, r=tg... | Trevor Gross | -0/+2 |
| 2024-07-16 | Rollup merge of #126776 - nnethercote:rustfmt-use-pre-cleanups-2, r=cuviper | Trevor Gross | -1/+0 |
| 2024-07-16 | uefi: Forbid unwrapped unsafe in platform modules | Jubilee Young | -0/+1 |
| 2024-07-16 | xous: Forbid unwrapped unsafe in platform modules | Jubilee Young | -0/+1 |
| 2024-07-17 | Avoid comments that describe multiple `use` items. | Nicholas Nethercote | -1/+0 |
| 2024-07-15 | Rollup merge of #127750 - ChrisDenton:safe-unsafe-unsafe, r=workingjubilee | Jubilee | -15/+26 |
| 2024-07-15 | Make os/windows default to deny unsafe in unsafe | Chris Denton | -15/+26 |
| 2024-07-14 | std: deny(unsafe_op_in_unsafe_fn) but allow sites | Jubilee Young | -0/+1 |
| 2024-07-14 | Auto merge of #125935 - madsmtm:merge-os-apple, r=workingjubilee | bors | -777/+83 |
| 2024-07-14 | Merge Apple `std::os` extensions modules into `std::os::darwin` | Mads Marquart | -777/+83 |
| 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-07-07 | clarify `sys::unix::fd::FileDesc::drop` comment (#66876) | Ashton Hunt | -0/+5 |
| 2024-06-22 | to extract a pidfd we must consume the child | The 8472 | -7/+15 |
| 2024-06-22 | Add PidFd::{kill, wait, try_wait} | The 8472 | -16/+51 |
| 2024-06-17 | Rollup merge of #126346 - hermit-os:fd, r=Amanieu | 许杰友 Jieyou Xu (Joe) | -13/+4 |
| 2024-06-12 | export std::os::fd module on HermitOS | Stefan Lankes | -13/+4 |
| 2024-06-05 | Promote `arm64ec-pc-windows-msvc` to tier 2 | Daniel Paoliello | -1/+5 |
| 2024-06-05 | Rollup merge of #123168 - joshtriplett:size-of-prelude, r=Amanieu | Jubilee | -1/+1 |
| 2024-05-20 | Remove Windows dependency on libc | Ben Kimock | -0/+2 |
| 2024-05-19 | Rollup merge of #124304 - hermit-os:fuse, r=joboet | Michael Goulet | -1/+1 |
| 2024-05-19 | Rollup merge of #123709 - tgross35:windows-cmd-docs-update, r=ChrisDenton | Michael Goulet | -17/+32 |
| 2024-05-13 | Add `size_of`, `size_of_val`, `align_of`, and `align_of_val` to the prelude | Josh Triplett | -1/+1 |
| 2024-05-06 | iOS/tvOS/watchOS/visionOS: Default to kernel-defined backlog in listen | Mads Marquart | -4/+8 |
| 2024-05-03 | Rollup merge of #124412 - RalfJung:io-safety, r=Amanieu | Matthias Krüger | -10/+21 |
| 2024-04-28 | Use `target_vendor = "apple"` instead of `target_os = "..."` | Mads Marquart | -52/+13 |
| 2024-04-28 | put FD validity behind late debug_asserts checking | The 8472 | -11/+3 |
| 2024-04-27 | io safety: update Unix explanation | Ralf Jung | -10/+21 |
| 2024-04-23 | increase the readability by using the unique name for the hermit-abi | Stefan Lankes | -1/+1 |
| 2024-04-20 | Abort a process when FD ownership is violated | The 8472 | -1/+14 |
| 2024-04-14 | Auto merge of #122268 - ChrisDenton:no-libc, r=Mark-Simulacrum | bors | -8/+8 |
| 2024-04-14 | Replace libc::c_int with core::ffi::c_int | Chris Denton | -8/+8 |
| 2024-04-14 | Rollup merge of #123779 - semarie:notgull-openbsd-socket, r=Mark-Simulacrum | Matthias Krüger | -0/+10 |
| 2024-04-11 | OpenBSD fix long socket addresses | Sebastien Marie | -0/+10 |
| 2024-04-11 | Factor some common `io::Error` constants | Benoît du Garreau | -22/+5 |
| 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-04-05 | Rollup merge of #121419 - agg23:xrOS-pr, r=davidtwco | Guillaume Gomez | -2/+273 |
| 2024-04-02 | Rollup merge of #122935 - RalfJung:with-exposed-provenance, r=Amanieu | Jacob Pratt | -1/+1 |
| 2024-03-26 | `UnixStream`: override `read_buf` | Benoît du Garreau | -0/+8 |
| 2024-03-23 | Fixed builds with modified libc | Adam Gastineau | -0/+3 |
| 2024-03-23 | rename ptr::from_exposed_addr -> ptr::with_exposed_provenance | Ralf Jung | -1/+1 |
| 2024-03-20 | std::net: adding acceptfilter feature for netbsd/freebsd. | David Carlier | -0/+52 |
| 2024-03-19 | Expose ucred::peer_cred on QNX targets to enable dist builds | Ana Hobden | -3/+6 |
| 2024-03-18 | Support for visionOS | Adam Gastineau | -2/+270 |
| 2024-03-14 | Rollup merge of #121650 - GrigorenkoPV:cap_setgid, r=Amanieu | Matthias Krüger | -0/+7 |
| 2024-03-14 | Rollup merge of #119029 - dylni:avoid-closing-invalid-handles, r=ChrisDenton | Matthias Krüger | -21/+47 |