| Age | Commit message (Expand) | Author | Lines |
| 2024-11-25 | replace placeholder version | Boxy | -1/+1 |
| 2024-11-14 | Fix a copy-paste issue in the NuttX raw type definition | Huang Qi | -1/+1 |
| 2024-11-04 | docs: fix grammar in doc comment at unix/process.rs | NotWearingPants | -1/+1 |
| 2024-11-03 | Auto merge of #123723 - madsmtm:apple-std-os, r=dtolnay | bors | -15/+37 |
| 2024-10-25 | library: consistently use American spelling for 'behavior' | Ralf Jung | -1/+1 |
| 2024-10-18 | Rollup merge of #131654 - betrusted-io:xous-various-fixes, r=thomcc | Matthias Krüger | -1/+1 |
| 2024-10-17 | Add must_use to CommandExt::exec | Callum Ryan | -0/+1 |
| 2024-10-13 | xous: ffi: correct syscall number for adjust_process | Sean Cross | -1/+1 |
| 2024-10-09 | Decouple WASIp2 sockets from WasiFd | Nicola Krumschmidt | -0/+2 |
| 2024-09-27 | Rollup merge of #130861 - cuviper:sun-path-offset, r=ibraheemdev | Guillaume Gomez | -12/+9 |
| 2024-09-26 | Add `sun_path` to the fake doc `sockaddr_un` | Josh Stone | -1/+3 |
| 2024-09-25 | Use `&raw` in the standard library | Josh Stone | -20/+16 |
| 2024-09-25 | Use `mem::offset_of!` for `sockaddr_un.sun_path` | Josh Stone | -11/+6 |
| 2024-09-24 | Initial std library support for NuttX | Huang Qi | -0/+133 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -54/+48 |
| 2024-09-19 | [Clippy] Swap `non_octal_unix_permissions` to use diagnostic item instead of ... | GnomedDev | -0/+1 |
| 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-09-07 | Auto merge of #129941 - BoxyUwU:bump-boostrap, r=albertlarsan68 | bors | -5/+1 |
| 2024-09-05 | update cfgs | Boxy | -5/+1 |
| 2024-09-03 | Port std library to RTEMS | Jan Sommer | -0/+415 |
| 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-13 | Make `std::os::darwin` public | Mads Marquart | -15/+37 |
| 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 |