| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-10-20 | replace FindFirstFileW with FindFirstFileExW and regenerate bindings | klensy | -3/+9 |
| 2024-10-19 | Support lock() and lock_shared() on async IO Files | Christopher Berner | -13/+49 |
| 2024-10-17 | Abstract the state type for futexes | Paul Menage | -15/+20 |
| 2024-10-17 | Win: Remove special casing of the win7 target for `std::fs::rename` | George Tokmaji | -14/+1 |
| 2024-10-14 | Fix two const-hacks | George Bateman | -15/+4 |
| 2024-10-13 | Implement file_lock feature | Christopher Berner | -0/+97 |
| 2024-10-13 | remove outdated comment now that Miri is on CI | Ralf Jung | -1/+0 |
| 2024-10-13 | sys/windows: remove miri hack that is only needed for win7 | Ralf Jung | -7/+3 |
| 2024-10-05 | Stabilize `std::io::ErrorKind::QuotaExceeded` | Pavel Grigorenko | -2/+2 |
| 2024-09-30 | Win: Use `FILE_RENAME_FLAG_POSIX_SEMANTICS` for `std::fs::rename` if available | George Tokmaji | -1/+163 |
| 2024-09-25 | Use `&raw` in the standard library | Josh Stone | -29/+24 |
| 2024-09-23 | std: implement the `random` feature | joboet | -32/+4 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -26/+26 |
| 2024-09-18 | Rollup merge of #129934 - ChrisDenton:remove-dir-all3, r=Amanieu | Jubilee | -3/+12 |
| 2024-09-12 | Rollup merge of #130101 - RalfJung:const-cleanup, r=fee1-dead | Matthias Krüger | -1/+1 |
| 2024-09-11 | Rollup merge of #130207 - GrigorenkoPV:ERROR_CANT_RESOLVE_FILENAME, r=ChrisDe... | Matthias Krüger | -0/+1 |
| 2024-09-11 | Map `ERROR_CANT_RESOLVE_FILENAME` to `ErrorKind::FilesystemLoop` | Pavel Grigorenko | -0/+1 |
| 2024-09-11 | Map `WSAEDQUOT` to `ErrorKind::FilesystemQuotaExceeded` | Pavel Grigorenko | -0/+1 |
| 2024-09-08 | add FIXME(const-hack) | Ralf Jung | -1/+1 |
| 2024-09-03 | Win: Open dir for sync access in remove_dir_all | Chris Denton | -3/+12 |
| 2024-09-03 | More robust extension checking | Chris Denton | -6/+19 |
| 2024-08-31 | Move remove_dir_all impl into a module | Chris Denton | -169/+253 |
| 2024-08-28 | Rollup merge of #129378 - goffrie:patch-3, r=ChrisDenton | Jubilee | -13/+9 |
| 2024-08-27 | std: move allocators to `sys` | joboet | -272/+0 |
| 2024-08-23 | Rollup merge of #127623 - lolbinarycat:fix_remove_dir_all, r=Amanieu | Matthias Krüger | -2/+2 |
| 2024-08-22 | fix: fs::remove_dir_all: treat ENOENT as success | binarycat | -2/+2 |
| 2024-08-21 | format | Geoffry Song | -9/+2 |
| 2024-08-21 | Clean up cfg-gating of ProcessPrng extern | Geoffry Song | -13/+16 |
| 2024-08-09 | Add windows-targets crate to std's sysroot | Chris Denton | -41/+1 |
| 2024-08-03 | Rollup merge of #128368 - nnethercote:rustfmt-tweaks, r=cuviper | Matthias Krüger | -0/+1 |
| 2024-08-03 | Rollup merge of #127586 - zachs18:more-must-use, r=cuviper | Matthias Krüger | -3/+3 |
| 2024-07-30 | Move Windows implementation of anon pipe | Chris Denton | -17/+0 |
| 2024-07-30 | Insert some blank lines. | Nicholas Nethercote | -0/+1 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -94/+54 |
| 2024-07-26 | Fix doc nits | John Arundel | -3/+3 |
| 2024-07-25 | fix: compilation issue w/ refactored type | Julius Liu | -2/+2 |
| 2024-07-25 | Rollup merge of #127999 - ChrisDenton:arm32, r=Amanieu | Matthias Krüger | -41/+26 |
| 2024-07-24 | Forbid unsafe_op_in_unsafe_fn in sys/pal/windows | Chris Denton | -10/+14 |
| 2024-07-24 | Import `core::ffi::c_void` in more places | Chris Denton | -22/+21 |
| 2024-07-24 | Rollup merge of #128092 - ChrisDenton:wrappers, r=workingjubilee | Matthias Krüger | -126/+43 |
| 2024-07-24 | Auto merge of #127153 - NobodyXu:pipe, r=ChrisDenton | bors | -3/+30 |
| 2024-07-23 | Initial implementation of anonymous_pipe | Jiahao XU | -3/+30 |
| 2024-07-23 | Remove wrapper functions from c.rs | Chris Denton | -126/+43 |
| 2024-07-20 | Rollup merge of #127734 - ChrisDenton:netc, r=Mark-Simulacrum | Matthias Krüger | -109/+109 |