| Age | Commit message (Expand) | Author | Lines |
| 2023-04-24 | Split `{Idx, IndexVec, IndexSlice}` into their own modules | Maybe Waffle | -1/+1 |
| 2023-04-01 | Use `FieldIdx` in various things related to aggregates | Scott McMurray | -4/+5 |
| 2023-03-25 | Refactor: `VariantIdx::from_u32(0)` -> `FIRST_VARIANT` | Scott McMurray | -2/+2 |
| 2023-03-21 | Add a layout argument to `enforce_validity`. | Oli Scherer | -2/+2 |
| 2023-03-02 | Rollup merge of #108022 - CraftSpider:align-bytes, r=oli-obk | Matthias Krüger | -2/+4 |
| 2023-02-20 | Minimal changes to make miri work | Rune Tynan | -2/+4 |
| 2023-02-20 | Allow non-`Box` allocations in preparation for aligned const allocations for ... | Rune Tynan | -2/+2 |
| 2023-02-20 | basic dyn* support for Miri | Ralf Jung | -15/+52 |
| 2023-02-15 | Use target instead of machine for mir interpreter integer handling. | Oli Scherer | -2/+2 |
| 2023-02-14 | interpret: rename Pointer::from_addr → from_addr_invalid | Ralf Jung | -1/+1 |
| 2023-02-07 | Rollup merge of #107756 - RalfJung:miri-out-of-addresses, r=oli-obk | Matthias Krüger | -3/+3 |
| 2023-02-07 | miri: fix ICE when running out of address space | Ralf Jung | -3/+3 |
| 2023-02-06 | interpret: move discriminant reading and writing to separate file | Ralf Jung | -83/+4 |
| 2023-02-02 | Introduce write_aggregate. | Camille GILLOT | -0/+28 |
| 2023-02-02 | Interpret aggregates. | Camille GILLOT | -9/+0 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -3/+3 |
| 2022-12-18 | avoid .into() conversion to identical types | Matthias Krüger | -1/+1 |
| 2022-12-15 | Make alignment checks a future incompat lint | Oli Scherer | -7/+2 |
| 2022-11-18 | review feedback | Ralf Jung | -2/+2 |
| 2022-11-18 | interpret: use Either over Result when it is not representing an error condition | Ralf Jung | -13/+15 |
| 2022-11-14 | Rollup merge of #104356 - RalfJung:interpret-check-mplace, r=oli-obk | Matthias Krüger | -9/+9 |
| 2022-11-13 | interpret: make check_mplace public | Ralf Jung | -9/+9 |
| 2022-11-13 | add is_sized method on Abi and Layout, and use it | Ralf Jung | -5/+5 |
| 2022-10-12 | Use `tidy-alphabetical` in the compiler | Nilstrieb | -2/+3 |
| 2022-10-02 | Don't ICE when trying to copy unsized value in const prop | Michael Goulet | -5/+11 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -2/+0 |
| 2022-09-21 | OpTy: fix a method taking self rather than &self | Ralf Jung | -1/+1 |
| 2022-09-07 | Use niche-filling optimization even when multiple variants have data. | Michael Benfield | -2/+4 |
| 2022-09-07 | Change name of "dataful" variant to "untagged" | Michael Benfield | -2/+2 |
| 2022-08-30 | Rollup merge of #101101 - RalfJung:read-pointer-as-bytes, r=oli-obk | Dylan DPC | -3/+1 |
| 2022-08-27 | interpret: make read-pointer-as-bytes *always* work in Miri | Ralf Jung | -3/+1 |
| 2022-08-27 | remove an ineffective check in const_prop | Ralf Jung | -1/+1 |
| 2022-08-26 | make read_immediate error immediately on uninit, so ImmTy can carry initializ... | Ralf Jung | -8/+4 |
| 2022-08-10 | Avoid repeating qualifiers on `static_assert_size` calls. | Nicholas Nethercote | -5/+6 |
| 2022-08-01 | Improve size assertions. | Nicholas Nethercote | -15/+12 |
| 2022-07-23 | now we can make scalar_to_ptr a method on Scalar | Ralf Jung | -2/+2 |
| 2022-07-20 | make use of symbolic vtables in interpreter | Ralf Jung | -12/+3 |
| 2022-07-19 | interpret: rename Tag/PointerTag to Prov/Provenance | Ralf Jung | -85/+85 |
| 2022-07-18 | interpret: make some large types not Copy | Ralf Jung | -16/+16 |
| 2022-07-18 | interpret: remove some unused trait impls | Ralf Jung | -4/+3 |
| 2022-07-16 | Rollup merge of #99259 - RalfJung:visit-a-place, r=oli-obk | Matthias Krüger | -3/+13 |
| 2022-07-15 | interpret/visitor: support visiting with a PlaceTy | Ralf Jung | -3/+13 |
| 2022-07-14 | rename MPlaceTy::dangling to fake_alloc_zst | Ralf Jung | -1/+3 |
| 2022-07-13 | get rid of MemPlaceMeta::Poison | Ralf Jung | -15/+6 |
| 2022-07-11 | use a loop rather than try_fold | Ralf Jung | -13/+12 |
| 2022-07-11 | interpret: refactor projection handling code | Ralf Jung | -276/+29 |
| 2022-07-06 | deduplicate some copy_op code | Ralf Jung | -76/+59 |
| 2022-07-06 | support passing unsized fn arguments | Ralf Jung | -9/+21 |
| 2022-07-06 | interpret: remove LocalValue::Unallocated, add Operand::Uninit | Ralf Jung | -81/+52 |
| 2022-07-05 | finally enable Scalar layout sanity checks | Ralf Jung | -1/+1 |