| Age | Commit message (Expand) | Author | Lines |
| 2025-03-14 | Return OutOfMemoryError and update docs | Chris Denton | -2/+2 |
| 2025-03-14 | Windows: Use MoveFileEx by default in `fs:rename` | Chris Denton | -125/+56 |
| 2025-02-27 | Fix `*-win7-windows-msvc` target since 26eeac1a1e9fe46ffd80dd0d3dafdd2c2a644306 | Li Keqing | -2/+2 |
| 2025-02-15 | Rollup merge of #136978 - ChrisDenton:windows-bindgen, r=Amanieu | Jacob Pratt | -2734/+2770 |
| 2025-02-13 | std: Apply deprecated_safe_2024 | Eric Huss | -2/+4 |
| 2025-02-13 | Windows: Update generated bindings to 0.59 | Chris Denton | -2734/+2770 |
| 2025-02-10 | Rollup merge of #136705 - compiler-errors:edition-library, r=jhpratt | Jubilee | -4/+4 |
| 2025-02-10 | Rollup merge of #136552 - ChrisDenton:option-find-handle, r=Mark-Simulacrum | Jubilee | -10/+6 |
| 2025-02-09 | Mark extern blocks as unsafe | Michael Goulet | -3/+3 |
| 2025-02-09 | Mark link_section attr with unsafe | Michael Goulet | -1/+1 |
| 2025-02-09 | Auto merge of #136751 - bjorn3:update_rustfmt, r=Mark-Simulacrum | bors | -4/+4 |
| 2025-02-09 | Auto merge of #136754 - Urgau:rollup-qlkhjqr, r=Urgau | bors | -2/+24 |
| 2025-02-09 | Rollup merge of #134679 - ChrisDenton:rm-readonly, r=Mark-Simulacrum | Urgau | -2/+24 |
| 2025-02-08 | Rustfmt | bjorn3 | -4/+4 |
| 2025-02-07 | std: get rid of `sys_common::io` | joboet | -1/+1 |
| 2025-02-07 | std: move `io` module out of `pal` | joboet | -154/+0 |
| 2025-02-04 | Use Option for FindNextFileHandle | Chris Denton | -10/+6 |
| 2025-02-02 | std: move network code into `sys` | joboet | -576/+1 |
| 2025-01-26 | Windows: Test that deleting a running binary fails | Chris Denton | -2/+4 |
| 2025-01-26 | Windows: remove readonly files | Chris Denton | -2/+22 |
| 2025-01-21 | Remove test panic from File::open | Chris Denton | -3/+0 |
| 2025-01-14 | std: lazily allocate the main thread handle | joboet | -4/+4 |
| 2025-01-11 | Add inherent versions of MaybeUninit methods for slices | ltdk | -4/+4 |
| 2025-01-07 | Avoid naming variables `str` | Josh Triplett | -3/+3 |
| 2025-01-03 | Fix UWP build | bdbai | -2/+3 |
| 2024-12-27 | Auto merge of #134822 - jieyouxu:rollup-5xuaq82, r=jieyouxu | bors | -2/+27 |
| 2024-12-27 | Rollup merge of #134819 - ChrisDenton:trunc, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-12-27 | Rollup merge of #134622 - ChrisDenton:write-file-utf8, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -1/+26 |
| 2024-12-27 | Fix renaming symlinks on Windows | Chris Denton | -7/+10 |
| 2024-12-27 | Fix mistake in windows file open | Chris Denton | -1/+1 |
| 2024-12-24 | Windows: Use FILE_ALLOCATION_INFO for truncation | Chris Denton | -8/+20 |
| 2024-12-21 | Rollup merge of #131072 - Fulgen301:windows-rename-posix-semantics, r=ChrisDe... | Matthias Krüger | -1/+153 |
| 2024-12-21 | Windows: Use WriteFile to write to a UTF-8 console | Chris Denton | -1/+26 |
| 2024-12-21 | Rollup merge of #123604 - michaelvanstraten:proc_thread_attribute_list, r=Chr... | Matthias Krüger | -90/+13 |
| 2024-12-20 | mri: add track_caller to thread spawning methods for better backtraces | Ralf Jung | -0/+1 |
| 2024-12-06 | Rollup merge of #130254 - GrigorenkoPV:QuotaExceeded, r=dtolnay | Matthias Krüger | -2/+2 |
| 2024-11-30 | Abstract `ProcThreadAttributeList` into its own struct | Michael van Straten | -90/+13 |
| 2024-11-30 | Rollup merge of #132515 - kornelski:home_fix, r=jhpratt | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2024-11-26 | std: update internal uses of `io::const_error!` | joboet | -27/+22 |
| 2024-11-14 | Rollup merge of #132790 - aDotInTheVoid:ioslice-asslice-rides-again, r=cuviper | Jubilee | -1/+6 |
| 2024-11-11 | Rollup merge of #130999 - cberner:flock_pr, r=joboet | Matthias Krüger | -0/+123 |
| 2024-11-09 | Add as_slice/into_slice for IoSlice/IoSliceMut. | Alona Enraght-Moony | -1/+6 |
| 2024-11-08 | Address review comments | Christopher Berner | -32/+24 |
| 2024-11-08 | Update library/std/src/sys/pal/windows/fs.rs | Christopher Berner | -6/+4 |
| 2024-11-04 | Fix and undeprecate home_dir() | Kornel | -2/+2 |
| 2024-11-02 | Fix type reference in documents which was being confused with html tags. | Houtamelo | -1/+1 |
| 2024-10-29 | Win: rename: Use offset_of! in struct size calculation | George Tokmaji | -4/+7 |
| 2024-10-25 | library: consistently use American spelling for 'behavior' | Ralf Jung | -7/+7 |
| 2024-10-20 | fix docs | klensy | -6/+6 |
| 2024-10-20 | replace FindFirstFileW with FindFirstFileExW and apply optimization | klensy | -4/+25 |