| Age | Commit message (Expand) | Author | Lines |
| 2025-05-12 | Fix typos | omahs | -11/+11 |
| 2025-05-12 | update cfg(bootstrap) | Pietro Albini | -42/+0 |
| 2025-05-12 | update version placeholders | Pietro Albini | -13/+13 |
| 2025-05-12 | Use unreachable instead of panic | tiif | -1/+1 |
| 2025-05-12 | Auto merge of #140923 - Zalathar:operand-bundle, r=lcnr | bors | -17/+18 |
| 2025-05-11 | Auto merge of #140842 - tmiasko:print-mono-items, r=saethlin | bors | -37/+9 |
| 2025-05-11 | Return value of coroutine_layout fn changed to Result with LayoutError | Andrew Zhogin | -14/+25 |
| 2025-05-11 | feat: add generated parameters to generated function | HaeNoe | -3/+52 |
| 2025-05-11 | feat: propagate generics to generated function | HaeNoe | -8/+10 |
| 2025-05-11 | Auto merge of #140915 - matthiaskrgr:rollup-lxce4zr, r=matthiaskrgr | bors | -11/+24 |
| 2025-05-11 | Rename `OperandBundleOwned` to `OperandBundleBox` | Zalathar | -17/+18 |
| 2025-05-11 | Auto merge of #140902 - azhogin:azhogin/async-drop-open-drop-for-adt-fix, r=o... | bors | -0/+3 |
| 2025-05-11 | Rollup merge of #140862 - dpaoliello:arm64ecfp, r=wesleywiser | Matthias Krüger | -1/+7 |
| 2025-05-11 | Rollup merge of #140851 - mu001999-contrib:new-lint, r=bjorn3 | Matthias Krüger | -10/+17 |
| 2025-05-11 | Auto merge of #135015 - heiher:stabilize-loongarch-target-features, r=Amanieu | bors | -7/+7 |
| 2025-05-11 | Flatten control-flow in `inline_asm_call` after verification | Zalathar | -52/+53 |
| 2025-05-11 | Make `LLVMRustInlineAsmVerify` take `*const c_uchar` | Zalathar | -4/+3 |
| 2025-05-11 | Add a safe wrapper for `LLVMAppendModuleInlineAsm` | Zalathar | -11/+17 |
| 2025-05-11 | Use `LLVMGetInlineAsm` | Zalathar | -43/+17 |
| 2025-05-11 | Add a searchable tag `PTR_LEN_STR` to explain `*const c_uchar` bindings | Zalathar | -2/+2 |
| 2025-05-11 | Rollup merge of #140878 - nnethercote:two-expand-cleanups, r=compiler-errors | León Orell Valerian Liehr | -71/+45 |
| 2025-05-11 | Rollup merge of #140795 - mu001999-contrib:sugg-stable-import-first, r=petroc... | León Orell Valerian Liehr | -6/+70 |
| 2025-05-11 | Rollup merge of #140792 - Urgau:minimum-maximum-intrinsics, r=scottmcm,travis... | León Orell Valerian Liehr | -0/+169 |
| 2025-05-11 | Async drop fix for async_drop_in_place<T> layout calculated for unspecified T | Andrew Zhogin | -0/+3 |
| 2025-05-10 | Auto merge of #140895 - matthiaskrgr:rollup-rfvqv4t, r=matthiaskrgr | bors | -4/+1 |
| 2025-05-10 | Use the fallback body for `{minimum,maximum}f128` on LLVM as well. | Urgau | -6/+14 |
| 2025-05-10 | Rollup merge of #140660 - RalfJung:more-order, r=WaffleLapkin | Matthias Krüger | -4/+1 |
| 2025-05-10 | Auto merge of #140854 - oli-obk:merge-queries, r=nnethercote | bors | -4/+0 |
| 2025-05-10 | Warn when #[export_name] is used with generic functions | Mu001999 | -10/+17 |
| 2025-05-10 | Auto merge of #140880 - nnethercote:Ident-new-debug-assert, r=oli-obk | bors | -1/+1 |
| 2025-05-10 | Make the assertion in `Ident::new` debug-only. | Nicholas Nethercote | -1/+1 |
| 2025-05-10 | Remove `AstDeref`. | Nicholas Nethercote | -53/+33 |
| 2025-05-09 | don't depend on rustc_attr_parsing if rustc_data_structures will do | mejrs | -54/+53 |
| 2025-05-09 | Rollup merge of #140848 - kornelski:not-a-dead-end, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2025-05-09 | Enable non-leaf Frame Pointers for Arm64EC Windows | Daniel Paoliello | -1/+7 |
| 2025-05-09 | remove 'unordered' atomic intrinsics | Ralf Jung | -4/+1 |
| 2025-05-09 | Merge typeck loop with static/const item eval loop | Oli Scherer | -4/+0 |
| 2025-05-09 | Use intrinsics for `{f16,f32,f64,f128}::{minimum,maximum}` operations | Urgau | -0/+161 |
| 2025-05-09 | Do not ICE when reassigning in GatherLocalsVisitor on the bad path | Michael Goulet | -2/+12 |
| 2025-05-10 | coverage: Detect unused local file IDs to avoid an LLVM assertion | Zalathar | -6/+58 |
| 2025-05-10 | coverage: Hoist `counter_for_bcb` out of its loop | Zalathar | -10/+10 |
| 2025-05-10 | coverage: Enlarge empty spans during MIR instrumentation, not codegen | Zalathar | -26/+40 |
| 2025-05-09 | Suggest stable candidates rather than unstable ones | mu001999 | -6/+70 |
| 2025-05-09 | Error message for top-level or-patterns suggesting a solution | Kornel | -2/+2 |
| 2025-05-09 | Auto merge of #140839 - pietroalbini:pa-version-bump, r=pietroalbini | bors | -49/+2 |
| 2025-05-09 | Remove mono item collection strategy override from -Zprint-mono-items | Tomasz Miąsko | -37/+9 |
| 2025-05-09 | Disarm `time` bomb (diagnostics) | Jieyou Xu | -49/+2 |
| 2025-05-09 | Auto merge of #140838 - Zalathar:rollup-13hybry, r=Zalathar | bors | -6/+41 |
| 2025-05-09 | Rollup merge of #140828 - dpaoliello:arm64fp, r=workingjubilee | Stuart Cook | -1/+7 |
| 2025-05-09 | Rollup merge of #140804 - bend-n:signed, r=lcnr | Stuart Cook | -0/+27 |