| Age | Commit message (Expand) | Author | Lines |
| 2025-03-27 | std: get rid of pre-Vista fallback code | joboet | -22/+6 |
| 2025-03-25 | Fix typo in error message | Thalia Archibald | -1/+1 |
| 2025-03-25 | Rollup merge of #138875 - thaliaarchi:trusty-build, r=randomPoison,saethlin | Jacob Pratt | -2/+0 |
| 2025-03-24 | Rollup merge of #138662 - Ayush1325:uefi-fs-1, r=nicholasbishop,petrochenkov | Matthias Krüger | -12/+62 |
| 2025-03-24 | std: fs: uefi: Implement OpenOptions | Ayush Singh | -8/+58 |
| 2025-03-24 | std: fs: uefi: Make lstat call stat | Ayush Singh | -2/+2 |
| 2025-03-24 | std: fs: uefi: Implement canonicalize | Ayush Singh | -2/+2 |
| 2025-03-23 | Trusty: Fix build for anonymous pipes and std::sys::process | Thalia Archibald | -2/+0 |
| 2025-03-23 | Rollup merge of #138671 - ChrisDenton:filetype, r=joshtriplett | Jacob Pratt | -18/+15 |
| 2025-03-23 | Rollup merge of #138667 - Ayush1325:uefi-mkdir, r=joboet | Michael Goulet | -4/+30 |
| 2025-03-23 | Rollup merge of #138236 - Ayush1325:uefi-event, r=petrochenkov | Michael Goulet | -38/+58 |
| 2025-03-23 | Auto merge of #136929 - joboet:move_process_pal, r=Mark-Simulacrum | bors | -104/+90 |
| 2025-03-23 | Auto merge of #136769 - thaliaarchi:io-optional-methods/stdio, r=joboet | bors | -133/+101 |
| 2025-03-22 | Auto merge of #138841 - matthiaskrgr:rollup-bfkls57, r=matthiaskrgr | bors | -2/+3 |
| 2025-03-22 | Auto merge of #138831 - matthiaskrgr:rollup-3t0dqiz, r=matthiaskrgr | bors | -0/+87 |
| 2025-03-22 | Rollup merge of #138765 - Berrysoft:cygwin-thread-name, r=joboet | Matthias Krüger | -2/+3 |
| 2025-03-22 | std: move process implementations to `sys` | joboet | -104/+90 |
| 2025-03-22 | Rollup merge of #138609 - Berrysoft:cygwin-stackoverflow, r=joboet | Matthias Krüger | -0/+87 |
| 2025-03-22 | Rollup merge of #138673 - taiki-e:trusty-fix, r=Noratrieb | Matthias Krüger | -1/+1 |
| 2025-03-22 | Use unit structs for stateless stdio | Thalia Archibald | -12/+12 |
| 2025-03-22 | Implement optional methods for unsupported stdio | Thalia Archibald | -1/+64 |
| 2025-03-21 | Fix Thread::set_name on cygwin | 王宇逸 | -2/+3 |
| 2025-03-19 | Auto merge of #138653 - matthiaskrgr:rollup-fwwqmr7, r=matthiaskrgr | bors | -6/+18 |
| 2025-03-18 | Windows: fix FileType PartialEq implementation | Chris Denton | -18/+15 |
| 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 |