| Age | Commit message (Expand) | Author | Lines |
| 2024-06-07 | Auto merge of #125918 - oli-obk:const_block_ice, r=compiler-errors | bors | -6/+0 |
| 2024-06-07 | Revert "Create const block DefIds in typeck instead of ast lowering" | Oli Scherer | -5/+0 |
| 2024-06-07 | Revert "Cache whether a body has inline consts" | Oli Scherer | -1/+0 |
| 2024-06-06 | Rollup merge of #125724 - compiler-errors:uplift-relate, r=lcnr | Jubilee | -1027/+287 |
| 2024-06-06 | Uplift TypeRelation and Relate | Michael Goulet | -864/+247 |
| 2024-06-06 | Uplift TypeError | Michael Goulet | -163/+40 |
| 2024-06-06 | Revert "Rollup merge of #124976 - petrochenkov:usedcrates, r=oli-obk" | Rémy Rakic | -4/+4 |
| 2024-06-05 | ty::Expr reviews | Boxy | -6/+10 |
| 2024-06-05 | Misc fixes (pattern type lowering, cfi, pretty printing) | Boxy | -18/+1 |
| 2024-06-05 | Fully implement `ConstArgHasType` | Boxy | -0/+46 |
| 2024-06-05 | Add `Ty` to `ConstKind::Value` | Boxy | -43/+50 |
| 2024-06-05 | Basic removal of `Ty` from places (boring) | Boxy | -201/+114 |
| 2024-06-04 | Auto merge of #123536 - compiler-errors:simplify-int-float, r=lcnr | bors | -21/+1 |
| 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-03 | Align Term methods with GenericArg methods | Michael Goulet | -5/+13 |
| 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 | -729/+125 |
| 2024-06-01 | Uplift TypeRelation and Relate | Michael Goulet | -716/+125 |
| 2024-06-01 | Yeet PolyFnSig from Interner | Michael Goulet | -13/+0 |
| 2024-06-01 | Simplify IntVarValue/FloatVarValue | Michael Goulet | -21/+1 |
| 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-29 | Use parenthetical notation for `Fn` traits | Esteban Küber | -1/+1 |
| 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 | -82/+159 |
| 2024-05-29 | Rollup merge of #124251 - scottmcm:unop-ptr-metadata, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -0/+2 |
| 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 | -0/+2 |
| 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 | -0/+5 |
| 2024-05-28 | eagerly normalize when adding goals | lcnr | -6/+3 |
| 2024-05-27 | Omit non-needs_drop drop_in_place in vtables | Mark Rousskov | -4/+8 |
| 2024-05-27 | Rollup merge of #125597 - compiler-errors:early-binder, r=jackh726 | Guillaume Gomez | -615/+73 |
| 2024-05-27 | Auto merge of #125410 - fmease:adj-lint-diag-api, r=nnethercote | bors | -13/+8 |
| 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 | -52/+66 |
| 2024-05-25 | Rollup merge of #125510 - lcnr:change-proof-trees-to-be-shallow, r=compiler-e... | Matthias Krüger | -1/+2 |
| 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 | -1/+2 |
| 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 |
| 2024-05-23 | Auto merge of #125434 - nnethercote:rm-more-extern-tracing, r=jackh726 | bors | -0/+24 |