| Age | Commit message (Expand) | Author | Lines | 
|---|
| 2025-10-02 | codegen: Generate `dbg_value` for the ref statement | dianqk | -0/+9 | 
| 2025-10-01 | Auto merge of #147198 - matthiaskrgr:rollup-b0ryvvu, r=matthiaskrgr | bors | -9/+19 | 
| 2025-09-30 | Rollup merge of #146635 - Zalathar:llvm-cov, r=SparrowLii | Matthias Krüger | -9/+19 | 
| 2025-09-30 | Replace `MetadataType` with the `MetadataKindId` constants | Zalathar | -36/+8 | 
| 2025-09-30 | Declare all "fixed" metadata kinds as `MetadataKindId` | Zalathar | -0/+64 | 
| 2025-09-30 | Move `MetadataKindId` into its own submodule | Zalathar | -10/+16 | 
| 2025-09-28 | Rollup merge of #144197 - KMJ-007:type-tree, r=ZuseZ4 | Matthias Krüger | -1/+205 | 
| 2025-09-28 | Rollup merge of #146763 - Zalathar:di-builder, r=jdonszelmann | Matthias Krüger | -40/+57 | 
| 2025-09-25 | Use `LLVMDisposeTargetMachine` | Zalathar | -1/+2 | 
| 2025-09-21 | emit attribute for readonly non-pure inline assembly | Folkert de Vries | -0/+1 | 
| 2025-09-19 | Auto merge of #146700 - Zalathar:quoted-args, r=nikic | bors | -2/+4 | 
| 2025-09-19 | Use `LLVMDIBuilderCreate(Auto|Parameter)Variable` | Zalathar | -16/+27 | 
| 2025-09-19 | Use `LLVMDIBuilder(CreateExpression|InsertDeclareRecordAtEnd)` | Zalathar | -10/+17 | 
| 2025-09-19 | autodiff: typetree recursive depth query from enzyme with fallback | Karan Janthe | -1/+0 | 
| 2025-09-19 | Use `LLVMDIBuilderGetOrCreateArray` | Zalathar | -6/+6 | 
| 2025-09-19 | Use `LLVMDIBuilderGetOrCreateSubrange` | Zalathar | -8/+7 | 
| 2025-09-19 | autodiff: recurion added for typetree | Karan Janthe | -0/+1 | 
| 2025-09-19 | autodiff: fixed test to be more precise for type tree checking | Karan Janthe | -0/+23 | 
| 2025-09-19 | autodiff: f128 support added for typetree | Karan Janthe | -1/+1 | 
| 2025-09-19 | added typetree support for memcpy | Karan Janthe | -0/+1 | 
| 2025-09-19 | Add TypeTree metadata attachment for autodiff | Karan Janthe | -1/+181 | 
| 2025-09-18 | Move target machine command-line quoting from C++ to Rust | Zalathar | -2/+4 | 
| 2025-09-18 | Rollup merge of #146673 - Zalathar:di-builder, r=nnethercote | Stuart Cook | -44/+47 | 
| 2025-09-17 | Rollup merge of #146598 - bjorn3:feature_llvm_enzyme, r=davidtwco | Jana Dönszelmann | -4/+4 | 
| 2025-09-17 | Use `LLVMDIBuilderCreateTypedef` | Zalathar | -11/+12 | 
| 2025-09-17 | Use `LLVMDIBuilderCreateQualifiedType` | Zalathar | -6/+8 | 
| 2025-09-17 | Use `LLVMDIBuilderCreateStaticMemberType` | Zalathar | -13/+13 | 
| 2025-09-17 | Use `LLVMDIBuilderCreateMemberType` | Zalathar | -14/+14 | 
| 2025-09-17 | Rollup merge of #146631 - Zalathar:di-builder, r=nnethercote | Stuart Cook | -68/+75 | 
| 2025-09-17 | Use `LLVMDIBuilderCreateStructType` | Zalathar | -21/+22 | 
| 2025-09-17 | Use `LLVMDIBuilderCreatePointerType` | Zalathar | -10/+10 | 
| 2025-09-17 | Use `LLVMDIBuilderCreateBasicType` | Zalathar | -8/+9 | 
| 2025-09-17 | Use `LLVMDIBuilderCreateArrayType` | Zalathar | -8/+9 | 
| 2025-09-17 | Use `LLVMDIBuilderCreateUnionType` | Zalathar | -16/+17 | 
| 2025-09-17 | Use `LLVMDIBuilderCreateSubroutineType` | Zalathar | -5/+8 | 
| 2025-09-16 | Mark some coverage-related bindings as safe | Zalathar | -6/+10 | 
| 2025-09-16 | Stop using `as_c_char_ptr` for coverage-related bindings | Zalathar | -3/+9 | 
| 2025-09-15 | Make llvm_enzyme a regular cargo feature | bjorn3 | -4/+4 | 
| 2025-09-13 | initial implementation of the darwin_objc unstable feature | Jo Bates | -0/+5 | 
| 2025-09-06 | Remove want_summary argument from prepare_thin | bjorn3 | -1/+0 | 
| 2025-08-29 | Update to ar_archive_writer 0.5.1 | Daniel Paoliello | -0/+2 | 
| 2025-08-28 | Auto merge of #145877 - nikic:capture-address, r=tmiasko | bors | -1/+1 | 
| 2025-08-26 | Use captures(address) instead of captures(none) for indirect args | Nikita Popov | -1/+1 | 
| 2025-08-26 | Assert that LLVM range-attribute values don't exceed 128 bits | Zalathar | -11/+27 | 
| 2025-08-24 | Rename `llvm::Bool` aliases to standard const case | Zalathar | -3/+2 | 
| 2025-08-24 | Replace the `llvm::Bool` typedef with a proper newtype | Zalathar | -6/+55 | 
| 2025-08-20 | Tell LLVM about read-only captures | Nikita Popov | -0/+1 | 
| 2025-08-19 | Rollup merge of #145484 - Zalathar:archive-builder, r=bjorn3 | Stuart Cook | -157/+0 | 
| 2025-08-19 | Rollup merge of #145432 - Zalathar:target-machine, r=wesleywiser | Stuart Cook | -1/+1 | 
| 2025-08-18 | Rollup merge of #145420 - Zalathar:llvm-c, r=WaffleLapkin | Stuart Cook | -7/+12 |