| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-07-20 | Inject win arm32 shims into metadata generation | Chris Denton | -41/+26 |
| 2024-07-17 | feat: adding ext that returns change_time for Windows | Julius Liu | -0/+11 |
| 2024-07-17 | Rollup merge of #127813 - ChrisDenton:win-futex, r=joboet | Trevor Gross | -4/+7 |
| 2024-07-17 | Rollup merge of #127763 - ChrisDenton:safe-unsafe-unsafe, r=tgross35 | Trevor Gross | -87/+107 |
| 2024-07-17 | Prevent double reference in generic futex | Chris Denton | -4/+7 |
| 2024-07-17 | Narrow the scope of the ReadFile unsafe block | Chris Denton | -11/+12 |
| 2024-07-16 | Add unsafe blocks in unsafe Thread::new | Chris Denton | -13/+17 |
| 2024-07-16 | Remove `slice_to_end` | Chris Denton | -18/+13 |
| 2024-07-16 | Use futex.rs for Windows thread parking | Chris Denton | -0/+5 |
| 2024-07-15 | allow(unsafe_op_in_unsafe_fn) on some functions | Chris Denton | -3/+6 |
| 2024-07-15 | Some Windows functions are safe | Chris Denton | -23/+25 |
| 2024-07-15 | Deny more windows unsafe_op_in_unsafe_fn | Chris Denton | -45/+60 |
| 2024-07-15 | Windows: move BSD socket shims to netc | Chris Denton | -109/+109 |
| 2024-07-15 | Rollup merge of #127750 - ChrisDenton:safe-unsafe-unsafe, r=workingjubilee | Jubilee | -10/+25 |
| 2024-07-15 | Move safety comment outside unsafe block | Chris Denton | -1/+1 |
| 2024-07-15 | Make pal/windows default to deny unsafe in unsafe | Chris Denton | -11/+26 |