| Age | Commit message (Expand) | Author | Lines |
| 2022-07-20 | consistently use VTable over Vtable (matching stable stdlib API RawWakerVTable) | Ralf Jung | -12/+12 |
| 2022-07-20 | incorporate some review feedback | Ralf Jung | -28/+8 |
| 2022-07-20 | add intrinsic to access vtable size and align | Ralf Jung | -0/+12 |
| 2022-07-20 | make use of symbolic vtables in interpreter | Ralf Jung | -193/+93 |
| 2022-07-20 | rename get_global_alloc to try_get_global_alloc | Ralf Jung | -9/+9 |
| 2022-07-20 | add a Vtable kind of symbolic allocations | Ralf Jung | -1/+17 |
| 2022-07-20 | Auto merge of #99472 - RalfJung:provenance, r=oli-obk | bors | -475/+478 |
| 2022-07-20 | Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r=estebank" | Oli Scherer | -10/+0 |
| 2022-07-19 | interpret: rename Tag/PointerTag to Prov/Provenance | Ralf Jung | -475/+478 |
| 2022-07-19 | Auto merge of #99309 - RalfJung:no-large-copies, r=oli-obk | bors | -78/+50 |
| 2022-07-18 | interpret: make some large types not Copy | Ralf Jung | -35/+41 |
| 2022-07-18 | interpret: remove some unused trait impls | Ralf Jung | -44/+10 |
| 2022-07-18 | Rollup merge of #99378 - RalfJung:box-early-return, r=oli-obk | Dylan DPC | -0/+3 |
| 2022-07-17 | Auto merge of #99033 - 5225225:interpreter-validity-checks, r=oli-obk | bors | -29/+27 |
| 2022-07-17 | interpret/visitor: add missing early return | Ralf Jung | -0/+3 |
| 2022-07-16 | Rollup merge of #99259 - RalfJung:visit-a-place, r=oli-obk | Matthias Krüger | -49/+271 |
| 2022-07-15 | interpret/visitor: support visiting with a PlaceTy | Ralf Jung | -47/+267 |
| 2022-07-15 | Introduce opaque type to hidden type projection | Oli Scherer | -0/+10 |
| 2022-07-15 | Auto merge of #99013 - RalfJung:dont-poison-my-places, r=oli-obk | bors | -21/+12 |
| 2022-07-14 | interpret/validity: improve some comments | Ralf Jung | -2/+4 |
| 2022-07-14 | Use constant eval to do strict validity checks | 5225225 | -29/+27 |
| 2022-07-14 | rename MPlaceTy::dangling to fake_alloc_zst | Ralf Jung | -2/+4 |
| 2022-07-14 | Remove comment referring to constness.rs | Daniel Bevenius | -2/+0 |
| 2022-07-13 | Rename `debugging_opts` to `unstable_opts` | Joshua Nelson | -4/+4 |
| 2022-07-13 | Auto merge of #99210 - Dylan-DPC:rollup-879cp1t, r=Dylan-DPC | bors | -2/+2 |
| 2022-07-13 | Auto merge of #98145 - ouz-a:some_branch, r=oli-obk | bors | -0/+5 |
| 2022-07-13 | get rid of MemPlaceMeta::Poison | Ralf Jung | -20/+9 |
| 2022-07-13 | Rollup merge of #99011 - oli-obk:UnsoundCell, r=eddyb | Dylan DPC | -2/+2 |
| 2022-07-12 | add new rval, pull deref early | ouz-a | -0/+5 |
| 2022-07-11 | use a loop rather than try_fold | Ralf Jung | -23/+21 |
| 2022-07-11 | interpret: refactor projection handling code | Ralf Jung | -421/+531 |
| 2022-07-09 | Auto merge of #98957 - RalfJung:zst-are-different, r=lcnr,oli-obk | bors | -6/+7 |
| 2022-07-09 | tweak names and output and bless | Ralf Jung | -1/+1 |
| 2022-07-09 | review feedback | Ralf Jung | -1/+1 |
| 2022-07-09 | don't allow ZST in ScalarInt | Ralf Jung | -6/+7 |
| 2022-07-09 | Rollup merge of #99022 - pierwill:always-storage-live-locals, r=pierwill | Matthias Krüger | -2/+2 |
| 2022-07-09 | Rollup merge of #98980 - RalfJung:const-prop-ice, r=oli-obk | Dylan DPC | -5/+9 |
| 2022-07-08 | interpret: only to track_caller in debug builds due to perf | Ralf Jung | -4/+4 |
| 2022-07-07 | MIR dataflow: Rename function to `always_storage_live_locals` | pierwill | -2/+2 |
| 2022-07-07 | Rollup merge of #98979 - RalfJung:more-alloc-range, r=oli-obk | Matthias Krüger | -2/+2 |
| 2022-07-07 | make a name less ambiguous | Ralf Jung | -5/+5 |
| 2022-07-07 | `UnsafeCell` now has no niches, ever. | Oli Scherer | -2/+2 |
| 2022-07-06 | deduplicate some copy_op code | Ralf Jung | -87/+74 |
| 2022-07-06 | support passing unsized fn arguments | Ralf Jung | -12/+54 |
| 2022-07-06 | interpret: remove LocalValue::Unallocated, add Operand::Uninit | Ralf Jung | -149/+139 |
| 2022-07-06 | fix ICE in ConstProp | Ralf Jung | -5/+5 |
| 2022-07-06 | add track_caller to some interpreter functions | Ralf Jung | -0/+4 |
| 2022-07-06 | interpret: use AllocRange in UninitByteAccess | Ralf Jung | -2/+2 |
| 2022-07-06 | Rollup merge of #98968 - RalfJung:scalar-sanity, r=oli-obk | Dylan DPC | -4/+3 |
| 2022-07-06 | Rollup merge of #98964 - RalfJung:typo, r=Dylan-DPC | Dylan DPC | -3/+3 |