| Age | Commit message (Expand) | Author | Lines |
| 2024-07-15 | Rollup merge of #127750 - ChrisDenton:safe-unsafe-unsafe, r=workingjubilee | Jubilee | -25/+51 |
| 2024-07-15 | Rollup merge of #127744 - workingjubilee:deny-unsafe-op-in-std, r=jhpratt | Jubilee | -66/+89 |
| 2024-07-15 | Rollup merge of #127712 - ChrisDenton:raw-types, r=workingjubilee | Jubilee | -200/+166 |
| 2024-07-15 | Move safety comment outside unsafe block | Chris Denton | -1/+1 |
| 2024-07-15 | Make os/windows default to deny unsafe in unsafe | Chris Denton | -15/+26 |
| 2024-07-15 | Make pal/windows default to deny unsafe in unsafe | Chris Denton | -11/+26 |
| 2024-07-15 | Fix Windows 7 | Chris Denton | -4/+4 |
| 2024-07-15 | Auto merge of #127719 - devnexen:math_log_fix_solill, r=Amanieu | bors | -34/+3 |
| 2024-07-15 | Don't re-export `c_int` from `c` | Chris Denton | -8/+7 |
| 2024-07-15 | Remove DWORD | Chris Denton | -105/+90 |
| 2024-07-15 | Remove ULONG | Chris Denton | -14/+13 |
| 2024-07-15 | Remove PSRWLOCK | Chris Denton | -4/+1 |
| 2024-07-15 | Remove LPVOID | Chris Denton | -18/+18 |
| 2024-07-15 | Remove LPSECURITY_ATTRIBUTES | Chris Denton | -3/+2 |
| 2024-07-15 | Remove LPOVERLAPPED | Chris Denton | -2/+1 |
| 2024-07-15 | Remove LPCVOID | Chris Denton | -2/+1 |
| 2024-07-15 | Remove SIZE_T | Chris Denton | -3/+2 |
| 2024-07-15 | Remove CHAR | Chris Denton | -4/+3 |
| 2024-07-15 | Remove USHORT | Chris Denton | -4/+3 |
| 2024-07-15 | Remove LPWSTR | Chris Denton | -10/+8 |
| 2024-07-15 | Remove UINT | Chris Denton | -2/+1 |
| 2024-07-15 | Remove LONG | Chris Denton | -4/+2 |
| 2024-07-15 | Remove LARGE_INTEGER | Chris Denton | -16/+15 |
| 2024-07-15 | Remove NonZeroDWORD | Chris Denton | -5/+3 |
| 2024-07-15 | Auto merge of #127732 - GrigorenkoPV:teeos-safe-sys-init, r=Amanieu | bors | -5/+6 |
| 2024-07-14 | std: Unsafe-wrap std::sync | Jubilee Young | -41/+54 |
| 2024-07-14 | std: Unsafe-wrap in Wtf8 impl | Jubilee Young | -5/+10 |
| 2024-07-14 | std: Unsafe-wrap std::io | Jubilee Young | -9/+13 |
| 2024-07-14 | std: Directly call unsafe {un,}setenv in env | Jubilee Young | -11/+4 |
| 2024-07-14 | std: Unsafe-wrap OSStr{,ing}::from_encoded_bytes_unchecked | Jubilee Young | -3/+2 |
| 2024-07-14 | std: Unsafe-wrap HashMap::get_many_unchecked_mut | Jubilee Young | -3/+1 |
| 2024-07-14 | std: deny(unsafe_op_in_unsafe_fn) but allow sites | Jubilee Young | -1/+12 |
| 2024-07-14 | Add `classify` and related methods for `f16` and `f128` | Trevor Gross | -38/+94 |
| 2024-07-14 | std: removes logarithms family function edge cases handling for solaris. | David Carlier | -34/+3 |
| 2024-07-14 | sys::init is not unsafe on teeos | Pavel Grigorenko | -5/+6 |
| 2024-07-14 | Auto merge of #125935 - madsmtm:merge-os-apple, r=workingjubilee | bors | -797/+86 |
| 2024-07-14 | Merge Apple `std::os` extensions modules into `std::os::darwin` | Mads Marquart | -797/+86 |
| 2024-07-14 | Rollup merge of #127704 - workingjubilee:fixup-better-than, r=ChrisDenton | Matthias Krüger | -2/+2 |
| 2024-07-14 | Auto merge of #127706 - workingjubilee:rollup-d07ij30, r=workingjubilee | bors | -7/+17 |
| 2024-07-13 | Rollup merge of #127659 - saethlin:manually-drop-bufwriter, r=joboet | Jubilee | -7/+17 |
| 2024-07-13 | Rollup merge of #127446 - zachs18:miri-stdlib-leaks-core-alloc, r=Mark-Simula... | Jubilee | -0/+3 |
| 2024-07-13 | Rollup merge of #127370 - ChrisDenton:win-sys, r=Mark-Simulacrum | Jubilee | -67/+77 |
| 2024-07-13 | Fix minor typos in std::process doc on Win argv | Jubilee Young | -2/+2 |
| 2024-07-13 | std::unix::fs: removing, now useless, layers predating macOs 10.10. | David Carlier | -59/+1 |
| 2024-07-13 | Auto merge of #127674 - jhpratt:rollup-0dxy3k7, r=jhpratt | bors | -12/+4 |
| 2024-07-13 | Rollup merge of #127661 - eduardosm:stabilize-io_slice_advance, r=cuviper | Jacob Pratt | -12/+4 |
| 2024-07-13 | Auto merge of #127397 - jyn514:multi-thread-panic-hook, r=workingjubilee | bors | -30/+31 |
| 2024-07-13 | Auto merge of #126606 - zachs18:patch-2, r=joboet | bors | -0/+77 |
| 2024-07-12 | Use ManuallyDrop in BufWriter::into_parts | Ben Kimock | -7/+17 |
| 2024-07-12 | Stabilize io_slice_advance | Eduardo Sánchez Muñoz | -12/+4 |