| Age | Commit message (Expand) | Author | Lines |
| 2025-02-14 | Add safe new to NotAllOnes | Kornel | -24/+12 |
| 2025-02-12 | std: replace the `FromInner` implementation for addresses with private conver... | joboet | -2/+2 |
| 2025-02-09 | Auto merge of #136751 - bjorn3:update_rustfmt, r=Mark-Simulacrum | bors | -34/+40 |
| 2025-02-08 | Rustfmt | bjorn3 | -34/+40 |
| 2025-02-07 | std: get rid of `sys_common::io` | joboet | -3/+3 |
| 2025-02-02 | std: move network code into `sys` | joboet | -9/+9 |
| 2025-01-14 | wasi/io: remove dead files | Ralf Jung | -29/+4 |
| 2025-01-14 | remove unnecessary rustc_allowed_through_unstable_modules | Ralf Jung | -5/+0 |
| 2025-01-09 | Update a bunch of library types for MCP807 | Scott McMurray | -59/+41 |
| 2025-01-01 | Avoid use of LFS64 symbols on Emscripten | Kleis Auke Wolthuizen | -3/+1 |
| 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/+32 |
| 2024-12-11 | Forbid unsafe_op_in_unsafe_fn in hurd-specific os and sys files | Samuel Thibault | -0/+1 |
| 2024-12-01 | Rollup merge of #133515 - SteveLauC:fix/hurd, r=ChrisDenton | Matthias Krüger | -1/+1 |
| 2024-11-30 | fix: hurd build, stat64.st_fsid was renamed to st_dev | Steve Lau | -1/+1 |
| 2024-11-30 | Abstract `ProcThreadAttributeList` into its own struct | Michael van Straten | -55/+273 |
| 2024-11-29 | Auto merge of #133533 - BoxyUwU:bump-boostrap, r=jieyouxu,Mark-Simulacrum | bors | -1/+1 |
| 2024-11-28 | Rollup merge of #129409 - grinapo:patch-1, r=Amanieu | Guillaume Gomez | -0/+5 |
| 2024-11-27 | replace placeholder version | Boxy | -1/+1 |
| 2024-11-26 | std: update internal uses of `io::const_error!` | joboet | -8/+7 |
| 2024-11-22 | library: update comment around close() | Ralf Jung | -10/+11 |
| 2024-11-19 | UniqueRc: platform-specific AsFd/Handle/etc impls to mirror Rc | Zachary S | -0/+32 |
| 2024-11-14 | Remove one stray space. | Peter Gervai | -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 | Update chown help with a link and adding cap warning | Peter Gervai | -1/+2 |
| 2024-08-22 | Expand std::os::unix::fs::chown() doc with a warning | Peter Gervai | -0/+4 |
| 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 |