| Age | Commit message (Expand) | Author | Lines |
| 2023-10-02 | have better explanation for `relate_types` | ouz-a | -4/+3 |
| 2023-10-02 | Add docs, remove code, change subtyper code | ouz-a | -4/+5 |
| 2023-10-02 | subtyping_projections | ouz-a | -0/+4 |
| 2023-09-23 | Remove GeneratorWitness and rename GeneratorWitnessMIR. | Camille GILLOT | -4/+2 |
| 2023-09-22 | match array for constantindex and subslice | ouz-a | -8/+9 |
| 2023-09-22 | better bug message | ouz-a | -3/+7 |
| 2023-09-22 | remove inner match | ouz-a | -6/+4 |
| 2023-09-12 | very verbose error handling | ouz-a | -20/+86 |
| 2023-09-12 | match on elem first | ouz-a | -33/+45 |
| 2023-08-24 | when terminating during unwinding, show the reason why | Ralf Jung | -1/+1 |
| 2023-08-20 | give some unwind-related terminators a more clear name | Ralf Jung | -2/+2 |
| 2023-07-10 | optimization round 2 | DrMeepster | -21/+19 |
| 2023-07-04 | bring back un_derefer and rewrite it again | DrMeepster | -101/+64 |
| 2023-06-29 | Merge `un_derefer` into `MovePathLookup` | DrMeepster | -91/+128 |
| 2023-06-27 | Auto merge of #112693 - ericmarkmartin:use-more-placeref, r=spastorino | bors | -14/+5 |
| 2023-06-25 | use PlaceRef abstractions more consistently | Eric Mark Martin | -14/+5 |
| 2023-06-18 | Better error for non const `PartialEq` call generated by `match` | Deadbeef | -1/+1 |
| 2023-04-24 | Split `{Idx, IndexVec, IndexSlice}` into their own modules | Maybe Waffle | -3/+3 |
| 2023-04-21 | offset_of | DrMeepster | -1/+1 |
| 2023-04-06 | Rename `Abort` terminator to `Terminate` | Gary Guo | -1/+1 |
| 2023-04-06 | Refactor unwind from Option to a new enum | Gary Guo | -2/+2 |
| 2023-04-02 | Use `&IndexSlice` instead of `&IndexVec` where possible | Scott McMurray | -4/+4 |
| 2023-03-09 | Introduce a no-op PlaceMention statement for `let _ =`. | Camille GILLOT | -0/+1 |
| 2023-03-07 | Remove DropAndReplace terminator | Giacomo Pasini | -5/+0 |
| 2023-02-24 | Rename many interner functions. | Nicholas Nethercote | -3/+3 |
| 2023-02-14 | s/eval_usize/eval_target_usize/ for clarity | Oli Scherer | -1/+3 |
| 2023-02-08 | Rollup merge of #107271 - Zeegomo:drop-rmw, r=oli-obk | Matthias Krüger | -5/+2 |
| 2023-01-30 | Treat Drop as a rmw operation | Giacomo Pasini | -5/+2 |
| 2023-01-23 | Create stable metric to measure long computation in Const Eval | Bryan Garza | -0/+1 |
| 2023-01-05 | Fix `uninlined_format_args` for some compiler crates | nils | -3/+3 |
| 2022-12-20 | Auto merge of #105880 - Nilstrieb:make-newtypes-less-not-rust, r=oli-obk | bors | -9/+6 |
| 2022-12-19 | Revert "Auto merge of #103880 - b-naber:field-ty-mir, r=lcnr" | Rémy Rakic | -1/+1 |
| 2022-12-18 | A few small cleanups for `newtype_index` | Nilstrieb | -6/+3 |
| 2022-12-18 | Make `#[debug_format]` an attribute in `newtype_index` | Nilstrieb | -3/+3 |
| 2022-11-23 | use no type in ProjectionElem::Field for PlaceBuilder::UpVar | b-naber | -1/+1 |
| 2022-09-16 | Revert "Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r... | Oli Scherer | -0/+1 |
| 2022-09-06 | Generalize the Assume intrinsic statement to a general Intrinsic statement | Oli Scherer | -2/+1 |
| 2022-09-06 | Lower the assume intrinsic to a MIR statement | Oli Scherer | -0/+1 |
| 2022-08-26 | Replace `Body::basic_blocks()` with field access | Tomasz Miąsko | -2/+2 |
| 2022-07-28 | type alias covers whole return | ouz-a | -6/+7 |
| 2022-07-28 | create type alias | ouz-a | -15/+9 |
| 2022-07-25 | remove clone | ouz-a | -1/+1 |
| 2022-07-24 | fix import error | ouz-a | -1/+1 |
| 2022-07-24 | optimize un_derefer | ouz-a | -4/+18 |
| 2022-07-12 | add new rval, pull deref early | ouz-a | -1/+29 |
| 2022-05-23 | Refactor call terminator to always hold a destination place | Jakob Degen | -2/+3 |
| 2022-04-11 | Add new `Deinit` statement kind | Jakob Degen | -2/+2 |
| 2022-03-08 | add `#[rustc_pass_by_value]` to more types | lcnr | -4/+4 |
| 2022-01-12 | Remove deprecated LLVM-style inline assembly | Tomasz Miąsko | -11/+0 |
| 2022-01-03 | Rollup merge of #90102 - nbdd0121:box3, r=jonas-schievink | Matthias Krüger | -13/+1 |