| Age | Commit message (Expand) | Author | Lines |
| 2025-04-28 | AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}... | Andrew Zhogin | -1/+7 |
| 2025-04-28 | Add or-patterns to pattern types | Oli Scherer | -5/+18 |
| 2025-04-24 | Rollup merge of #140172 - bjoernager:const-float-algebraic, r=RalfJung | Matthias Krüger | -0/+25 |
| 2025-04-23 | Make algebraic intrinsics into 'const fn' items; Make algebraic functions of ... | Gabriel Bjørnager Jensen | -0/+25 |
| 2025-04-22 | add comment for "Other" case | Ralf Jung | -0/+1 |
| 2025-04-20 | respect `repr(align(N))` on functions in miri | Folkert de Vries | -2/+14 |
| 2025-04-17 | Rollup merge of #139974 - Patrick-6:change-visibility, r=RalfJung | Matthias Krüger | -4/+2 |
| 2025-04-17 | Change function visibility to pub | Patrick-6 | -4/+2 |
| 2025-04-17 | `intern_with_temp_alloc` is for `DummyMachine` only. | Nicholas Nethercote | -2/+6 |
| 2025-04-01 | interpret: add a version of run_for_validation for &self | Ralf Jung | -12/+33 |
| 2025-03-20 | interpret memory access hooks: also pass through the Pointer used for the access | Ralf Jung | -1/+21 |
| 2025-03-15 | Stop relying on rustc_type_ir in non-type-system crates | Michael Goulet | -19/+14 |
| 2025-03-12 | minor interpret cleanups | Ralf Jung | -41/+25 |
| 2025-03-12 | impl Display for Conv | tiif | -2/+2 |
| 2025-03-11 | miri native_calls: ensure we actually expose *mutable* provenance to the memo... | Ralf Jung | -0/+4 |
| 2025-03-07 | Pass `Option<Symbol>` to `def_path_data`/`create_def` methods. | Nicholas Nethercote | -1/+1 |
| 2025-03-06 | Rollup merge of #137802 - RalfJung:miri-native-call-exposed, r=oli-obk | Michael Goulet | -10/+5 |
| 2025-03-01 | Rollup merge of #137804 - RalfJung:backend-repr-simd-vector, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2025-02-28 | Shorten span of panic failures in const context | Esteban Küber | -2/+8 |
| 2025-02-28 | rename BackendRepr::Vector → SimdVector | Ralf Jung | -1/+1 |
| 2025-02-28 | miri native-call support: all previously exposed provenance is accessible to ... | Ralf Jung | -10/+5 |
| 2025-02-22 | Greatly simplify lifetime captures in edition 2024 | Michael Goulet | -2/+2 |
| 2025-02-20 | fine-tune comment | Ralf Jung | -6/+5 |
| 2025-02-20 | Remove `BackendRepr::Uninhabited`, replaced with an `uninhabited: bool` field... | Zachary S | -5/+5 |
| 2025-02-20 | Rollup merge of #135296 - lukas-code:dyn-leak-check, r=compiler-errors | Matthias Krüger | -56/+14 |
| 2025-02-15 | add a doc comment | Ralf Jung | -0/+1 |
| 2025-02-15 | made check_argument_compat public | geetanshjuneja | -1/+1 |
| 2025-02-12 | Auto merge of #135994 - 1c3t3a:rename-unsafe-ptr, r=oli-obk | bors | -3/+3 |
| 2025-02-11 | Rollup merge of #136833 - workingjubilee:let-the-impossible-be-impossible, r=... | Matthias Krüger | -3/+0 |
| 2025-02-11 | fix ensure_monomorphic_enough | Lukas Markeffsky | -41/+3 |
| 2025-02-10 | compiler: die immediately instead of handling unknown target codegen | Jubilee Young | -3/+0 |
| 2025-02-10 | Rename rustc_middle::Ty::is_unsafe_ptr to is_raw_ptr | Bastian Kersting | -3/+3 |
| 2025-02-08 | Rustfmt | bjorn3 | -26/+31 |
| 2025-02-03 | Contracts core intrinsics. | Felix S. Klock II | -0/+11 |
| 2025-02-03 | Rollup merge of #136438 - RalfJung:offset_from_ub_errors, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -1/+19 |
| 2025-02-02 | Check the base type of pattern types for validity first | Oli Scherer | -5/+4 |
| 2025-02-02 | Test validity of pattern types | Oli Scherer | -0/+12 |
| 2025-02-02 | miri: improve error when offset_from preconditions are violated | Ralf Jung | -1/+19 |
| 2025-02-01 | Rollup merge of #130514 - compiler-errors:unsafe-binders, r=oli-obk | Matthias Krüger | -0/+8 |
| 2025-01-31 | Validation | Michael Goulet | -0/+2 |
| 2025-01-31 | Implement MIR, CTFE, and codegen for unsafe binders | Michael Goulet | -0/+6 |
| 2025-01-31 | interpret: adjust vtable validity check for higher-ranked types | Lukas Markeffsky | -56/+14 |
| 2025-01-31 | miri: make float min/max non-deterministic | Ralf Jung | -2/+20 |
| 2025-01-30 | More assertions, tests, and miri coverage | Michael Goulet | -47/+52 |
| 2025-01-30 | Normalize vtable entries before walking and deduplicating them | Michael Goulet | -1/+8 |
| 2025-01-30 | Do not treat vtable supertraits as distinct when bound with different bound vars | Michael Goulet | -10/+3 |
| 2025-01-30 | Auto merge of #136035 - SpecificProtagonist:miri-zeroed-alloc, r=oli-obk | bors | -13/+20 |
| 2025-01-29 | Rollup merge of #136166 - RalfJung:interpet-is-alloc-live, r=compiler-errors | León Orell Valerian Liehr | -2/+4 |
| 2025-01-28 | miri: optimize zeroed alloc | SpecificProtagonist | -13/+20 |
| 2025-01-28 | interpret: is_alloc_live: check global allocs last | Ralf Jung | -2/+4 |