| Age | Commit message (Expand) | Author | Lines |
| 2024-09-09 | Remove needless returns detected by clippy in the compiler | Eduardo Sánchez Muñoz | -1/+1 |
| 2024-09-08 | interpret: reset provenance on typed copies | Ralf Jung | -0/+13 |
| 2024-09-02 | chore: Fix typos in 'compiler' (batch 2) | Alexander Cyon | -3/+3 |
| 2024-08-31 | Rollup merge of #129684 - Strophox:miri-pass-pointer-to-ffi, r=RalfJung | Matthias Krüger | -1/+2 |
| 2024-08-30 | enable Miri to pass const pointers through FFI | Strophox | -1/+2 |
| 2024-08-29 | Add `warn(unreachable_pub)` to `rustc_middle`. | Nicholas Nethercote | -1/+1 |
| 2024-08-14 | use the new Box methods in the interpreter | Ralf Jung | -4/+2 |
| 2024-08-06 | miri: make vtable addresses not globally unique | Ralf Jung | -94/+51 |
| 2024-08-01 | interpret: simplify pointer arithmetic logic | Ralf Jung | -88/+12 |
| 2024-08-01 | on a signed deref check, mention the right pointer in the error | Ralf Jung | -9/+7 |
| 2024-07-29 | Rollup merge of #128277 - RalfJung:offset_from_wildcard, r=oli-obk | Matthias Krüger | -6/+14 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -54/+39 |
| 2024-07-27 | improve dangling/oob errors and make them more uniform | Ralf Jung | -6/+14 |
| 2024-07-22 | Auto merge of #127442 - saethlin:alloc-decoding-lock, r=oli-obk | bors | -89/+25 |
| 2024-07-21 | Explain why the new setup can't deadlock | Ben Kimock | -1/+13 |
| 2024-07-18 | valtree construction: keep track of which type was valtree-incompatible | Ralf Jung | -3/+5 |
| 2024-07-17 | Remove in-progress allocation decoding states | Ben Kimock | -89/+13 |
| 2024-07-14 | Add cache for `allocate_str` | Adwin White | -6/+11 |
| 2024-07-04 | Auto merge of #123781 - RalfJung:miri-fn-identity, r=oli-obk | bors | -23/+50 |
| 2024-07-02 | Instance::resolve -> Instance::try_resolve, and other nits | Michael Goulet | -2/+2 |
| 2024-07-02 | Miri function identity hack: account for possible inlining | Ralf Jung | -23/+50 |
| 2024-06-22 | don't ICE when encountering an extern type field during validation | Ralf Jung | -0/+2 |
| 2024-06-21 | add as_ptr to trait AllocBytes, fix 2 impls; add pub fn get_bytes_unchecked_r... | Strophox | -3/+23 |
| 2024-06-18 | Rollup merge of #126583 - RalfJung:interpret-oom, r=saethlin | Guillaume Gomez | -2/+5 |
| 2024-06-17 | Remove an unused validation error variant | Oli Scherer | -3/+0 |
| 2024-06-17 | interpret: better error when we ran out of memory | Ralf Jung | -2/+5 |
| 2024-06-14 | Enable const evaluation for `f16` and `f128` | Trevor Gross | -0/+14 |
| 2024-06-10 | ScalarInt: size mismatches are a bug, do not delay the panic | Ralf Jung | -24/+9 |
| 2024-06-08 | add missing Scalar::from_i128 | Ralf Jung | -0/+5 |
| 2024-06-05 | Don't walk the bodies of free constants for reachability. | Oli Scherer | -3/+23 |
| 2024-05-27 | miri: avoid making a full copy of all new allocations | Ralf Jung | -22/+21 |
| 2024-05-27 | Auto merge of #125410 - fmease:adj-lint-diag-api, r=nnethercote | bors | -2/+1 |
| 2024-05-23 | Auto merge of #125434 - nnethercote:rm-more-extern-tracing, r=jackh726 | bors | -3/+5 |
| 2024-05-23 | Allow const eval failures if the cause is a type layout issue | Oli Scherer | -0/+3 |
| 2024-05-23 | Remove `#[macro_use] extern crate tracing` from `rustc_middle`. | Nicholas Nethercote | -3/+5 |
| 2024-05-23 | Remove `LintDiagnostic::msg` | León Orell Valerian Liehr | -2/+1 |
| 2024-05-21 | interpret: make overflowing binops just normal binops | Ralf Jung | -6/+13 |
| 2024-05-13 | interpret: move error macros into error.rs | Ralf Jung | -132/+126 |
| 2024-05-13 | Remove `extern crate rustc_middle` from `rustc_const_eval`. | Nicholas Nethercote | -11/+27 |
| 2024-05-09 | Remove `TinyList`. | Nicholas Nethercote | -9/+8 |
| 2024-05-03 | remove trait bounds on AllocBytes | Strophox | -3/+1 |
| 2024-05-03 | Cow::from(&*...) changed to Cow::Owned(Vec::from(...)) | Strophox | -1/+1 |
| 2024-05-03 | generalize adjust_from_tcx | Strophox | -4/+4 |
| 2024-04-29 | Remove `extern crate rustc_data_structures` from numerous crates. | Nicholas Nethercote | -2/+3 |
| 2024-04-29 | Remove `extern crate rustc_macros` from `rustc_middle`. | Nicholas Nethercote | -4/+7 |
| 2024-04-21 | Miri: detect wrong vtables in wide pointers | Ralf Jung | -21/+78 |
| 2024-04-19 | Auto merge of #124113 - RalfJung:interpret-scalar-ops, r=oli-obk | bors | -11/+13 |
| 2024-04-19 | ScalarInt: add methods to assert being a (u)int of given size | Ralf Jung | -2/+2 |
| 2024-04-18 | interpret/binary_int_op: avoid dropping to raw ints until we determined the sign | Ralf Jung | -10/+12 |
| 2024-04-18 | Simplify `static_assert_size`s. | Nicholas Nethercote | -2/+2 |