| Age | Commit message (Expand) | Author | Lines |
| 2022-07-20 | add a Vtable kind of symbolic allocations | Ralf Jung | -4/+42 |
| 2022-07-20 | Auto merge of #99472 - RalfJung:provenance, r=oli-obk | bors | -106/+108 |
| 2022-07-20 | Remove unused StableMap and StableSet types from rustc_data_structures | Michael Woerister | -2/+2 |
| 2022-07-20 | Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r=estebank" | Oli Scherer | -24/+3 |
| 2022-07-19 | interpret: rename Tag/PointerTag to Prov/Provenance | Ralf Jung | -106/+108 |
| 2022-07-19 | Use LocalDefId in OpaqueTypeKey | Michael Goulet | -1/+1 |
| 2022-07-15 | Introduce opaque type to hidden type projection | Oli Scherer | -3/+24 |
| 2022-07-15 | Auto merge of #99013 - RalfJung:dont-poison-my-places, r=oli-obk | bors | -0/+2 |
| 2022-07-14 | Auto merge of #98975 - jyn514:unstable_opts, r=wesleywiser | bors | -14/+14 |
| 2022-07-13 | Rename `debugging_opts` to `unstable_opts` | Joshua Nelson | -14/+14 |
| 2022-07-13 | assigning to a union field can never drop now | Ralf Jung | -6/+0 |
| 2022-07-13 | Auto merge of #98145 - ouz-a:some_branch, r=oli-obk | bors | -4/+39 |
| 2022-07-13 | get rid of MemPlaceMeta::Poison | Ralf Jung | -0/+2 |
| 2022-07-12 | add new rval, pull deref early | ouz-a | -4/+39 |
| 2022-07-11 | use PlaceRef::iter_projections to fix old FIXME | Rose Hudson | -5/+3 |
| 2022-07-10 | Rollup merge of #99103 - TaKO8Ki:avoid-&str-to-string-conversions, r=oli-obk | Matthias Krüger | -5/+3 |
| 2022-07-10 | avoid some `&str` to `String` conversions | Takayuki Maeda | -5/+3 |
| 2022-07-09 | Auto merge of #98957 - RalfJung:zst-are-different, r=lcnr,oli-obk | bors | -10/+18 |
| 2022-07-09 | tweak names and output and bless | Ralf Jung | -7/+15 |
| 2022-07-09 | review feedback | Ralf Jung | -7/+7 |
| 2022-07-09 | don't allow ZST in ScalarInt | Ralf Jung | -10/+10 |
| 2022-07-09 | Rollup merge of #99050 - JakobDegen:storage-docs, r=tmiasko | Matthias Krüger | -13/+13 |
| 2022-07-08 | Clarify MIR semantics of storage statements | Jakob Degen | -13/+13 |
| 2022-07-08 | Add `SourceScope::inlined_instance` | Tomasz Miąsko | -0/+16 |
| 2022-07-08 | Rollup merge of #99019 - pierwill:doc-mir-statement, r=cjgillot | Matthias Krüger | -1/+4 |
| 2022-07-07 | Rollup merge of #98979 - RalfJung:more-alloc-range, r=oli-obk | Matthias Krüger | -60/+51 |
| 2022-07-07 | Add doc comments in `rustc_middle::mir` | pierwill | -1/+4 |
| 2022-07-07 | Move `dominators` from Body to BasicBlocks | Tomasz Miąsko | -6/+7 |
| 2022-07-07 | Move `switch_sources` from Body to BasicBlocks | Tomasz Miąsko | -8/+0 |
| 2022-07-07 | Move `predecessors` from Body to BasicBlocks | Tomasz Miąsko | -7/+1 |
| 2022-07-07 | Move `is_cfg_cyclic` from Body to BasicBlocks | Tomasz Miąsko | -6/+0 |
| 2022-07-07 | Make MIR basic blocks field public | Tomasz Miąsko | -154/+169 |
| 2022-07-06 | Rollup merge of #98984 - pierwill:patch-4, r=RalfJung | Guillaume Gomez | -1/+1 |
| 2022-07-06 | Remove erroneous doc comment | pierwill | -1/+1 |
| 2022-07-06 | docs: Add overview of `rustc_middle::mir::TerminatorKind` | pierwill | -0/+2 |
| 2022-07-06 | interpret: use AllocRange in UninitByteAccess | Ralf Jung | -60/+51 |
| 2022-07-06 | Auto merge of #98206 - eggyal:align-to-chalk-folding-api, r=jackh726 | bors | -194/+227 |
| 2022-07-06 | Update TypeVisitor paths | Alan Egerton | -3/+3 |
| 2022-07-05 | Explicit TypeVisitable implementations | Alan Egerton | -152/+190 |
| 2022-07-05 | impl TypeVisitable in type traversal macros | Alan Egerton | -8/+8 |
| 2022-07-05 | Add #[derive(TypeVisitable)] | Alan Egerton | -32/+27 |
| 2022-07-05 | Rollup merge of #98888 - RalfJung:interpret-checked-bin, r=oli-obk | Matthias Krüger | -2/+3 |
| 2022-07-05 | adjust dangling-int-ptr error message | Ralf Jung | -12/+25 |
| 2022-07-05 | always check overflow in CheckedBinOp in CTFE | Ralf Jung | -2/+3 |
| 2022-07-05 | Auto merge of #98910 - Dylan-DPC:rollup-9x82wdg, r=Dylan-DPC | bors | -27/+23 |
| 2022-07-05 | Rollup merge of #98811 - RalfJung:interpret-alloc-range, r=oli-obk | Dylan DPC | -27/+23 |
| 2022-07-05 | Auto merge of #98872 - JakobDegen:no-invalidate, r=davidtwco | bors | -9/+35 |
| 2022-07-04 | Rollup merge of #98878 - lcnr:more-rustc_pass_by_value, r=oli-obk | Matthias Krüger | -13/+13 |
| 2022-07-04 | Rollup merge of #98738 - tmiasko:checked-binop, r=oli-obk | Matthias Krüger | -4/+12 |
| 2022-07-04 | more `rustc_pass_by_value` | lcnr | -13/+13 |