| Age | Commit message (Expand) | Author | Lines |
| 2024-09-03 | More robust extension checking | Chris Denton | -6/+24 |
| 2024-08-15 | derive(SmartPointer): register helper attributes | Ding Xiang Fei | -1/+1 |
| 2024-08-12 | Fix linkchecker issue | Lukas Bergdoll | -2/+2 |
| 2024-08-12 | Apply review comments to PartialOrd section | Lukas Bergdoll | -14/+14 |
| 2024-08-12 | Hide internal sort module | Lukas Bergdoll | -0/+1 |
| 2024-08-12 | Apply review comments | Lukas Bergdoll | -86/+97 |
| 2024-08-12 | Improve panic sections for sort*, sort_unstable* and select_nth_unstable* | Lukas Bergdoll | -15/+28 |
| 2024-08-12 | Improve panic message and surrounding documentation for Ord violations | Lukas Bergdoll | -4/+19 |
| 2024-08-03 | Revert "Rollup merge of #127107 - mu001999-contrib:dead/enhance-2, r=pnkfelix" | Michael Goulet | -0/+1 |
| 2024-07-21 | Update CURRENT_RUSTC_VERSION | Mark Rousskov | -23/+23 |
| 2024-07-20 | Rollup merge of #127873 - workingjubilee:forbid-unsafe-ops-for-kmc-solid, r=A... | Matthias Krüger | -2/+5 |
| 2024-07-20 | Rollup merge of #127843 - workingjubilee:break-up-big-ass-stack-overflow-fn, ... | Matthias Krüger | -24/+61 |
| 2024-07-20 | Rollup merge of #127918 - ChrisDenton:thread-name-string, r=joboet | Matthias Krüger | -23/+51 |
| 2024-07-20 | Rollup merge of #123196 - Ayush1325:uefi-process, r=joboet | Matthias Krüger | -4/+888 |
| 2024-07-19 | std: forbid unwrapped unsafe in unsupported_backslash | Jubilee Young | -0/+1 |
| 2024-07-19 | kmc-solid: forbid(unsafe_op_in_unsafe_fn) | Jubilee Young | -2/+4 |
| 2024-07-19 | Auto merge of #127982 - matthiaskrgr:rollup-nzyvphj, r=matthiaskrgr | bors | -6/+6 |
| 2024-07-19 | Rollup merge of #127978 - nyurik:lib-refs, r=workingjubilee | Matthias Krüger | -6/+6 |
| 2024-07-19 | Avoid ref when using format! for perf | Yuri Astrakhan | -6/+6 |
| 2024-07-19 | Rollup merge of #126199 - ivan-shrimp:nonzero_isqrt, r=tgross35 | Matthias Krüger | -45/+63 |
| 2024-07-19 | Rollup merge of #112328 - juliusl:pr/windows-add-change-time, r=ChrisDenton | Matthias Krüger | -0/+21 |
| 2024-07-19 | uefi: process: Fixes from PR | Ayush Singh | -152/+232 |
| 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-19 | improve safety comment | ivan-shrimp | -1/+1 |
| 2024-07-19 | add `NonZero<uN>::isqrt` | ivan-shrimp | -45/+63 |
| 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-18 | Rollup merge of #127594 - c6c7:fuchsia-status-code-match-arm, r=tmandry | Matthias Krüger | -2/+13 |
| 2024-07-18 | Move ThreadName conversions to &cstr/&str | Chris Denton | -6/+19 |
| 2024-07-18 | Style change | Chris Denton | -3/+3 |
| 2024-07-18 | Make `Thread::new_inner` a safe function | Chris Denton | -6/+4 |
| 2024-07-18 | Rollup merge of #127748 - scottmcm:option_len, r=joboet | Matthias Krüger | -7/+17 |
| 2024-07-18 | Rollup merge of #124881 - Sp00ph:reentrant_lock_tid, r=joboet | Matthias Krüger | -26/+144 |
| 2024-07-18 | Update `ReentrantLock` implementation, add `CURRENT_ID` thread local. | Markus Everling | -26/+144 |
| 2024-07-18 | Safely enforce thread name requirements | Chris Denton | -11/+28 |
| 2024-07-18 | Rollup merge of #127077 - tbu-:pr_doc_fd_to_owned, r=workingjubilee | Matthias Krüger | -3/+10 |
| 2024-07-17 | Rollup merge of #127861 - Kriskras99:patch-1, r=tgross35 | Trevor Gross | -11/+11 |
| 2024-07-17 | Rollup merge of #127859 - RalfJung:ptr-dyn-metadata, r=scottmcm | Trevor Gross | -6/+10 |
| 2024-07-17 | Rollup merge of #127845 - workingjubilee:actually-break-up-big-ass-stack-over... | Trevor Gross | -90/+119 |
| 2024-07-17 | Auto merge of #127865 - matthiaskrgr:rollup-8m49dlg, r=matthiaskrgr | bors | -59/+162 |