| Age | Commit message (Expand) | Author | Lines |
| 2024-07-18 | unix: lift init of sigaltstack before sigaction | Jubilee Young | -9/+17 |
| 2024-07-18 | unix: Unsafe-wrap stack_overflow::signal_handler | Jubilee Young | -3/+10 |
| 2024-07-17 | Rollup merge of #127845 - workingjubilee:actually-break-up-big-ass-stack-over... | Trevor Gross | -90/+119 |
| 2024-07-17 | feat: adding ext that returns change_time for Windows | Julius Liu | -0/+11 |
| 2024-07-17 | Auto merge of #125942 - timokroeger:windows-once-futex, r=ChrisDenton | bors | -0/+1 |
| 2024-07-17 | Rollup merge of #127813 - ChrisDenton:win-futex, r=joboet | Trevor Gross | -5/+8 |
| 2024-07-17 | Rollup merge of #127763 - ChrisDenton:safe-unsafe-unsafe, r=tgross35 | Trevor Gross | -90/+111 |
| 2024-07-17 | unix: unsafe-wrap install_main_guard_default | Jubilee Young | -9/+12 |
| 2024-07-17 | unix: clean up install_main_guard_freebsd | Jubilee Young | -13/+12 |
| 2024-07-16 | unix: stack_start_aligned is a safe fn | Jubilee Young | -7/+9 |
| 2024-07-16 | unix: split stack_overflow::install_main_guard by os | Jubilee Young | -90/+115 |
| 2024-07-17 | Prevent double reference in generic futex | Chris Denton | -5/+8 |
| 2024-07-17 | Narrow the scope of the ReadFile unsafe block | Chris Denton | -11/+12 |
| 2024-07-17 | forbid(unsafe_op_in_unsafe_fn) in sys/os_str | Chris Denton | -2/+2 |
| 2024-07-16 | Rollup merge of #127836 - workingjubilee:forbid-unsafe-ops-in-xous-uefi, r=tg... | Trevor Gross | -1/+2 |
| 2024-07-16 | Rollup merge of #127833 - risc0:erik/zkvm-deny-unsafe, r=workingjubilee | Trevor Gross | -1/+2 |
| 2024-07-16 | Rollup merge of #127807 - ChrisDenton:win-parking, r=joboet | Trevor Gross | -26/+39 |
| 2024-07-16 | Rollup merge of #127792 - workingjubilee:read-unaligned-is-dwarfier, r=joboet | Trevor Gross | -14/+12 |
| 2024-07-16 | Rollup merge of #126776 - nnethercote:rustfmt-use-pre-cleanups-2, r=cuviper | Trevor Gross | -6/+12 |
| 2024-07-16 | uefi: Forbid unwrapped unsafe in platform modules | Jubilee Young | -0/+1 |
| 2024-07-16 | xous: Forbid unwrapped unsafe in platform modules | Jubilee Young | -1/+1 |
| 2024-07-16 | zkvm: add `#[forbid(unsafe_op_in_unsafe_fn)]` in `stdlib` | Erik Kaneda | -1/+2 |
| 2024-07-17 | Avoid comments that describe multiple `use` items. | Nicholas Nethercote | -6/+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 | std: unwrapped unsafe is VERBOTEN! | Jubilee | -1/+1 |
| 2024-07-16 | Use futex.rs for Windows thread parking | Chris Denton | -26/+39 |
| 2024-07-16 | std: Use read_unaligned for reading DWARF | Jubilee Young | -14/+12 |
| 2024-07-16 | deny unsafe_op_in_unsafe_fn for teeos | 袁浩----天命剑主 | -0/+1 |
| 2024-07-16 | clean unsafe op in unsafe fn | 袁浩----天命剑主 | -13/+15 |
| 2024-07-16 | clean unsafe op in unsafe fn | 袁浩----天命剑主 | -4/+4 |
| 2024-07-16 | clean unsafe op in unsafe fn | 袁浩----天命剑主 | -9/+9 |
| 2024-07-16 | delete #![allow(unsafe_op_in_unsafe_fn)] | 袁浩----天命剑主 | -1/+0 |
| 2024-07-15 | lib: replace some `mem::forget`'s with `ManuallyDrop` | Pavel Grigorenko | -43/+24 |
| 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 | -47/+63 |
| 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 | Rollup merge of #127744 - workingjubilee:deny-unsafe-op-in-std, r=jhpratt | Jubilee | -0/+2 |
| 2024-07-15 | Rollup merge of #127712 - ChrisDenton:raw-types, r=workingjubilee | Jubilee | -187/+157 |
| 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 |
| 2024-07-15 | Fix Windows 7 | Chris Denton | -4/+4 |
| 2024-07-15 | Don't re-export `c_int` from `c` | Chris Denton | -8/+7 |
| 2024-07-15 | Remove DWORD | Chris Denton | -92/+81 |
| 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 |