| Age | Commit message (Expand) | Author | Lines |
| 2022-07-24 | interpret, ptr_offset_from: refactor and test too-far-apart check | Ralf Jung | -24/+48 |
| 2022-07-20 | add intrinsic to access vtable size and align | Ralf Jung | -0/+12 |
| 2022-07-19 | interpret: rename Tag/PointerTag to Prov/Provenance | Ralf Jung | -20/+20 |
| 2022-07-19 | Auto merge of #99309 - RalfJung:no-large-copies, r=oli-obk | bors | -2/+5 |
| 2022-07-18 | interpret: make some large types not Copy | Ralf Jung | -2/+5 |
| 2022-07-17 | Auto merge of #99033 - 5225225:interpreter-validity-checks, r=oli-obk | bors | -29/+27 |
| 2022-07-14 | Use constant eval to do strict validity checks | 5225225 | -29/+27 |
| 2022-07-14 | Remove comment referring to constness.rs | Daniel Bevenius | -2/+0 |
| 2022-07-13 | Rename `debugging_opts` to `unstable_opts` | Joshua Nelson | -2/+2 |
| 2022-07-06 | deduplicate some copy_op code | Ralf Jung | -5/+9 |
| 2022-07-04 | interpret: fix CheckedBinOp behavior when overflow checking is disabled | Ralf Jung | -1/+3 |
| 2022-06-09 | interpret: unify offset_from check with offset check | Ralf Jung | -67/+70 |
| 2022-06-04 | tweak some bug!s | Ralf Jung | -3/+3 |
| 2022-05-24 | Add flag for stricter checks on uninit/zeroed | 5225225 | -3/+11 |
| 2022-05-23 | Refactor call terminator to always hold a destination place | Jakob Degen | -2/+3 |
| 2022-05-20 | Remove `crate` visibility usage in compiler | Jacob Pratt | -1/+1 |
| 2022-05-11 | Apply CR suggestions; add real tracking issue | Scott McMurray | -0/+2 |
| 2022-05-11 | Add a debug check for ordering, and check for isize overflow in CTFE | Scott McMurray | -3/+10 |
| 2022-05-11 | Add `unsigned_offset_from` on pointers | Scott McMurray | -5/+19 |
| 2022-04-05 | Auto merge of #94527 - oli-obk:undef_scalars, r=nagisa,erikdesjardin | bors | -1/+1 |
| 2022-04-05 | Mark scalar layout unions so that backends that do not support partially init... | Oli Scherer | -1/+1 |
| 2022-04-03 | tweak some function names | Ralf Jung | -1/+1 |
| 2022-04-03 | interpret: remove MemoryExtra in favor of giving access to the Machine | Ralf Jung | -8/+8 |
| 2022-03-31 | audit check_mul uses in interpret | Ralf Jung | -1/+7 |
| 2022-03-12 | Auto merge of #94733 - nnethercote:fix-AdtDef-interning, r=fee1-dead | bors | -1/+3 |
| 2022-03-11 | Improve `AdtDef` interning. | Nicholas Nethercote | -1/+3 |
| 2022-03-10 | adjust offset_from logic: check that both pointers are in-bounds | Ralf Jung | -38/+42 |
| 2022-03-07 | Rollup merge of #94685 - RalfJung:saturating, r=oli-obk | Matthias Krüger | -39/+45 |
| 2022-03-06 | use singed_int_max/min helper methods | Ralf Jung | -7/+4 |
| 2022-03-06 | move saturating_add/sub into (pub) helper method | Ralf Jung | -39/+48 |
| 2022-03-07 | Introduce `ConstAllocation`. | Nicholas Nethercote | -1/+1 |
| 2022-03-01 | Miri/CTFE: properly treat overflow in (signed) division/rem as UB | Ralf Jung | -9/+3 |
| 2021-12-12 | Rollup merge of #91814 - japm48:spelling-fix, r=RalfJung | Matthias Krüger | -1/+1 |
| 2021-12-12 | doc: fix typo in comments | japm48 | -1/+1 |
| 2021-12-11 | Rollup merge of #90081 - woppopo:const_write_bytes, r=oli-obk | Matthias Krüger | -0/+24 |
| 2021-11-29 | CTFE: support assert_zero_valid and assert_uninit_valid | Ralf Jung | -1/+25 |
| 2021-11-24 | Make `intrinsics::write_bytes` const | woppopo | -0/+24 |
| 2021-11-20 | Revert "require full validity when determining the discriminant of a value" | Ralf Jung | -6/+0 |
| 2021-11-20 | Rollup merge of #90999 - RalfJung:miri_simd, r=oli-obk | Matthias Krüger | -31/+16 |
| 2021-11-18 | fix CTFE/Miri simd_insert/extract on array-style repr(simd) types | Ralf Jung | -31/+16 |
| 2021-11-14 | require full validity when determining the discriminant of a value | Ralf Jung | -0/+6 |
| 2021-09-14 | Remove implementation of `min_align_of` intrinsic | Tomasz Miąsko | -7/+2 |
| 2021-09-12 | Auto merge of #88839 - nbdd0121:alignof, r=nagisa | bors | -5/+2 |
| 2021-09-13 | Introduce NullOp::AlignOf | Gary Guo | -5/+2 |
| 2021-09-09 | Rename `(un)signed` to `(un)signed_int` | Andreas Liljeqvist | -1/+1 |
| 2021-09-09 | Move `unsigned_max` etc into `Size` again | Andreas Liljeqvist | -5/+3 |
| 2021-09-09 | Make `abi::Abi` `Copy` and remove a *lot* of refs | Andreas Liljeqvist | -1/+1 |
| 2021-09-07 | Rename rustc_mir to rustc_const_eval. | Camille GILLOT | -0/+585 |