| Age | Commit message (Expand) | Author | Lines |
| 2025-02-03 | Contracts core intrinsics. | Felix S. Klock II | -0/+1 |
| 2025-02-01 | Rollup merge of #130514 - compiler-errors:unsafe-binders, r=oli-obk | Matthias Krüger | -0/+2 |
| 2025-01-31 | Implement MIR, CTFE, and codegen for unsafe binders | Michael Goulet | -0/+2 |
| 2025-01-31 | Auto merge of #134424 - 1c3t3a:null-checks, r=saethlin | bors | -0/+3 |
| 2025-01-31 | Insert null checks for pointer dereferences when debug assertions are enabled | Bastian Kersting | -0/+3 |
| 2025-01-31 | Auto merge of #135318 - compiler-errors:vtable-fixes, r=lcnr | bors | -1/+3 |
| 2025-01-30 | introduce `ty::Value` | Lukas Markeffsky | -17/+11 |
| 2025-01-30 | Do not treat vtable supertraits as distinct when bound with different bound vars | Michael Goulet | -1/+3 |
| 2025-01-30 | Auto merge of #136035 - SpecificProtagonist:miri-zeroed-alloc, r=oli-obk | bors | -4/+8 |
| 2025-01-28 | miri: optimize zeroed alloc | SpecificProtagonist | -4/+8 |
| 2025-01-28 | Represent the raw pointer for a array length check as a new kind of fake borrow | Michael Goulet | -0/+12 |
| 2025-01-26 | Auto merge of #135753 - compiler-errors:from-ty-const, r=oli-obk | bors | -54/+5 |
| 2025-01-23 | Remove RunCompiler | bjorn3 | -2/+2 |
| 2025-01-20 | Get rid of mir::Const::from_ty_const | Michael Goulet | -54/+5 |
| 2025-01-18 | Revert "Auto merge of #134330 - scottmcm:no-more-rvalue-len, r=matthewjasper" | Rémy Rakic | -0/+1 |
| 2025-01-16 | Add gpu-kernel calling convention | Flakebi | -0/+3 |
| 2024-12-24 | Auto merge of #134625 - compiler-errors:unsafe-binders-ty, r=oli-obk | bors | -0/+2 |
| 2024-12-22 | Begin to implement type system layer of unsafe binders | Michael Goulet | -0/+2 |
| 2024-12-22 | Delete `Rvalue::Len` | Scott McMurray | -1/+0 |
| 2024-12-18 | make no-variant types a dedicated Variants variant | Ralf Jung | -3/+4 |
| 2024-12-18 | Variants::Single: do not use invalid VariantIdx for uninhabited enums | Ralf Jung | -3/+3 |
| 2024-12-18 | Re-export more `rustc_span::symbol` things from `rustc_span`. | Nicholas Nethercote | -2/+1 |
| 2024-12-17 | Auto merge of #134302 - bjorn3:remove_driver_queries, r=oli-obk,jieyouxu | bors | -1/+1 |
| 2024-12-15 | Add hir::Attribute | Jonathan Dönszelmann | -6/+5 |
| 2024-12-14 | Fix tests | bjorn3 | -1/+1 |
| 2024-12-14 | Encode coroutine-closures in SMIR | Michael Goulet | -2/+13 |
| 2024-12-06 | Fix ui-fulldep tests | bjorn3 | -2/+3 |
| 2024-11-27 | Rollup merge of #132410 - bjorn3:yet_another_driver_refactor_round, r=cjgillot | Matthias Krüger | -14/+13 |
| 2024-11-20 | reduce false positives of tail-expr-drop-order from consumed values | Ding Xiang Fei | -0/+4 |
| 2024-11-19 | `InterpCx` store `TypingEnv` instead of a `ParamEnv` | lcnr | -2/+2 |
| 2024-11-18 | use `TypingEnv` when no `infcx` is available | lcnr | -19/+41 |
| 2024-11-09 | Pass TyCtxt instead of Queries to the after_analysis callbacks | bjorn3 | -14/+13 |
| 2024-11-07 | Rollup merge of #132131 - celinval:smir-crate-defs, r=compiler-errors | Jubilee | -3/+47 |
| 2024-11-07 | [StableMIR] API to retrieve definitions from crates | Celina G. Val | -3/+47 |
| 2024-11-04 | ty::BrK -> ty::BoundRegionKind::K | Michael Goulet | -6/+6 |
| 2024-11-04 | Remove the trivial constkind imports | Michael Goulet | -16/+16 |
| 2024-11-03 | compiler: Directly use rustc_abi in smir again | Jubilee Young | -58/+58 |
| 2024-10-29 | compiler: `rustc_abi::Abi` => `BackendRepr` | Jubilee Young | -7/+7 |
| 2024-10-28 | stable_mir: Directly use types from rustc_abi | Jubilee Young | -43/+31 |
| 2024-10-27 | compiler: Rename LayoutS to LayoutData | Jubilee Young | -1/+1 |
| 2024-10-26 | Effects cleanup | Deadbeef | -4/+2 |
| 2024-10-24 | Implement const effect predicate in new solver | Michael Goulet | -0/+3 |
| 2024-10-24 | Remove associated type based effects logic | Michael Goulet | -2/+1 |
| 2024-10-22 | Rollup merge of #131049 - compiler-errors:more-validation, r=spastorino | Matthias Krüger | -11/+13 |
| 2024-10-19 | Get rid of const eval_* and try_eval_* helpers | Michael Goulet | -1/+1 |
| 2024-10-06 | various fixes for `naked_asm!` implementation | Folkert de Vries | -0/+1 |
| 2024-09-30 | Validate ExistentialPredicate args | Michael Goulet | -11/+13 |
| 2024-09-27 | Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-... | Matthias Krüger | -2/+2 |
| 2024-09-25 | Compiler: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -2/+2 |
| 2024-09-24 | be even more precise about "cast" vs "coercion" | Lukas Markeffsky | -2/+2 |