| Age | Commit message (Expand) | Author | Lines |
| 2025-09-21 | Add panic=immediate-abort | Ben Kimock | -50/+116 |
| 2025-09-22 | mbe: Switch dummy extension used for errors from `LegacyBang` to `Bang` | Josh Triplett | -8/+8 |
| 2025-09-22 | Switch `dummy_bang` from `LegacyBang` to `Bang` | Josh Triplett | -14/+11 |
| 2025-09-21 | Auto merge of #146659 - cjgillot:impossible-taint, r=oli-obk | bors | -13/+20 |
| 2025-09-21 | Port #[macro_export] to the new attribute parsing infrastructure | Jonathan Brouwer | -69/+147 |
| 2025-09-21 | Add self-profile events for target-machine creation | Zalathar | -0/+10 |
| 2025-09-21 | Support ctr and lr as clobber-only registers in PowerPC inline assembly | Taiki Endo | -13/+36 |
| 2025-09-21 | Rollup merge of #146793 - folkertdev:naked-asm-func-end, r=Amanieu | Stuart Cook | -0/+6 |
| 2025-09-21 | Rollup merge of #146744 - beepster4096:derefs_in_ref_prop, r=cjgillot | Stuart Cook | -20/+13 |
| 2025-09-21 | Rollup merge of #146551 - folkertdev:cmse-entry-c-variadic, r=workingjubilee | Stuart Cook | -0/+6 |
| 2025-09-21 | Rollup merge of #144091 - thaliaarchi:stabilize-new-zeroed, r=Mark-Simulacrum | Stuart Cook | -3/+3 |
| 2025-09-21 | Consider errors in MIR as impossible predicates. | Camille Gillot | -13/+20 |
| 2025-09-20 | Rollup merge of #146770 - hkBst:clippy-fix-10, r=fmease | Matthias Krüger | -36/+32 |
| 2025-09-20 | Rollup merge of #144592 - fee1-dead-contrib:target_spec, r=Noratrieb | Matthias Krüger | -42/+19 |
| 2025-09-20 | Make term_patch_map sparse. | Camille Gillot | -14/+18 |
| 2025-09-20 | Remove unused `LLVMRustDIBuilder(Create|Dispose)` | Zalathar | -8/+0 |
| 2025-09-20 | mbe: metavar expressions: Use symbols rather than `ident.as_str()` | Josh Triplett | -13/+12 |
| 2025-09-20 | mbe: Factor out a function to transcribe a `ParseNtResult` | Josh Triplett | -0/+8 |
| 2025-09-20 | mbe: Simplify match in `transcribe_metavar` | Josh Triplett | -18/+19 |
| 2025-09-19 | generate list of all variants with `target_spec_enum` | Deadbeef | -42/+19 |
| 2025-09-19 | Auto merge of #146797 - matthiaskrgr:rollup-xy0g8n7, r=matthiaskrgr | bors | -29/+23 |
| 2025-09-19 | fixes for numerous clippy warnings | Marijn Schouten | -36/+32 |
| 2025-09-19 | Rollup merge of #146781 - joshtriplett:mbe-derive-fix-feature-gate, r=wesleyw... | Matthias Krüger | -1/+1 |
| 2025-09-19 | Rollup merge of #146776 - hkBst:clippy-fix-12, r=jdonszelmann | Matthias Krüger | -28/+22 |
| 2025-09-19 | Enable `limit_rdylib_exports` on wasm targets | Alex Crichton | -5/+5 |
| 2025-09-19 | naked_asm: emit a label starting with `func_end` | Folkert de Vries | -0/+6 |
| 2025-09-19 | [win] Use find-msvc-tools instead of cc to find the linker and rc on Windows | Daniel Paoliello | -43/+13 |
| 2025-09-19 | Auto merge of #146700 - Zalathar:quoted-args, r=nikic | bors | -49/+92 |
| 2025-09-19 | Stop linking rs{begin,end} on x86_64-*-windows-gnu | Mateusz Mikuła | -7/+21 |
| 2025-09-19 | Auto merge of #146765 - Zalathar:rollup-ewh4s9o, r=Zalathar | bors | -586/+613 |
| 2025-09-19 | mbe: Fix feature gate for `macro_derive` | Josh Triplett | -1/+1 |
| 2025-09-19 | fixes for numerous clippy warnings | Marijn Schouten | -28/+22 |
| 2025-09-19 | fixes for numerous clippy warnings | Marijn Schouten | -39/+33 |
| 2025-09-19 | Rollup merge of #146663 - erickt:win, r=wesleywiser | Stuart Cook | -2/+5 |
| 2025-09-19 | Rollup merge of #146638 - lcnr:canonical-separate-module, r=BoxyUwU | Stuart Cook | -556/+576 |
| 2025-09-19 | Rollup merge of #146615 - a4lg:codegen-llvm-feature-conversion-tidying, r=wor... | Stuart Cook | -22/+20 |
| 2025-09-19 | Rollup merge of #146229 - Hayden602:issue-142796-fix, r=ZuseZ4 | Stuart Cook | -6/+12 |
| 2025-09-19 | Auto merge of #145737 - cjgillot:gvn-valueset, r=saethlin | bors | -44/+179 |
| 2025-09-19 | Remove some unnecessary `as u64` casts | Zalathar | -4/+4 |
| 2025-09-19 | Use `LLVMDIBuilderCreate(Auto|Parameter)Variable` | Zalathar | -62/+57 |
| 2025-09-19 | Use `LLVMDIBuilder(CreateExpression|InsertDeclareRecordAtEnd)` | Zalathar | -28/+26 |
| 2025-09-19 | autodiff: typetree recursive depth query from enzyme with fallback | Karan Janthe | -20/+24 |
| 2025-09-19 | Use `LLVMDIBuilderGetOrCreateArray` | Zalathar | -16/+7 |
| 2025-09-19 | Use `LLVMDIBuilderGetOrCreateSubrange` | Zalathar | -15/+8 |
| 2025-09-19 | autodiff: recurion added for typetree | Karan Janthe | -14/+73 |
| 2025-09-19 | autodiff: fixed test to be more precise for type tree checking | Karan Janthe | -69/+60 |
| 2025-09-19 | autodiff: struct support in typetree | Karan Janthe | -0/+32 |
| 2025-09-19 | autodiff: tuple support in typetree | Karan Janthe | -0/+36 |
| 2025-09-19 | autodiff: slice support in typetree | Karan Janthe | -0/+7 |
| 2025-09-19 | autodiff: add TypeTree support for arrays | Karan Janthe | -1/+41 |