| Age | Commit message (Expand) | Author | Lines |
| 2022-06-22 | implement `iter_projections` function on `PlaceRef` | Rose Hudson | -4/+18 |
| 2022-06-15 | correct mirphase docs | DrMeepster | -2/+2 |
| 2022-06-15 | remove box derefs from codgen | DrMeepster | -1/+2 |
| 2022-06-14 | rebase | b-naber | -13/+5 |
| 2022-06-14 | address review | b-naber | -11/+2 |
| 2022-06-14 | implement valtrees as the type-system representation for constant values | b-naber | -34/+235 |
| 2022-06-14 | Rename the `ConstS::val` field as `kind`. | Nicholas Nethercote | -7/+7 |
| 2022-06-08 | Auto merge of #94732 - nnethercote:infallible-encoder, r=bjorn3 | bors | -4/+4 |
| 2022-06-08 | Auto merge of #97860 - Dylan-DPC:rollup-t3vxos8, r=Dylan-DPC | bors | -2/+27 |
| 2022-06-08 | Folding revamp. | Nicholas Nethercote | -9/+3 |
| 2022-06-08 | Use delayed error handling for `Encodable` and `Encoder` infallible. | Nicholas Nethercote | -4/+4 |
| 2022-06-07 | Preserve unused pointer to address casts | Tomasz Miąsko | -2/+27 |
| 2022-06-02 | add cast kind of from_exposed_addr (int-to-ptr casts) | Ralf Jung | -1/+7 |
| 2022-06-01 | rename PointerAddress → PointerExposeAddress | Ralf Jung | -4/+5 |
| 2022-05-31 | Add a pointer to address cast kind | Tomasz Miąsko | -0/+10 |
| 2022-05-30 | validate derefer, run derefer inside generator | ouz-a | -3/+5 |
| 2022-05-28 | Move things to rustc_type_ir | Wilco Kusee | -2/+2 |
| 2022-05-22 | Lifetime variance fixes for rustc | Michael Goulet | -2/+5 |
| 2022-05-21 | Fix typo in Mir phase docs | Joshua Nelson | -1/+1 |
| 2022-05-18 | Auto merge of #97019 - b-naber:transition-to-valtrees-pt1, r=oli-obk | bors | -1/+53 |
| 2022-05-17 | Change `Successors` to `impl Iterator<Item = BasicBlock>` | SparrowLii | -6/+3 |
| 2022-05-16 | use GlobalId in eval_to_valtree query and introduce query for valtree_to_cons... | b-naber | -1/+53 |
| 2022-05-14 | Auto merge of #96883 - jackh726:early-binder-2, r=oli-obk | bors | -1/+1 |
| 2022-05-13 | Add bound_type_of | Jack Huey | -2/+2 |
| 2022-05-11 | Remove `PartialOrd`/`Ord` impl for `PlaceRef` | Aaron Hill | -1/+7 |
| 2022-05-10 | Introduce EarlyBinder | Jack Huey | -2/+2 |
| 2022-05-08 | Use sparse representation of switch sources | Tomasz Miąsko | -2/+2 |
| 2022-05-08 | Avoid constructing switch sources unless necessary | Tomasz Miąsko | -0/+2 |
| 2022-05-07 | Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errors | bors | -30/+33 |
| 2022-05-03 | Update `ProjectionElem::Downcast` documentation | Tomasz Miąsko | -3/+1 |
| 2022-05-03 | Rollup merge of #96599 - tmiasko:discriminant-docs, r=estebank | Yuki Okushi | -5/+1 |
| 2022-05-02 | fix most compiler/ doctests | Elliot Roberts | -30/+33 |
| 2022-05-01 | Auto merge of #96549 - ouz-a:mir-opt, r=oli-obk | bors | -0/+2 |
| 2022-05-01 | re-name stuff | ouz-a | -1/+1 |
| 2022-05-01 | Update `RValue::Discriminant` documentation | Tomasz Miąsko | -5/+1 |
| 2022-04-30 | Eliminate duplication of RPO calculation for mir | SparrowLii | -0/+8 |
| 2022-04-29 | remove and bless | ouz-a | -4/+0 |
| 2022-04-29 | exp-stuff-dirty | ouz-a | -0/+6 |
| 2022-04-25 | Correct documentation for `ShallowInitBox` | Jakob Degen | -2/+0 |
| 2022-04-22 | Relax restrictions for copy operands | Jakob Degen | -2/+6 |
| 2022-04-17 | Stop using CRATE_DEF_INDEX. | Camille GILLOT | -2/+2 |
| 2022-04-16 | Rollup merge of #96004 - JakobDegen:fix-validator-ice, r=petrochenkov | Dylan DPC | -1/+2 |
| 2022-04-13 | Consider lifetimes when comparing types for equality in MIR validator | Jakob Degen | -1/+2 |
| 2022-04-13 | Auto merge of #94255 - b-naber:use-mir-constant-in-thir, r=oli-obk | bors | -9/+162 |
| 2022-04-11 | Remove rule that place loads may not happen with variant index set | Jakob Degen | -5/+4 |
| 2022-04-11 | Add more clarifications in response to Ralf's comments | Jakob Degen | -102/+84 |
| 2022-04-11 | Address various comments and change some details around place to value conver... | Jakob Degen | -32/+31 |
| 2022-04-11 | Improve MIR phases documentation with summaries of changes | Jakob Degen | -1/+23 |
| 2022-04-11 | Improve documentation for MIR statement kinds. | Jakob Degen | -16/+76 |
| 2022-04-11 | Add documentation for the semantics of MIR rvalues | Jakob Degen | -23/+100 |