| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-07-03 | move Box mess handling into general visitor | Ralf Jung | -34/+55 |
| 2022-07-03 | fix interpreter validity check on Box | Ralf Jung | -6/+28 |
| 2022-07-03 | interpret: track place alignment together with the type, not the value | Ralf Jung | -95/+117 |
| 2022-07-03 | interpret: don't rely on ScalarPair for overflowed arithmetic | Ralf Jung | -2/+16 |
| 2022-07-02 | more use of format! variable capture | Ralf Jung | -3/+1 |
| 2022-07-02 | Auto merge of #97585 - lqd:const-alloc-intern, r=RalfJung | bors | -2/+50 |
| 2022-07-02 | make AllocRef APIs more consistent | Ralf Jung | -11/+13 |
| 2022-07-02 | add AllocRange Debug impl; remove redundant AllocId Display impl | Ralf Jung | -23/+9 |
| 2022-07-02 | Auto merge of #91743 - cjgillot:enable_mir_inlining_inline_all, r=oli-obk | bors | -17/+6 |
| 2022-07-02 | Rollup merge of #98783 - RalfJung:jumpscares, r=fee1-dead | Dylan DPC | -1/+1 |
| 2022-07-01 | interpret: make a comment less scary | Ralf Jung | -1/+1 |
| 2022-07-01 | Factor out hir::Node::Binding | Cameron Steffen | -1/+1 |
| 2022-06-30 | Recover when failing to normalize closure signature. | Camille GILLOT | -1/+2 |