| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-07-06 | Auto merge of #98206 - eggyal:align-to-chalk-folding-api, r=jackh726 | bors | -2/+2 |
| 2022-07-06 | Update TypeVisitor paths | Alan Egerton | -3/+1 |
| 2022-07-05 | finally enable Scalar layout sanity checks | Ralf Jung | -4/+3 |
| 2022-07-05 | fix type in function name | Ralf Jung | -3/+3 |
| 2022-07-05 | Relax constrained generics to TypeVisitable | Alan Egerton | -2/+4 |
| 2022-07-05 | Rollup merge of #98888 - RalfJung:interpret-checked-bin, r=oli-obk | Matthias Krüger | -2/+23 |
| 2022-07-05 | Rollup merge of #98860 - RalfJung:dangling-int-ptr, r=davidtwco | Matthias Krüger | -3/+3 |
| 2022-07-05 | adjust dangling-int-ptr error message | Ralf Jung | -3/+3 |
| 2022-07-05 | always check overflow in CheckedBinOp in CTFE | Ralf Jung | -1/+10 |
| 2022-07-05 | Auto merge of #96862 - oli-obk:enum_cast_mir, r=RalfJung | bors | -23/+2 |
| 2022-07-05 | Rollup merge of #98847 - RalfJung:box-is-special, r=oli-obk | Dylan DPC | -12/+55 |
| 2022-07-05 | Rollup merge of #98811 - RalfJung:interpret-alloc-range, r=oli-obk | Dylan DPC | -36/+22 |
| 2022-07-04 | interpret: fix CheckedBinOp behavior when overflow checking is disabled | Ralf Jung | -2/+14 |
| 2022-07-05 | Auto merge of #98846 - RalfJung:alignment-is-a-type-thing, r=oli-obk | bors | -95/+118 |
| 2022-07-04 | Auto merge of #98627 - RalfJung:interpret-arith, r=lcnr | bors | -2/+17 |
| 2022-07-04 | extra assertion, extra sure | Ralf Jung | -0/+1 |
| 2022-07-04 | clarify comment | Ralf Jung | -1/+2 |