| Age | Commit message (Expand) | Author | Lines |
| 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/+29 |
| 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-02 | Rollup merge of #98766 - lcnr:mir-visit-pass_by_value, r=oli-obk | Dylan DPC | -10/+10 |
| 2022-07-02 | Rollup merge of #98639 - camsteffen:no-node-binding, r=compiler-errors | 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-07-01 | Rollup merge of #98756 - TaKO8Ki:use-const-instead-of-function, r=Dylan-DPC | Dylan DPC | -5/+3 |
| 2022-07-01 | cleanup mir visitor for `rustc::pass_by_value` | lcnr | -10/+10 |
| 2022-07-01 | use const instead of function and make it private | Takayuki Maeda | -5/+3 |
| 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 | -8/+29 |
| 2022-06-30 | Change enum->int casts to not go through MIR casts. | Oli Scherer | -27/+30 |
| 2022-06-29 | interpret: add From<&MplaceTy> for PlaceTy | Ralf Jung | -8/+29 |
| 2022-06-29 | Rollup merge of #98643 - voidc:valtree-ref-pretty, r=lcnr | Matthias Krüger | -79/+0 |
| 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 | -18/+13 |
| 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 | Improve pretty printing of valtrees for references | Dominik Stolz | -79/+0 |
| 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 | -18/+13 |
| 2022-06-22 | Rollup merge of #98099 - RalfJung:convert_tag_add_extra, r=oli-obk | Yuki Okushi | -11/+15 |
| 2022-06-21 | Auto merge of #95576 - DrMeepster:box_erasure, r=oli-obk | bors | -50/+69 |
| 2022-06-19 | Mention formatting macros when encountering ArgumentV1::new in const | Michael Goulet | -1/+11 |
| 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-15 | remove box derefs from codgen | DrMeepster | -50/+64 |
| 2022-06-15 | Rename `impl_constness` to `constness` | Deadbeef | -7/+8 |
| 2022-06-14 | rebase | b-naber | -3/+3 |
| 2022-06-14 | correctly create Scalar for meta info | b-naber | -3/+7 |
| 2022-06-14 | address review | b-naber | -17/+54 |