| Age | Commit message (Expand) | Author | Lines |
| 2022-09-17 | Auto merge of #98588 - b-naber:valtrees-cleanup, r=lcnr | bors | -24/+60 |
| 2022-09-15 | nits | b-naber | -0/+1 |
| 2022-09-15 | derive TypeVisitable and TypeFoldable for mir types | Oli Scherer | -0/+1 |
| 2022-09-15 | Derive TypeFoldable and TypeVisitable for mir::PlaceElement | Oli Scherer | -2/+0 |
| 2022-09-14 | Auto merge of #101212 - eholk:dyn-star, r=compiler-errors | bors | -0/+1 |
| 2022-09-14 | address review again | b-naber | -14/+5 |
| 2022-09-13 | Only keep one version of ImplicitSelfKind. | Camille GILLOT | -17/+1 |
| 2022-09-13 | address review | b-naber | -1/+1 |
| 2022-09-13 | use ty::Unevaluated<'tcx, ()> in type system | b-naber | -13/+57 |
| 2022-09-12 | dyn* through more typechecking and MIR | Eric Holk | -0/+1 |
| 2022-09-12 | Rollup merge of #100767 - kadiwa4:escape_ascii, r=jackh726 | Dylan DPC | -9/+1 |
| 2022-09-07 | Auto merge of #101522 - oli-obk:miriup, r=oli-obk | bors | -1/+3 |
| 2022-09-07 | Update miri submodule | Oli Scherer | -1/+3 |
| 2022-09-07 | Auto merge of #98332 - oli-obk:assume, r=wesleywiser | bors | -7/+1 |
| 2022-09-06 | Generalize the Assume intrinsic statement to a general Intrinsic statement | Oli Scherer | -8/+1 |
| 2022-09-06 | Lower the assume intrinsic to a MIR statement | Oli Scherer | -0/+1 |
| 2022-09-06 | Add more size assertions for MIR types. | Nicholas Nethercote | -8/+14 |
| 2022-09-01 | tracing::instrument cleanup | Oli Scherer | -14/+8 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -1/+1 |
| 2022-08-30 | Auto merge of #99102 - JakobDegen:reorder-generators, r=oli-obk | bors | -1/+13 |
| 2022-08-30 | Refactor MIR phases | Jakob Degen | -1/+13 |
| 2022-08-30 | Rollup merge of #101101 - RalfJung:read-pointer-as-bytes, r=oli-obk | Dylan DPC | -5/+5 |
| 2022-08-27 | interpret: make read-pointer-as-bytes *always* work in Miri | Ralf Jung | -1/+1 |
| 2022-08-27 | interpret: rename relocation → provenance | Ralf Jung | -4/+4 |
| 2022-08-26 | Replace `Body::basic_blocks()` with field access | Tomasz Miąsko | -6/+1 |
| 2022-08-25 | Inline trivial `From<Local> for Place<'_>` impl | Tomasz Miąsko | -0/+1 |
| 2022-08-19 | use <[u8]>::escape_ascii instead of core::ascii::escape_default | KaDiWa | -9/+1 |
| 2022-08-03 | Add bound_impl_subject and bound_return_ty | Jack Huey | -0/+6 |
| 2022-07-30 | Use LocalDefId for closures more | Cameron Steffen | -40/+32 |
| 2022-07-24 | make sure has_deref is correct | ouz-a | -0/+2 |
| 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-20 | Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r=estebank" | Oli Scherer | -7/+1 |
| 2022-07-15 | Introduce opaque type to hidden type projection | Oli Scherer | -1/+7 |
| 2022-07-13 | Rename `debugging_opts` to `unstable_opts` | Joshua Nelson | -2/+2 |
| 2022-07-12 | add new rval, pull deref early | ouz-a | -1/+13 |
| 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 | tweak names and output and bless | Ralf Jung | -2/+9 |
| 2022-07-09 | review feedback | Ralf Jung | -2/+2 |
| 2022-07-09 | don't allow ZST in ScalarInt | Ralf Jung | -2/+2 |
| 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 | Add doc comments in `rustc_middle::mir` | pierwill | -1/+4 |
| 2022-07-07 | Move `dominators` from Body to BasicBlocks | Tomasz Miąsko | -6/+1 |
| 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 |