| Age | Commit message (Expand) | Author | Lines |
| 2025-09-23 | Auto merge of #146317 - saethlin:panic=immediate-abort, r=nnethercote | bors | -3/+2 |
| 2025-09-22 | Rollup merge of #146845 - Zalathar:prof-target-machine, r=Kobzol | Stuart Cook | -0/+10 |
| 2025-09-22 | Rollup merge of #146831 - taiki-e:powerpc-clobber, r=Amanieu | Stuart Cook | -2/+12 |
| 2025-09-21 | emit attribute for readonly non-pure inline assembly | Folkert de Vries | -2/+3 |
| 2025-09-21 | Add panic=immediate-abort | Ben Kimock | -3/+2 |
| 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 | -2/+12 |
| 2025-09-19 | generate list of all variants with `target_spec_enum` | Deadbeef | -13/+3 |
| 2025-09-19 | Auto merge of #146700 - Zalathar:quoted-args, r=nikic | bors | -28/+85 |
| 2025-09-19 | Rollup merge of #146615 - a4lg:codegen-llvm-feature-conversion-tidying, r=wor... | Stuart Cook | -22/+20 |
| 2025-09-18 | Auto merge of #142544 - Sa4dUs:prevent-abi-changes, r=ZuseZ4 | bors | -3/+44 |
| 2025-09-18 | Move target machine command-line quoting from C++ to Rust | Zalathar | -28/+85 |
| 2025-09-18 | Rollup merge of #146673 - Zalathar:di-builder, r=nnethercote | Stuart Cook | -74/+103 |
| 2025-09-17 | Rollup merge of #146598 - bjorn3:feature_llvm_enzyme, r=davidtwco | Jana Dönszelmann | -7/+9 |
| 2025-09-17 | Rollup merge of #146485 - zachs18:store_fn_arg-no-unsized, r=davidtwco | Jana Dönszelmann | -8/+3 |
| 2025-09-17 | Check ZST via `PassMode` | Marcelo Domínguez | -4/+19 |
| 2025-09-17 | rustc_codegen_llvm: Reorder conversion cases | Tsukasa OI | -11/+11 |
| 2025-09-17 | rustc_codegen_llvm: Simplify `arch` conversion | Tsukasa OI | -10/+7 |
| 2025-09-17 | rustc_codegen_llvm: Name major version of LLVM | Tsukasa OI | -1/+2 |
| 2025-09-17 | Use `LLVMDIBuilderCreateTypedef` | Zalathar | -15/+17 |
| 2025-09-17 | Use `LLVMDIBuilderCreateQualifiedType` | Zalathar | -9/+13 |
| 2025-09-17 | Use `LLVMDIBuilderCreateStaticMemberType` | Zalathar | -34/+57 |
| 2025-09-17 | Use `LLVMDIBuilderCreateMemberType` | Zalathar | -16/+16 |
| 2025-09-17 | Support ZST args | Marcelo Domínguez | -1/+10 |
| 2025-09-17 | doc and move single branch match to an if let | Marcelo Domínguez | -6/+6 |
| 2025-09-17 | Adjust autodiff actitivies for ScalarPair | Marcelo Domínguez | -0/+17 |
| 2025-09-17 | Rollup merge of #146631 - Zalathar:di-builder, r=nnethercote | Stuart Cook | -130/+149 |
| 2025-09-17 | Rollup merge of #145660 - jbatez:darwin_objc, r=jdonszelmann,madsmtm,tmandry | Stuart Cook | -8/+342 |
| 2025-09-17 | Use `LLVMDIBuilderCreateStructType` | Zalathar | -28/+29 |
| 2025-09-17 | Use `LLVMDIBuilderCreatePointerType` | Zalathar | -43/+45 |
| 2025-09-17 | Use `LLVMDIBuilderCreateBasicType` | Zalathar | -10/+12 |
| 2025-09-17 | Use `LLVMDIBuilderCreateArrayType` | Zalathar | -16/+15 |
| 2025-09-17 | Use `LLVMDIBuilderCreateUnionType` | Zalathar | -21/+25 |
| 2025-09-17 | Use `LLVMDIBuilderCreateSubroutineType` | Zalathar | -12/+23 |
| 2025-09-16 | Update the minimum external LLVM to 20 | Josh Stone | -91/+4 |
| 2025-09-15 | Make llvm_enzyme a regular cargo feature | bjorn3 | -7/+9 |
| 2025-09-15 | rustc_codegen_llvm: Adjust RISC-V inline assembly's clobber list | Tsukasa OI | -0/+1 |
| 2025-09-13 | initial implementation of the darwin_objc unstable feature | Jo Bates | -8/+342 |
| 2025-09-12 | Remove unreachable unsized arg handling in `store_fn_arg/store_arg` in codegen | Zachary S | -8/+3 |
| 2025-09-12 | Rollup merge of #144549 - folkertdev:va-arg-arm, r=saethlin | Stuart Cook | -0/+15 |
| 2025-09-10 | Rollup merge of #146178 - folkertdev:static-align, r=jdonszelmann,ralfjung,tr... | Matthias Krüger | -0/+2 |
| 2025-09-09 | allow `#[rustc_align_static(N)]` on `static`s | Folkert de Vries | -0/+2 |
| 2025-09-09 | Auto merge of #145717 - BoxyUwU:erase_regions_rename, r=lcnr | bors | -3/+3 |
| 2025-09-09 | erase_regions to erase_and_anonymize_regions | Boxy | -3/+3 |
| 2025-09-09 | Rollup merge of #146025 - Enselic:big-array-debuginfo-span, r=wesleywiser | Stuart Cook | -4/+10 |
| 2025-09-08 | implement `va_arg` for arm in rustc itself | Folkert de Vries | -0/+15 |
| 2025-09-07 | Rollup merge of #146209 - bjorn3:lto_refactors5, r=dianqk | Matthias Krüger | -22/+15 |
| 2025-09-06 | Rollup merge of #146236 - hkBst:gpu-1, r=ZuseZ4 | Matthias Krüger | -1/+1 |
| 2025-09-06 | Remove want_summary argument from prepare_thin | bjorn3 | -14/+7 |
| 2025-09-06 | Remove thin_link_data method from ThinBufferMethods | bjorn3 | -8/+8 |