| Age | Commit message (Expand) | Author | Lines |
| 2024-07-21 | Rollup merge of #127583 - Nilstrieb:invalid-utf8, r=joboet | Jubilee | -2/+3 |
| 2024-07-21 | Fix warnings when checking armv6k-nintendo-3ds | Ian Chamberlain | -2/+1 |
| 2024-07-21 | Deal with invalid UTF-8 from `gai_strerror` | Nilstrieb | -2/+3 |
| 2024-07-21 | std::thread: available_parallelism implementation for vxWorks proposal. | David Carlier | -1/+11 |
| 2024-07-20 | Rollup merge of #127734 - ChrisDenton:netc, r=Mark-Simulacrum | Matthias Krüger | -109/+109 |
| 2024-07-20 | Rollup merge of #127873 - workingjubilee:forbid-unsafe-ops-for-kmc-solid, r=A... | Matthias Krüger | -1/+1 |
| 2024-07-20 | Rollup merge of #127843 - workingjubilee:break-up-big-ass-stack-overflow-fn, ... | Matthias Krüger | -24/+61 |
| 2024-07-20 | Inject win arm32 shims into metadata generation | Chris Denton | -41/+26 |
| 2024-07-20 | Rollup merge of #123196 - Ayush1325:uefi-process, r=joboet | Matthias Krüger | -3/+886 |
| 2024-07-19 | kmc-solid: forbid(unsafe_op_in_unsafe_fn) | Jubilee Young | -1/+1 |
| 2024-07-19 | Rollup merge of #112328 - juliusl:pr/windows-add-change-time, r=ChrisDenton | Matthias Krüger | -0/+11 |
| 2024-07-19 | uefi: process: Fixes from PR | Ayush Singh | -151/+230 |
| 2024-07-19 | uefi: process: Final Touchups | Ayush Singh | -19/+19 |
| 2024-07-19 | uefi: process: Add CommandArgs support | Ayush Singh | -14/+26 |
| 2024-07-19 | uefi: process: Add support for args | Ayush Singh | -21/+55 |
| 2024-07-19 | uefi: process Implement inherit | Ayush Singh | -20/+37 |
| 2024-07-19 | uefi: process: Add null protocol | Ayush Singh | -38/+100 |
| 2024-07-19 | uefi: process: Add stderr support | Ayush Singh | -2/+34 |
| 2024-07-19 | uefi: process: Add support to capture stdout | Ayush Singh | -8/+258 |
| 2024-07-19 | uefi: Add process | Ayush Singh | -2/+399 |
| 2024-07-18 | unix: acquire-load NEED_ALTSTACK | Jubilee | -1/+1 |
| 2024-07-18 | unix: Unsafe-wrap stack_overflow::{drop,make}_handler | Jubilee Young | -10/+27 |
| 2024-07-18 | unix: Unsafe-wrap stack_overflow::cleanup | Jubilee Young | -1/+6 |
| 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 | 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 | 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 | -4/+7 |
| 2024-07-17 | Narrow the scope of the ReadFile unsafe block | Chris Denton | -11/+12 |
| 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 | -0/+20 |
| 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 | Use futex.rs for Windows thread parking | Chris Denton | -0/+20 |
| 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 | 袁浩----天命剑主 | -9/+9 |
| 2024-07-16 | delete #![allow(unsafe_op_in_unsafe_fn)] | 袁浩----天命剑主 | -1/+0 |