| Age | Commit message (Expand) | Author | Lines |
| 2025-09-08 | Rust build fails on OpenBSD after using file_lock feature | Sebastien Marie | -0/+10 |
| 2025-07-09 | Fix VxWorks build errors | B I Mohammed Abbas | -1/+0 |
| 2025-06-28 | Workaround for mem safety in third party dlls | Chris Denton | -9/+10 |
| 2025-06-13 | Windows: make read_dir stop iterating on error | Chris Denton | -0/+1 |
| 2025-06-05 | Optimize `Seek::stream_len` impl for `File` | Tobias Bucher | -0/+37 |
| 2025-05-27 | Rollup merge of #141312 - cberner:filelock_from, r=joshtriplett | Matthias Krüger | -8/+2 |
| 2025-05-20 | Remove unnecessary handling of ERROR_IO_PENDING | Christopher Berner | -8/+2 |
| 2025-05-14 | Fix settimes for vxworks | B I Mohammed Abbas | -2/+1 |
| 2025-05-03 | Rollup merge of #139343 - cberner:filelock_wouldblock, r=workingjubilee | Matthias Krüger | -41/+58 |
| 2025-05-01 | Change signature of File::try_lock and File::try_lock_shared | Christopher Berner | -41/+58 |
| 2025-04-27 | use generic Atomic type where possible | Christopher Durham | -4/+4 |
| 2025-04-24 | Rollup merge of #139450 - NobodyXu:new-api/make-fifo, r=tgross35 | Matthias Krüger | -1/+7 |
| 2025-04-23 | Impl new API `std::os::unix::fs::mkfifo` under feature `unix_fifo` | Jiahao XU | -1/+7 |
| 2025-04-18 | std: Use fstatat() on illumos | Patrick Mooney | -3/+6 |
| 2025-04-17 | Rollup merge of #139667 - 1c3t3a:remove-no-sanitize, r=m-ou-se | Matthias Krüger | -14/+0 |
| 2025-04-13 | Rollup merge of #139683 - ChrisDenton:windows-with-native, r=tgross35,joboet | Chris Denton | -47/+52 |
| 2025-04-12 | Rollup merge of #139382 - ChrisDenton:windows-bindgen-0-61, r=Mark-Simulacrum | Chris Denton | -1/+1 |
| 2025-04-11 | Use with_native_path for Windows | Chris Denton | -47/+52 |
| 2025-04-11 | cfi: Remove #[no_sanitize(cfi)] for extern weak functions | Bastian Kersting | -14/+0 |
| 2025-04-05 | Rollup merge of #139092 - thaliaarchi:move-fd-pal, r=joboet | Matthias Krüger | -1/+1 |
| 2025-04-04 | Move fd into sys | Thalia Archibald | -1/+1 |
| 2025-04-04 | Update windows-bindgen to 0.61.0 | Chris Denton | -1/+1 |
| 2025-04-01 | Auto merge of #138928 - ChrisDenton:fix-uwp, r=tgross35 | bors | -1/+1 |
| 2025-03-29 | Rollup merge of #138832 - ChrisDenton:with_native_path, r=joboet | Matthias Krüger | -107/+173 |
| 2025-03-29 | Start using with_native_path in std::sys::fs | Chris Denton | -107/+173 |
| 2025-03-26 | Change the syntax of the internal `weak!` macro | Mads Marquart | -6/+10 |
| 2025-03-25 | Fix UWP reparse point check | Chris Denton | -1/+1 |
| 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 |