| Age | Commit message (Expand) | Author | Lines |
| 2022-10-27 | Accept `TyCtxt` instead of `TyCtxtAt` in `Ty::is_*` functions | Maybe Waffle | -2/+1 |
| 2022-10-25 | Rollup merge of #103122 - ouz-a:mir-technical-debt, r=oli-obk | Dylan DPC | -5/+20 |
| 2022-10-23 | remove misc_cast and validate types | ouz-a | -5/+20 |
| 2022-10-15 | Surround type with backticks | Gimgim | -1/+1 |
| 2022-10-08 | Rollup merge of #102675 - ouz-a:mir-technical-debt, r=oli-obk | Matthias Krüger | -8/+8 |
| 2022-10-07 | Change InferCtxtBuilder from enter to build | Cameron Steffen | -1/+1 |
| 2022-10-06 | Remove `mir::CastKind::Misc` | ouz-a | -8/+8 |
| 2022-09-19 | remove the `Subst` trait, always use `EarlyBinder` | lcnr | -1/+0 |
| 2022-09-13 | Address code review comments | Eric Holk | -1/+1 |
| 2022-09-12 | dyn* through more typechecking and MIR | Eric Holk | -0/+3 |
| 2022-09-08 | Auto merge of #101437 - compiler-errors:erase-normalize-ordering, r=tmandry | bors | -14/+15 |
| 2022-09-06 | Generalize the Assume intrinsic statement to a general Intrinsic statement | Oli Scherer | -9/+8 |
| 2022-09-06 | Lower the assume intrinsic to a MIR statement | Oli Scherer | -0/+9 |
| 2022-09-05 | Normalize before erasing late-bound regions in equal_up_to_regions | Michael Goulet | -14/+15 |
| 2022-09-02 | Rollup merge of #100121 - Nilstrieb:mir-validator-param-env, r=oli-obk | Matthias Krüger | -5/+12 |
| 2022-08-30 | Refactor MIR phases | Jakob Degen | -18/+20 |
| 2022-08-29 | Only normalize once in mir validator typechecker | Nilstrieb | -15/+10 |
| 2022-08-29 | Try normalizing types without RevealAll in ParamEnv in mir validation | Nilstrieb | -8/+20 |
| 2022-08-26 | Replace `Body::basic_blocks()` with field access | Tomasz Miąsko | -4/+4 |
| 2022-08-21 | Also validate types before inlining. | Camille GILLOT | -16/+14 |
| 2022-07-13 | Rename `debugging_opts` to `unstable_opts` | Joshua Nelson | -1/+1 |
| 2022-07-12 | add new rval, pull deref early | ouz-a | -1/+10 |
| 2022-07-09 | Rollup merge of #99050 - JakobDegen:storage-docs, r=tmiasko | Matthias Krüger | -1/+7 |
| 2022-07-09 | Rollup merge of #99022 - pierwill:always-storage-live-locals, r=pierwill | Matthias Krüger | -2/+2 |
| 2022-07-08 | Clarify MIR semantics of storage statements | Jakob Degen | -1/+7 |
| 2022-07-07 | MIR dataflow: Rename function to `always_storage_live_locals` | pierwill | -2/+2 |
| 2022-07-06 | fix projectionelem validation | DrMeepster | -6/+43 |
| 2022-07-06 | Update TypeVisitor paths | Alan Egerton | -1/+1 |
| 2022-07-05 | Auto merge of #96862 - oli-obk:enum_cast_mir, r=RalfJung | bors | -4/+28 |
| 2022-07-01 | cleanup mir visitor for `rustc::pass_by_value` | lcnr | -5/+5 |
| 2022-06-30 | Change enum->int casts to not go through MIR casts. | Oli Scherer | -4/+28 |
| 2022-06-15 | remove box derefs from codgen | DrMeepster | -50/+64 |
| 2022-06-07 | Remove `AlwaysLiveLocals` wrapper struct | Tomasz Miąsko | -2/+2 |
| 2022-05-30 | validate derefer, run derefer inside generator | ouz-a | -1/+10 |
| 2022-05-23 | Refactor call terminator to always hold a destination place | Jakob Degen | -5/+3 |
| 2022-05-11 | Remove `PartialOrd`/`Ord` impl for `PlaceRef` | Aaron Hill | -2/+3 |
| 2022-05-06 | Check that field projections have the correct type | Jakob Degen | -1/+55 |
| 2022-05-06 | Expand validator to be more precise on checked binary ops | Jakob Degen | -3/+41 |
| 2022-04-22 | Relax restrictions for copy operands | Jakob Degen | -1/+2 |
| 2022-04-13 | Consider lifetimes when comparing types for equality in MIR validator | Jakob Degen | -4/+3 |
| 2022-04-11 | Remove rule that place loads may not happen with variant index set | Jakob Degen | -5/+2 |
| 2022-04-11 | Address various comments and change some details around place to value conver... | Jakob Degen | -1/+1 |
| 2022-04-11 | Adjust MIR validator to check a few more things for terminators | Jakob Degen | -5/+19 |
| 2022-04-11 | Extend the MIR validator to check many more things around rvalues. | Jakob Degen | -39/+161 |
| 2022-04-11 | Adjust computation of place types to detect more invalid places | Jakob Degen | -1/+9 |
| 2022-04-11 | Add new `Deinit` statement kind | Jakob Degen | -3/+18 |
| 2022-03-28 | Normalize all projections in mir validation again | Oli Scherer | -1/+6 |
| 2022-03-28 | Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk" | Oli Scherer | -4/+1 |
| 2022-03-23 | Clarify which kinds of MIR are allowed during which phases. | Jakob Degen | -27/+47 |
| 2022-02-11 | Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis" | Oli Scherer | -1/+4 |