| Age | Commit message (Expand) | Author | Lines |
| 2024-06-04 | Auto merge of #123536 - compiler-errors:simplify-int-float, r=lcnr | bors | -36/+2 |
| 2024-06-04 | Rollup merge of #125968 - BoxyUwU:shrink_ty_expr, r=oli-obk | Michael Goulet | -155/+208 |
| 2024-06-04 | Downsize `ty::Expr` | Boxy | -155/+208 |
| 2024-06-04 | Rollup merge of #125750 - compiler-errors:expect, r=lcnr | 许杰友 Jieyou Xu (Joe) | -5/+13 |
| 2024-06-03 | Align Term methods with GenericArg methods | Michael Goulet | -5/+13 |
| 2024-06-03 | check_is_object_safe -> is_object_safe | Michael Goulet | -1/+1 |
| 2024-06-03 | Auto merge of #125778 - estebank:issue-67100, r=compiler-errors | bors | -1/+1 |
| 2024-06-01 | Auto merge of #125775 - compiler-errors:uplift-closure-args, r=lcnr | bors | -730/+126 |
| 2024-06-01 | Uplift TypeRelation and Relate | Michael Goulet | -717/+126 |
| 2024-06-01 | Yeet PolyFnSig from Interner | Michael Goulet | -13/+0 |
| 2024-06-01 | Simplify IntVarValue/FloatVarValue | Michael Goulet | -36/+2 |
| 2024-06-01 | Deduplicate supertrait_def_ids code | Mark Rousskov | -12/+10 |
| 2024-06-01 | Increase vtable layout size | Mark Rousskov | -18/+71 |
| 2024-05-31 | Auto merge of #124662 - zetanumbers:needs_async_drop, r=oli-obk | bors | -132/+245 |
| 2024-05-31 | Rollup merge of #125635 - fmease:mv-type-binding-assoc-item-constraint, r=com... | Matthias Krüger | -2/+2 |
| 2024-05-30 | Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanup | León Orell Valerian Liehr | -2/+2 |
| 2024-05-30 | Rollup merge of #125754 - Zalathar:conditions-num, r=lqd | Matthias Krüger | -4/+4 |
| 2024-05-30 | coverage: Rename MC/DC `conditions_num` to `num_conditions` | Zalathar | -4/+4 |
| 2024-05-29 | Use parenthetical notation for `Fn` traits | Esteban Küber | -1/+1 |
| 2024-05-29 | Make `body_owned_by` return the body directly. | Oli Scherer | -7/+25 |
| 2024-05-29 | fix non-existing ToPredicate trait error | Daria Sukhonina | -2/+2 |
| 2024-05-29 | Optimize async drop glue for some old types | Daria Sukhonina | -79/+112 |
| 2024-05-29 | Start implementing needs_async_drop and related | Daria Sukhonina | -90/+170 |
| 2024-05-29 | Rollup merge of #125633 - RalfJung:miri-no-copy, r=saethlin | 许杰友 Jieyou Xu (Joe) | -22/+21 |
| 2024-05-29 | Rollup merge of #124251 - scottmcm:unop-ptr-metadata, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -1/+34 |
| 2024-05-28 | Auto merge of #125665 - matthiaskrgr:rollup-srkx0v1, r=matthiaskrgr | bors | -0/+7 |
| 2024-05-28 | Add an intrinsic for `ptr::metadata` | Scott McMurray | -1/+34 |
| 2024-05-28 | Rollup merge of #125598 - compiler-errors:proof-tree-builder, r=lcnr | Matthias Krüger | -0/+7 |
| 2024-05-28 | Auto merge of #122662 - Mark-Simulacrum:optional-drop, r=bjorn3 | bors | -4/+8 |
| 2024-05-28 | Make ProofTreeBuilder actually generic over interner | Michael Goulet | -0/+7 |
| 2024-05-28 | Cache whether a body has inline consts | Oli Scherer | -0/+1 |
| 2024-05-28 | Create const block DefIds in typeck instead of ast lowering | Oli Scherer | -9/+17 |
| 2024-05-28 | eagerly normalize when adding goals | lcnr | -6/+3 |
| 2024-05-27 | miri: avoid making a full copy of all new allocations | Ralf Jung | -22/+21 |
| 2024-05-27 | Omit non-needs_drop drop_in_place in vtables | Mark Rousskov | -4/+8 |
| 2024-05-27 | Rollup merge of #125616 - RalfJung:mir-validate-downcast-projection, r=compil... | Matthias Krüger | -2/+2 |
| 2024-05-27 | MIR validation: ensure that downcast projection is followed by field projection | Ralf Jung | -2/+2 |
| 2024-05-27 | Rollup merge of #125597 - compiler-errors:early-binder, r=jackh726 | Guillaume Gomez | -643/+106 |
| 2024-05-27 | Auto merge of #125410 - fmease:adj-lint-diag-api, r=nnethercote | bors | -34/+21 |
| 2024-05-27 | Auto merge of #125468 - BoxyUwU:remove_defid_from_regionparam, r=compiler-errors | bors | -39/+30 |
| 2024-05-26 | Use EarlyBinder in rustc_type_ir, simplify imports | Michael Goulet | -2/+2 |
| 2024-05-26 | Uplift EarlyBinder | Michael Goulet | -606/+50 |
| 2024-05-26 | Give EarlyBinder a tcx parameter | Michael Goulet | -80/+99 |
| 2024-05-25 | Rollup merge of #125510 - lcnr:change-proof-trees-to-be-shallow, r=compiler-e... | Matthias Krüger | -5/+9 |
| 2024-05-25 | Rollup merge of #125451 - oli-obk:const_type_mismatch, r=compiler-errors | Matthias Krüger | -9/+0 |
| 2024-05-25 | Auto merge of #124187 - compiler-errors:self-ctor, r=petrochenkov | bors | -28/+0 |
| 2024-05-24 | remove proof tree formatter, make em shallow | lcnr | -5/+9 |
| 2024-05-24 | Remove `DefId` from `EarlyParamRegion` (tedium/diagnostics) | Boxy | -35/+8 |
| 2024-05-24 | Remove `DefId` from `EarlyParamRegion` (type system) | Boxy | -4/+16 |
| 2024-05-24 | docs | Boxy | -0/+6 |