| Age | Commit message (Expand) | Author | Lines |
| 2024-08-14 | Auto merge of #128812 - nnethercote:shrink-TyKind-FnPtr, r=compiler-errors | bors | -1/+1 |
| 2024-08-09 | Shrink `TyKind::FnPtr`. | Nicholas Nethercote | -1/+1 |
| 2024-08-08 | Rename struct_tail_erasing_lifetimes to struct_tail_for_codegen | Michael Goulet | -1/+1 |
| 2024-08-03 | Miri: add a flag to do recursive validity checking | Ralf Jung | -72/+104 |
| 2024-08-01 | on a signed deref check, mention the right pointer in the error | Ralf Jung | -1/+1 |
| 2024-07-29 | Rollup merge of #128277 - RalfJung:offset_from_wildcard, r=oli-obk | Matthias Krüger | -4/+4 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -6/+6 |
| 2024-07-27 | improve dangling/oob errors and make them more uniform | Ralf Jung | -4/+4 |
| 2024-07-19 | Use `#[rustfmt::skip]` on some `use` groups to prevent reordering. | Nicholas Nethercote | -0/+2 |
| 2024-07-17 | Avoid comments that describe multiple `use` items. | Nicholas Nethercote | -1/+0 |
| 2024-07-02 | Miri function identity hack: account for possible inlining | Ralf Jung | -1/+1 |
| 2024-06-22 | don't ICE when encountering an extern type field during validation | Ralf Jung | -4/+6 |
| 2024-06-14 | const validation: fix ICE on dangling ZST reference | Ralf Jung | -5/+11 |
| 2024-06-12 | Rollup merge of #126232 - RalfJung:dyn-trait-equality, r=oli-obk | Guillaume Gomez | -11/+7 |
| 2024-06-10 | interpret: refactor dyn trait handling | Ralf Jung | -11/+7 |
| 2024-06-10 | ScalarInt: size mismatches are a bug, do not delay the panic | Ralf Jung | -2/+2 |
| 2024-06-04 | Add safe/unsafe to static inside extern blocks | Santiago Pastorino | -1/+3 |
| 2024-05-27 | interpret: get rid of 'mir lifetime everywhere | Ralf Jung | -12/+7 |
| 2024-05-23 | Remove `#[macro_use] extern crate tracing` from `rustc_const_eval`. | Nicholas Nethercote | -0/+1 |
| 2024-05-21 | improve comment wording | Ralf Jung | -1/+2 |
| 2024-05-13 | offset, offset_from: allow zero-byte offset on arbitrary pointers | Ralf Jung | -2/+9 |
| 2024-05-13 | Remove `extern crate rustc_middle` from `rustc_const_eval`. | Nicholas Nethercote | -3/+4 |
| 2024-04-21 | Miri: detect wrong vtables in wide pointers | Ralf Jung | -4/+19 |
| 2024-04-17 | Simplify alloc id mutability check | Oli Scherer | -10/+15 |
| 2024-04-17 | Deduplicate logic for checking the mutability of allocations | Oli Scherer | -79/+75 |
| 2024-04-17 | Run the "is this static mutable" logic the same way as in `in_mutable_memory` | Oli Scherer | -14/+16 |
| 2024-04-17 | Validate nested static items | Oli Scherer | -7/+19 |
| 2024-04-08 | Actually create ranged int types in the type system. | Oli Scherer | -0/+1 |
| 2024-03-12 | Exhaustively match on the mutability and nestedness | Oli Scherer | -7/+9 |
| 2024-03-12 | s/mt/mutability/ | Oli Scherer | -3/+3 |
| 2024-03-12 | Ensure nested allocations in statics do not get deduplicated | Oli Scherer | -12/+20 |
| 2024-03-12 | Add `nested` bool to `DefKind::Static`. | Oli Scherer | -1/+1 |
| 2024-03-12 | Change `DefKind::Static` to a struct variant | Oli Scherer | -9/+10 |
| 2024-03-11 | Rollup merge of #122249 - RalfJung:machine-read-hook, r=oli-obk | Jubilee | -1/+1 |
| 2024-03-09 | interpret: do not call machine read hooks during validation | Ralf Jung | -1/+1 |
| 2024-03-09 | miri: do not apply aliasing restrictions to Box with custom allocator | Ralf Jung | -2/+6 |
| 2024-02-29 | allow statics pointing to mutable statics | Ralf Jung | -17/+8 |
| 2024-02-16 | Rollup merge of #121179 - RalfJung:zst-mutable-refs, r=oli-obk | Guillaume Gomez | -46/+39 |
| 2024-02-16 | allow mutable references in const values when they point to no memory | Ralf Jung | -46/+39 |
| 2024-02-16 | Auto merge of #120486 - reitermarkus:use-generic-nonzero, r=dtolnay | bors | -2/+2 |
| 2024-02-15 | Do not allocate a second "background" alloc id for the main allocation of a s... | Oli Scherer | -8/+11 |
| 2024-02-15 | Use generic `NonZero` internally. | Markus Reiter | -2/+2 |
| 2024-02-12 | Rollup merge of #120950 - compiler-errors:miri-async-closurs, r=RalfJung,oli-obk | Matthias Krüger | -2/+2 |
| 2024-02-12 | fix cycle error when a static and a promoted are mutually recursive | Ralf Jung | -13/+15 |
| 2024-02-11 | Fix async closures in CTFE | Michael Goulet | -2/+2 |
| 2024-02-10 | detect consts that reference extern statics | Ralf Jung | -2/+12 |
| 2024-02-10 | validation: descend from consts into statics | Ralf Jung | -33/+40 |
| 2024-02-10 | unstably allow constants to refer to statics and read from immutable statics | Ralf Jung | -15/+0 |
| 2024-02-06 | Rollup merge of #120683 - RalfJung:symbolic-alignment-ice, r=oli-obk | Matthias Krüger | -4/+1 |
| 2024-02-06 | miri: fix ICE with symbolic alignment check on extern static | Ralf Jung | -4/+1 |