| Age | Commit message (Expand) | Author | Lines |
| 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 | 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-19 | Auto merge of #138653 - matthiaskrgr:rollup-fwwqmr7, r=matthiaskrgr | bors | -1/+1 |
| 2025-03-18 | Windows: fix FileType PartialEq implementation | Chris Denton | -18/+15 |
| 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 | -1/+1 |
| 2025-03-18 | Auto merge of #135368 - Ayush1325:uefi-fs-2, r=jhpratt,nicholasbishop | bors | -2/+138 |
| 2025-03-18 | uefi: fs: Implement exists | Ayush Singh | -2/+138 |
| 2025-03-17 | Implement read_buf for Hermit | Thalia Archibald | -1/+1 |
| 2025-03-17 | Rollup merge of #137621 - Berrysoft:cygwin-std, r=joboet | Jacob Pratt | -1/+10 |
| 2025-03-12 | Rollup merge of #138269 - Ayush1325:uefi-fs-permission, r=joboet | Matthias Krüger | -64/+35 |
| 2025-03-11 | Rollup merge of #138002 - 1c3t3a:fix-std-cfi-violation, r=rcvalle | Matthias Krüger | -0/+14 |
| 2025-03-10 | Fix code style | 王宇逸 | -1/+6 |
| 2025-03-10 | Initial STD support for Cygwin | 王宇逸 | -1/+5 |
| 2025-03-10 | Add comments for #[no_sanitize(cfi)] in stdlib | Bastian Kersting | -0/+2 |
| 2025-03-10 | Disable CFI for weakly linked syscalls | Bastian Kersting | -0/+12 |
| 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 | Support File::seek for Hermit | Thalia Archibald | -3/+3 |
| 2025-03-08 | Move fs into sys | Thalia Archibald | -0/+7124 |