| Age | Commit message (Expand) | Author | Lines |
| 2024-08-22 | Rollup merge of #128432 - g0djan:godjan/wasi_prohibit_implicit_unsafe, r=tgro... | Matthias Krüger | -2/+2 |
| 2024-08-14 | CommandExt::before_exec: deprecate safety in edition 2024 | Ralf Jung | -3/+11 |
| 2024-08-07 | Rollup merge of #128539 - biabbas:deny_unsafe, r=workingjubilee | Matthias Krüger | -0/+1 |
| 2024-08-05 | WASI fixing unsafe_op_in_unsafe_fn for std::{os, sys} | Georgii Rylov | -2/+2 |
| 2024-08-03 | Rollup merge of #127586 - zachs18:more-must-use, r=cuviper | Matthias Krüger | -0/+4 |
| 2024-08-03 | Forbid unsafe_op_in_unsafe_fn in vxworks specific os and sys files | B I Mohammed Abbas | -0/+1 |
| 2024-08-01 | fix(os/hermit): `deny(unsafe_op_in_unsafe_fn)` | Martin Kröning | -0/+1 |
| 2024-07-30 | Rollup merge of #128315 - zetanumbers:psvita-unsafe-in-unsafe, r=workingjubilee | Matthias Krüger | -37/+1 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -146/+101 |
| 2024-07-28 | Add forbid(unsafe_op_in_unsafe_fn) | Daria Sukhonina | -0/+1 |
| 2024-07-28 | Rollup merge of #127765 - bitfield:fix_stdlib_doc_nits, r=dtolnay | Guillaume Gomez | -83/+92 |
| 2024-07-28 | fix: psvita's std code | Daria Sukhonina | -37/+0 |
| 2024-07-27 | [illumos/solaris] set MSG_NOSIGNAL while writing to sockets | Rain | -0/+4 |
| 2024-07-26 | Fix doc nits | John Arundel | -83/+92 |
| 2024-07-24 | Rollup merge of #127733 - GrigorenkoPV:don't-forget, r=Amanieu | Matthias Krüger | -17/+8 |
| 2024-07-24 | Rollup merge of #127480 - biabbas:vxworks, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2024-07-24 | Add chroot unsupported implementation for VxWorks | B I Mohammed Abbas | -1/+1 |
| 2024-07-22 | Rollup merge of #127996 - ian-h-chamberlain:fix/horizon-warnings-unsafe-in-un... | 许杰友 Jieyou Xu (Joe) | -0/+2 |
| 2024-07-21 | Fix warnings when checking armv6k-nintendo-3ds | Ian Chamberlain | -0/+2 |
| 2024-07-20 | Rollup merge of #127873 - workingjubilee:forbid-unsafe-ops-for-kmc-solid, r=A... | Matthias Krüger | -1/+1 |
| 2024-07-19 | kmc-solid: forbid(unsafe_op_in_unsafe_fn) | Jubilee Young | -1/+1 |
| 2024-07-19 | Rollup merge of #112328 - juliusl:pr/windows-add-change-time, r=ChrisDenton | Matthias Krüger | -0/+10 |
| 2024-07-17 | feat: adding ext that returns change_time for Windows | Julius Liu | -0/+10 |
| 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 | lib: replace some `mem::forget`'s with `ManuallyDrop` | Pavel Grigorenko | -17/+8 |
| 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-10 | Add `must_use` to IntoRawFd/IntoRawSocket/IntoRawHandle's methods. | Zachary S | -0/+4 |
| 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 |