| Age | Commit message (Expand) | Author | Lines |
| 2022-08-04 | Rollup merge of #100095 - jackh726:early-binder, r=lcnr | Matthias Krüger | -0/+6 |
| 2022-08-03 | Add bound_impl_subject and bound_return_ty | Jack Huey | -0/+6 |
| 2022-08-02 | Avoid invalidating the CFG in MirPatch. | Jakob Degen | -35/+30 |
| 2022-08-01 | Rollup merge of #100003 - nnethercote:improve-size-assertions, r=lqd | Matthias Krüger | -17/+12 |
| 2022-08-01 | Improve size assertions. | Nicholas Nethercote | -17/+12 |
| 2022-07-30 | Use LocalDefId for closures more | Cameron Steffen | -47/+45 |
| 2022-07-28 | Use line numbers relative to function in mir opt tests | Nilstrieb | -6/+12 |
| 2022-07-26 | Rollup merge of #97077 - ouz-a:Optimize-backend, r=oli-obk | Yuki Okushi | -0/+14 |
| 2022-07-24 | make sure has_deref is correct | ouz-a | -0/+2 |
| 2022-07-23 | now we can make scalar_to_ptr a method on Scalar | Ralf Jung | -0/+18 |
| 2022-07-22 | has_deref: simpler comparison, ty fix | ouz-a | -10/+2 |
| 2022-07-22 | simplify more, ret_deref -> has_deref | ouz-a | -6/+6 |
| 2022-07-22 | simplify some code that depend on Deref | ouz-a | -0/+20 |
| 2022-07-22 | Rollup merge of #98868 - tmiasko:unreachable-coverage, r=wesleywiser | Dylan DPC | -0/+16 |
| 2022-07-22 | Auto merge of #99420 - RalfJung:vtable, r=oli-obk | bors | -27/+67 |
| 2022-07-20 | Auto merge of #99058 - michaelwoerister:remove-stable-set-and-map, r=nagisa | bors | -2/+2 |
| 2022-07-20 | various nits from review | Ralf Jung | -1/+1 |
| 2022-07-20 | consistently use VTable over Vtable (matching stable stdlib API RawWakerVTable) | Ralf Jung | -18/+20 |
| 2022-07-20 | incorporate some review feedback | Ralf Jung | -1/+1 |
| 2022-07-20 | make use of symbolic vtables in interpreter | Ralf Jung | -18/+9 |
| 2022-07-20 | rename get_global_alloc to try_get_global_alloc | Ralf Jung | -7/+16 |
| 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 |