| Age | Commit message (Expand) | Author | Lines |
| 2022-04-10 | Avoid accessing HIR from MIR queries. | Camille GILLOT | -14/+4 |
| 2022-04-08 | use deref on ImmTy | b-naber | -4/+3 |
| 2022-04-08 | create leafs for slices | b-naber | -116/+63 |
| 2022-04-07 | interpret: err instead of ICE on size mismatches in to_bits_or_ptr_internal | Ralf Jung | -50/+60 |
| 2022-04-06 | Auto merge of #95707 - RalfJung:initialized, r=oli-obk | bors | -4/+22 |
| 2022-04-06 | Rollup merge of #95693 - RalfJung:more-context, r=oli-obk | Dylan DPC | -7/+13 |
| 2022-04-05 | interp/validity: enforce Scalar::Initialized | Ralf Jung | -4/+22 |
| 2022-04-05 | interp: pass TyCtxt to Machine methods that do not take InterpCx | Ralf Jung | -7/+13 |
| 2022-04-05 | Auto merge of #94527 - oli-obk:undef_scalars, r=nagisa,erikdesjardin | bors | -18/+27 |
| 2022-04-05 | mir-interpret now treats unions as non-immediate, even if they have scalar la... | Oli Scherer | -7/+11 |
| 2022-04-05 | Mark scalar layout unions so that backends that do not support partially init... | Oli Scherer | -13/+18 |
| 2022-04-03 | tweak some function names | Ralf Jung | -14/+14 |
| 2022-04-03 | interpret: remove MemoryExtra in favor of giving access to the Machine | Ralf Jung | -238/+192 |
| 2022-04-01 | Auto merge of #94883 - cjgillot:flat-metadata, r=oli-obk | bors | -31/+35 |
| 2022-03-31 | Merge impl_constness and is_const_fn_raw. | Camille GILLOT | -31/+35 |
| 2022-03-31 | catch overflow in slice size computation | Ralf Jung | -1/+2 |
| 2022-03-31 | audit check_mul uses in interpret | Ralf Jung | -1/+7 |
| 2022-03-31 | interpret: make isize::MAX the limit for dynamic value sizes | Ralf Jung | -8/+10 |
| 2022-03-30 | Auto merge of #95436 - cjgillot:static-mut, r=oli-obk | bors | -1/+1 |
| 2022-03-30 | Auto merge of #95466 - Dylan-DPC:rollup-g7ddr8y, r=Dylan-DPC | bors | -8/+8 |
| 2022-03-30 | Spellchecking some comments | Yuri Astrakhan | -8/+8 |
| 2022-03-29 | Remember mutability in `DefKind::Static`. | Camille GILLOT | -1/+1 |
| 2022-03-29 | include refs in valtree creation | b-naber | -29/+158 |
| 2022-03-28 | Normalize all projections in mir validation again | Oli Scherer | -1/+6 |
| 2022-03-28 | Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk" | Oli Scherer | -8/+16 |
| 2022-03-26 | interpret: with enforce_number_validity, ensure integers are truly Scalar::In... | Ralf Jung | -3/+6 |
| 2022-03-26 | interpret: mark a dead match arm as dead | Ralf Jung | -1/+2 |
| 2022-03-26 | Auto merge of #95149 - cjgillot:once-diag, r=estebank | bors | -2/+2 |
| 2022-03-25 | Rollup merge of #94655 - JakobDegen:mir-phase-docs, r=oli-obk | Dylan DPC | -28/+48 |
| 2022-03-23 | Clarify which kinds of MIR are allowed during which phases. | Jakob Degen | -28/+48 |
| 2022-03-23 | Rollup merge of #95221 - RalfJung:check_and_deref_ptr, r=oli-obk | Matthias Krüger | -15/+5 |
| 2022-03-23 | Auto merge of #94901 - fee1-dead:destructable, r=oli-obk | bors | -9/+7 |
| 2022-03-22 | interpret/memory: simplify check_and_deref_ptr | Ralf Jung | -15/+5 |
| 2022-03-22 | interpret/validity: improve clarity | Ralf Jung | -3/+2 |
| 2022-03-21 | rename LocalState::Uninitialized to Unallocated | Ralf Jung | -12/+10 |
| 2022-03-21 | Rename `~const Drop` to `~const Destruct` | Deadbeef | -9/+7 |
| 2022-03-20 | Take &mut Diagnostic in emit_diagnostic. | Camille GILLOT | -2/+2 |
| 2022-03-20 | Auto merge of #95071 - RalfJung:arbitrary-self-dyn, r=oli-obk | bors | -15/+40 |
| 2022-03-18 | Miri: implement arbitrary-self dyn receivers | Ralf Jung | -15/+40 |
| 2022-03-16 | rustc_error: make ErrorReported impossible to construct | mark | -11/+14 |
| 2022-03-12 | Auto merge of #94733 - nnethercote:fix-AdtDef-interning, r=fee1-dead | bors | -19/+22 |
| 2022-03-11 | Rollup merge of #94827 - RalfJung:offset-from-ub, r=oli-obk | Dylan DPC | -41/+45 |
| 2022-03-11 | Improve `AdtDef` interning. | Nicholas Nethercote | -19/+22 |
| 2022-03-10 | adjust offset_from logic: check that both pointers are in-bounds | Ralf Jung | -41/+45 |
| 2022-03-09 | normalization change and rebase | b-naber | -1/+12 |
| 2022-03-07 | Stabilize const_impl_trait as well | Eric Holk | -22/+0 |
| 2022-03-07 | Remove dead/useless code | Eric Holk | -58/+0 |
| 2022-03-07 | Update tests after feature stabilization | Eric Holk | -59/+0 |
| 2022-03-07 | Stabilize const_fn_fn_ptr_basics and const_fn_trait_bound | Eric Holk | -125/+4 |
| 2022-03-07 | Rollup merge of #94685 - RalfJung:saturating, r=oli-obk | Matthias Krüger | -39/+45 |