| Age | Commit message (Expand) | Author | Lines |
| 2025-03-19 | Fix build failure on Trusty | Taiki Endo | -1/+1 |
| 2025-03-18 | Add stack overflow handler for cygwin | Berrysoft | -0/+87 |
| 2025-03-18 | std: uefi: fs: Implement mkdir | Ayush Singh | -4/+30 |
| 2025-03-18 | Rollup merge of #138301 - thaliaarchi:io-optional-methods/hermit, r=tgross35 | Matthias Krüger | -6/+18 |
| 2025-03-18 | Auto merge of #135368 - Ayush1325:uefi-fs-2, r=jhpratt,nicholasbishop | bors | -5/+138 |
| 2025-03-18 | uefi: fs: Implement exists | Ayush Singh | -5/+138 |
| 2025-03-17 | Implement read_buf for Hermit | Thalia Archibald | -6/+18 |
| 2025-03-17 | Rollup merge of #137793 - NobodyXu:stablise-annoymous-pipe, r=joshtriplett | Jacob Pratt | -207/+68 |
| 2025-03-17 | Rollup merge of #137621 - Berrysoft:cygwin-std, r=joboet | Jacob Pratt | -11/+65 |
| 2025-03-16 | Rollup merge of #138573 - Noratrieb:no-unsound-bad-bonk-bonk, r=workingjubilee | Jacob Pratt | -2/+2 |
| 2025-03-16 | make `_Unwind_Action` a type alias, not enum | Noratrieb | -2/+2 |
| 2025-03-17 | uefi: Add OwnedEvent abstraction | Ayush Singh | -38/+58 |
| 2025-03-14 | Auto merge of #137424 - Ayush1325:uefi-path-node, r=nicholasbishop,cuviper | bors | -0/+179 |
| 2025-03-13 | Remove has_redox_scheme | bjorn3 | -4/+1 |
| 2025-03-13 | Remove usage of legacy scheme paths on RedoxOS | bjorn3 | -3/+6 |
| 2025-03-14 | Mv os-specific trait impl of `Pipe*` into `std::os::*` | Jiahao XU | -207/+68 |
| 2025-03-14 | Stablize feature `anonymous_pipe` | Jiahao XU | -30/+30 |
| 2025-03-13 | Rollup merge of #137355 - thaliaarchi:io-optional-methods/sgx, r=ChrisDenton | Matthias Krüger | -19/+97 |
| 2025-03-13 | Rollup merge of #136842 - randomPoison:trusty-libstd-v3, r=ChrisDenton | Matthias Krüger | -0/+121 |
| 2025-03-12 | Rollup merge of #138269 - Ayush1325:uefi-fs-permission, r=joboet | Matthias Krüger | -64/+35 |
| 2025-03-12 | Fix panic handler for cygwin | Berrysoft | -1/+4 |
| 2025-03-11 | Fix `UserRef<[T]>::copy_to_enclave_vec` | Thalia Archibald | -13/+6 |
| 2025-03-11 | Deduplicate platform stdio types | Thalia Archibald | -126/+31 |
| 2025-03-11 | Rollup merge of #138002 - 1c3t3a:fix-std-cfi-violation, r=rcvalle | Matthias Krüger | -0/+37 |
| 2025-03-10 | Update Trusty support to account for recent libstd reorganization | Nicole L | -7/+3 |
| 2025-03-10 | Remove custom TLS implementation for Trusty targets | Nicole LeGare | -39/+2 |
| 2025-03-10 | Format after patches have been applied | Nicole LeGare | -7/+6 |
| 2025-03-10 | Apply rustc-0023-Add-Trusty-OS-support-to-Rust-std.patch | Nicole LeGare | -0/+163 |
| 2025-03-10 | Remove stack overflow handler for cygwin | 王宇逸 | -8/+3 |
| 2025-03-10 | Use __xpg_strerror_r on cygwin | 王宇逸 | -1/+6 |
| 2025-03-10 | Readd os::cygwin::raw as pub(crate) | 王宇逸 | -1/+0 |
| 2025-03-10 | Unify cygwin & horizon random impl | 王宇逸 | -15/+4 |
| 2025-03-10 | Impl cygwin rand with getrandom | 王宇逸 | -11/+13 |
| 2025-03-10 | Fix code style | 王宇逸 | -4/+14 |
| 2025-03-10 | Fix building for cygwin | 王宇逸 | -5/+13 |
| 2025-03-10 | Fix `std::sys::unix::set_linger` for Cygwin | Ookiineko | -0/+11 |
| 2025-03-10 | Initial STD support for Cygwin | 王宇逸 | -5/+37 |
| 2025-03-10 | Add comments for #[no_sanitize(cfi)] in stdlib | Bastian Kersting | -1/+11 |
| 2025-03-10 | Disable CFI for weakly linked syscalls | Bastian Kersting | -0/+27 |
| 2025-03-10 | Rollup merge of #138074 - thaliaarchi:hermit-seek, r=ChrisDenton | Matthias Krüger | -5/+22 |
| 2025-03-10 | Implement read_buf and vectored read/write for SGX stdio | Thalia Archibald | -3/+49 |
| 2025-03-10 | Copy from userspace to MaybeUninit | Jethro Beekman | -3/+42 |
| 2025-03-10 | uefi: fs: Partially implement FileAttr | Ayush Singh | -15/+11 |
| 2025-03-10 | uefi: fs: Implement FileType | Ayush Singh | -30/+10 |
| 2025-03-10 | uefi: fs: Implement FilePermission | Ayush Singh | -21/+16 |
| 2025-03-09 | std: move stdio to `sys` | joboet | -150/+77 |
| 2025-03-09 | Support File::seek for Hermit | Thalia Archibald | -5/+22 |
| 2025-03-09 | Rollup merge of #138276 - bdbai:fix-uwp-ntopenfile, r=ChrisDenton | Matthias Krüger | -0/+11 |
| 2025-03-09 | Lazy load NtOpenFile for UWP | bdbai | -0/+11 |
| 2025-03-08 | Move fs into sys | Thalia Archibald | -45/+121 |