| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-06-30 | Don't assert polymorphization has taken effect in const eval | Wesley Wiser | -16/+4 |
| 2022-06-30 | Rollup merge of #98688 - RalfJung:from-mplace, r=oli-obk | Matthias Krüger | -3/+24 |
| 2022-06-30 | Change enum->int casts to not go through MIR casts. | Oli Scherer | -23/+2 |
| 2022-06-29 | interpret: add From<&MplaceTy> for PlaceTy | Ralf Jung | -3/+24 |
| 2022-06-29 | Rollup merge of #98554 - DrMeepster:box_unsizing_is_not_special, r=RalfJung | Dylan DPC | -17/+7 |
| 2022-06-29 | Rollup merge of #98549 - RalfJung:interpret-stacktraces, r=oli-obk | Dylan DPC | -11/+6 |
| 2022-06-29 | avoid walk when `get_ptr_alloc` returns no `AllocRef` | Rémy Rakic | -0/+3 |
| 2022-06-29 | fix comments | Rémy Rakic | -5/+5 |
| 2022-06-28 | fix silly mistake | DrMeepster | -1/+1 |
| 2022-06-28 | const alloc interning: only check for references for arrays/slices | Rémy Rakic | -14/+18 |
| 2022-06-28 | ctfe: clarify skipping the interning walk | Rémy Rakic | -11/+30 |
| 2022-06-28 | make `get_relocations` private | Rémy Rakic | -1/+1 |
| 2022-06-28 | ctfe interning: don't walk allocations that don't need it | Rémy Rakic | -3/+25 |
| 2022-06-28 | Validate all fields of box instead of validating allocator specifically | DrMeepster | -2/+2 |
| 2022-06-27 | make AllocKind actually public | Ralf Jung | -1/+1 |
| 2022-06-26 | interpret: refactor allocation info query | Ralf Jung | -51/+34 |
| 2022-06-26 | validate box's allocator | DrMeepster | -0/+3 |
| 2022-06-26 | fix box with custom allocator in miri | DrMeepster | -17/+4 |
| 2022-06-26 | interpret: do not prune requires_caller_location stack frames quite so early | Ralf Jung | -11/+6 |
| 2022-06-22 | Rollup merge of #98099 - RalfJung:convert_tag_add_extra, r=oli-obk | Yuki Okushi | -11/+15 |
| 2022-06-16 | interpret: convert_tag_add_extra, init_allocation_extra: allow tagger to rais... | Ralf Jung | -11/+15 |
| 2022-06-15 | make sure miri ices when dereferencing a box | DrMeepster | -0/+5 |
| 2022-06-14 | rebase | b-naber | -1/+1 |
| 2022-06-14 | implement valtrees as the type-system representation for constant values | b-naber | -1/+5 |
| 2022-06-14 | Rename the `ConstS::val` field as `kind`. | Nicholas Nethercote | -6/+6 |
| 2022-06-13 | Rollup merge of #97960 - RalfJung:offset-from, r=oli-obk | Matthias Krüger | -67/+70 |
| 2022-06-11 | Rollup merge of #97761 - RalfJung:vtable-validation, r=cjgillot | Dylan DPC | -0/+8 |
| 2022-06-09 | interpret: unify offset_from check with offset check | Ralf Jung | -67/+70 |
| 2022-06-09 | Auto merge of #97740 - RalfJung:ctfe-cycle-spans, r=lcnr | bors | -19/+23 |
| 2022-06-08 | Rollup merge of #97763 - RalfJung:fallible-cast, r=lcnr | Dylan DPC | -6/+7 |
| 2022-06-08 | Auto merge of #97447 - nnethercote:improve-folding, r=jackh726 | bors | -2/+2 |
| 2022-06-08 | Folding revamp. | Nicholas Nethercote | -2/+2 |
| 2022-06-07 | Remove `AlwaysLiveLocals` wrapper struct | Tomasz Miąsko | -2/+2 |
| 2022-06-06 | Auto merge of #97795 - Dylan-DPC:rollup-dxilagr, r=Dylan-DPC | bors | -6/+1 |
| 2022-06-06 | Auto merge of #97684 - RalfJung:better-provenance-control, r=oli-obk | bors | -18/+45 |
| 2022-06-05 | interpret: do not claim UB until we looked more into variadic functions | Ralf Jung | -6/+1 |
| 2022-06-05 | validating the vtable can lead to Stacked Borrows errors | Ralf Jung | -0/+8 |