| Age | Commit message (Expand) | Author | Lines |
| 2023-01-17 | `rustc_const_eval`: remove `ref` patterns (+some pattern matching imps) | Maybe Waffle | -3/+1 |
| 2022-12-22 | Auto merge of #106023 - JohnTitor:rollup-k8mettz, r=JohnTitor | bors | -4/+4 |
| 2022-12-22 | Rollup merge of #105602 - RalfJung:read-convenience, r=oli-obk | Yuki Okushi | -4/+4 |
| 2022-12-21 | Auto merge of #105613 - Nilstrieb:rename-assert_uninit_valid, r=RalfJung | bors | -2/+4 |
| 2022-12-13 | Combine identical alias arms | Michael Goulet | -5/+3 |
| 2022-12-13 | Combine projection and opaque into alias | Michael Goulet | -2/+2 |
| 2022-12-13 | squash OpaqueTy and ProjectionTy into AliasTy | Michael Goulet | -1/+1 |
| 2022-12-13 | Use ty::OpaqueTy everywhere | Michael Goulet | -1/+1 |
| 2022-12-13 | Rename `assert_uninit_valid` intrinsic | Nilstrieb | -2/+4 |
| 2022-12-12 | interpret: add read_machine_[ui]size convenience methods | Ralf Jung | -4/+4 |
| 2022-12-10 | compiler: remove unnecessary imports and qualified paths | KaDiWa | -2/+0 |
| 2022-11-19 | constify `exact_div` intrinsic | Lukas Markeffsky | -0/+5 |
| 2022-11-16 | cleanup and dedupe CTFE and Miri error reporting | Ralf Jung | -2/+3 |
| 2022-11-13 | add is_sized method on Abi and Layout, and use it | Ralf Jung | -1/+1 |
| 2022-10-31 | interpret: move type_name implementation to an interpreter-independent helper... | Ralf Jung | -3/+11 |
| 2022-09-12 | Plumb dyn trait representation through ty::Dynamic | Eric Holk | -1/+1 |
| 2022-09-08 | bound variables during ctfe are a bug | lcnr | -1/+1 |
| 2022-09-06 | Move CTFE handling of nondiverging intrinsics to intrinsics.rs | Oli Scherer | -1/+27 |
| 2022-09-06 | Lower the assume intrinsic to a MIR statement | Oli Scherer | -6/+0 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -1/+1 |
| 2022-08-27 | interpret: make read-pointer-as-bytes *always* work in Miri | Ralf Jung | -4/+17 |
| 2022-08-26 | make read_immediate error immediately on uninit, so ImmTy can carry initializ... | Ralf Jung | -6/+6 |
| 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 |