| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-06-05 | Allow ptr_from_addr_cast to fail | Ralf Jung | -6/+7 |
| 2022-06-05 | reduce code duplication | Ralf Jung | -13/+12 |
| 2022-06-05 | interpret: better control over whether we read data with provenance, and impl... | Ralf Jung | -18/+46 |
| 2022-06-04 | use precise spans for recursive const evaluation | Ralf Jung | -3/+4 |
| 2022-06-04 | const_prop_lint: ensure we have up-to-date cur_span() | Ralf Jung | -1/+4 |
| 2022-06-04 | Move statement_index increment out of statement() function | Ralf Jung | -9/+9 |
| 2022-06-04 | tweak some bug!s | Ralf Jung | -6/+6 |
| 2022-06-03 | Rollup merge of #97663 - RalfJung:keine-halben-sachen, r=oli-obk | Dylan DPC | -3/+3 |
| 2022-06-02 | take back half-baked noaliasing check in Assignment | Ralf Jung | -3/+3 |
| 2022-06-02 | add cast kind of from_exposed_addr (int-to-ptr casts) | Ralf Jung | -10/+24 |
| 2022-06-02 | Rollup merge of #97626 - RalfJung:expose, r=tmiasko | Yuki Okushi | -3/+3 |
| 2022-06-01 | rename PointerAddress → PointerExposeAddress | Ralf Jung | -3/+3 |
| 2022-06-01 | Rollup merge of #97216 - RalfJung:null-ptr-check, r=oli-obk | Yuki Okushi | -0/+4 |