| Age | Commit message (Expand) | Author | Lines |
| 2024-06-06 | Uplift TypeRelation and Relate | Michael Goulet | -37/+82 |
| 2024-06-05 | Fully implement `ConstArgHasType` | Boxy | -0/+22 |
| 2024-06-01 | Uplift TypeRelation and Relate | Michael Goulet | -680/+51 |
| 2024-05-29 | Optimize async drop glue for some old types | Daria Sukhonina | -24/+24 |
| 2024-05-29 | Start implementing needs_async_drop and related | Daria Sukhonina | -17/+9 |
| 2024-05-26 | Uplift EarlyBinder | Michael Goulet | -0/+17 |
| 2024-05-26 | Give EarlyBinder a tcx parameter | Michael Goulet | -1/+1 |
| 2024-05-22 | Rollup merge of #125259 - compiler-errors:fn-mut-as-a-treat, r=oli-obk | León Orell Valerian Liehr | -0/+39 |
| 2024-05-21 | Uplift binder | Michael Goulet | -246/+11 |
| 2024-05-20 | Rework var resolution in InferCtxtLike, uplift EagerResolver | Michael Goulet | -0/+8 |
| 2024-05-19 | Auto merge of #125230 - compiler-errors:uplift-query-stuff, r=lcnr | bors | -0/+10 |
| 2024-05-18 | Uplift GenericArgKind, CanonicalVarValues, QueryInput | Michael Goulet | -0/+10 |
| 2024-05-18 | An async closure may implement FnMut/Fn if it has no self-borrows | Michael Goulet | -0/+39 |
| 2024-05-17 | Rename Unsafe to Safety | Santiago Pastorino | -12/+7 |
| 2024-05-16 | Uplift FnSig | Michael Goulet | -52/+21 |
| 2024-05-13 | Remove to_term | Michael Goulet | -4/+0 |
| 2024-05-13 | Uplift AliasTy | Michael Goulet | -372/+16 |
| 2024-05-13 | Apply nits | Michael Goulet | -20/+23 |
| 2024-05-13 | split out AliasTy -> AliasTerm | Michael Goulet | -30/+201 |
| 2024-05-11 | Uplift `ExistentialTraitRef`, `ExistentialProjection`, `ProjectionPredicate` | Michael Goulet | -0/+30 |
| 2024-05-10 | Lift `TraitRef` into `rustc_type_ir` | Michael Goulet | -2/+2 |
| 2024-05-09 | Make builtin_deref just return a Ty | Michael Goulet | -7/+5 |
| 2024-05-02 | Inline & delete `Ty::new_unit`, since it's just a field access | Waffle Lapkin | -5/+0 |
| 2024-04-29 | Remove `extern crate rustc_macros` from `rustc_middle`. | Nicholas Nethercote | -1/+1 |
| 2024-04-23 | Auto merge of #121801 - zetanumbers:async_drop_glue, r=oli-obk | bors | -0/+128 |
| 2024-04-19 | Stop taking ParamTy/ParamConst/EarlyParamRegion/AliasTy by ref | Michael Goulet | -1/+1 |
| 2024-04-18 | Simplify `static_assert_size`s. | Nicholas Nethercote | -1/+1 |
| 2024-04-17 | Use non-exhaustive matches for TyKind | Daria Sukhonina | -31/+12 |
| 2024-04-16 | Add simple async drop glue generation | zetanumbers | -0/+147 |
| 2024-04-12 | Don't do coroutine-closure-specific upvar analysis if tainted by errors | Michael Goulet | -1/+1 |
| 2024-04-08 | Don't rely on upvars being assigned just because coroutine-closure kind is as... | Michael Goulet | -1/+1 |
| 2024-04-08 | Actually create ranged int types in the type system. | Oli Scherer | -0/+12 |
| 2024-04-04 | Auto merge of #123440 - jhpratt:rollup-yat6crk, r=jhpratt | bors | -1/+1 |
| 2024-04-03 | Rollup merge of #123401 - Zalathar:assert-size-aarch64, r=fmease | Jacob Pratt | -1/+1 |
| 2024-04-04 | Auto merge of #123240 - compiler-errors:assert-args-compat, r=fmease | bors | -22/+4 |
| 2024-04-03 | Rollup merge of #123419 - petrochenkov:zeroindex, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-04-03 | rustc_index: Add a `ZERO` constant to index types | Vadim Petrochenkov | -1/+1 |
| 2024-04-03 | Simplify some cfging | Michael Goulet | -12/+4 |
| 2024-04-03 | Uplift and start using check_args_compatible more liberally | Michael Goulet | -22/+12 |
| 2024-04-03 | Check `x86_64` size assertions on `aarch64`, too | Zalathar | -1/+1 |
| 2024-04-02 | Assert FnDef only constructed with functions (or fn-like ctors) | Michael Goulet | -1/+5 |
| 2024-03-29 | Assert that ADTs have the right number of substs | Michael Goulet | -0/+7 |
| 2024-03-27 | Remove `Ord` from `BoundTy` | Oli Scherer | -3/+3 |
| 2024-03-27 | Remove `Ord` from `Binder` | Oli Scherer | -1/+1 |
| 2024-03-27 | Remove `Ord` from `Ty`, `Const`, and `Region` | Oli Scherer | -3/+3 |
| 2024-03-24 | Relax validation now | Michael Goulet | -2/+0 |
| 2024-03-24 | Require coroutine kind type to be passed to TyCtxt::coroutine_layout | Michael Goulet | -2/+5 |
| 2024-03-22 | Make RawPtr take Ty and Mutbl separately | Michael Goulet | -6/+2 |
| 2024-03-22 | Programmatically convert some of the pat ctors | Michael Goulet | -6/+6 |
| 2024-03-22 | Ty::new_ref and Ty::new_ptr stop using TypeAndMut | Michael Goulet | -8/+13 |