| Age | Commit message (Expand) | Author | Lines | 
| 2025-09-19 | autodiff: recurion added for typetree | Karan Janthe | -6/+5 | 
| 2025-09-19 | autodiff: fixed test to be more precise for type tree checking | Karan Janthe | -42/+51 | 
| 2025-09-19 | autodiff: f128 support added for typetree | Karan Janthe | -2/+2 | 
| 2025-09-19 | added typetree support for memcpy | Karan Janthe | -15/+23 | 
| 2025-09-19 | Add TypeTree metadata attachment for autodiff | Karan Janthe | -1/+336 | 
| 2025-09-19 | autodiff: Add basic TypeTree with NoTT flag | Karan Janthe | -0/+2 | 
| 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 | Adds AArch64 GCS support | Reuben Cruise | -2/+12 | 
| 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-16 | Mark some coverage-related bindings as safe | Zalathar | -10/+14 | 
| 2025-09-16 | Stop using `as_c_char_ptr` for coverage-related bindings | Zalathar | -7/+12 | 
| 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 | 
| 2025-09-06 | Ensure fat LTO doesn't merge everything into the allocator module | bjorn3 | -1/+7 |