| Age | Commit message (Expand) | Author | Lines |
| 2025-03-10 | Remove unused file | Nicole L | -4/+0 |
| 2025-03-10 | Format after patches have been applied | Nicole LeGare | -6/+11 |
| 2025-03-10 | Apply rustc-0054-Add-std-os-fd-support-for-Trusty.patch | Nicole LeGare | -6/+43 |
| 2025-03-10 | Readd os::cygwin::raw as pub(crate) | 王宇逸 | -0/+5 |
| 2025-03-10 | Remove std::os::cygwin::raw | 王宇逸 | -91/+0 |
| 2025-03-10 | Fix building for cygwin | 王宇逸 | -0/+1 |
| 2025-03-10 | Initial STD support for Cygwin | 王宇逸 | -2/+207 |
| 2025-03-06 | library: Use size_of from the prelude instead of imported | Thalia Archibald | -25/+17 |
| 2025-02-28 | Use correct error message casing for `io::const_error`s | Noratrieb | -1/+1 |
| 2025-02-17 | Remove std::os::wasi::fs::FileExt::tell | Thalia Archibald | -11/+0 |
| 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-27 | Overhaul examples for PermissionsExt | Marijn Schouten | -49/+75 |
| 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 |