| Age | Commit message (Expand) | Author | Lines |
| 2024-06-18 | Uplift PredefinedOpaquesData | Michael Goulet | -2/+2 |
| 2024-06-18 | Make SearchGraph fully generic | Michael Goulet | -0/+21 |
| 2024-06-18 | Apply suggestions from oli-obk's review | Daria Sukhonina | -24/+11 |
| 2024-06-18 | Make async drop code more consistent with regular drop code | Daria Sukhonina | -3/+25 |
| 2024-06-17 | Rollup merge of #126567 - compiler-errors:instance-kind, r=oli-obk,lcnr | Matthias Krüger | -121/+121 |
| 2024-06-16 | Rename InstanceDef -> InstanceKind | Michael Goulet | -121/+121 |
| 2024-06-16 | Uplift OpaqueTypeKey too, use it in response | Michael Goulet | -39/+3 |
| 2024-06-16 | Uplift ExternalConstraintData | Michael Goulet | -2/+3 |
| 2024-06-15 | Rollup merge of #126354 - compiler-errors:variance, r=lcnr | Matthias Krüger | -1/+0 |
| 2024-06-14 | Use is_lang_item more aggressively | Michael Goulet | -15/+15 |
| 2024-06-13 | Address nits | Michael Goulet | -4/+8 |
| 2024-06-13 | Fix some TODOs | Michael Goulet | -0/+8 |
| 2024-06-13 | Finish uplifting all of structural_traits | Michael Goulet | -2/+30 |
| 2024-06-13 | Rework most of structural_traits to be Interner-agnostic | Michael Goulet | -3/+75 |
| 2024-06-12 | Stop passing traitref/traitpredicate by ref | Michael Goulet | -1/+1 |
| 2024-06-12 | Use Variance glob import everywhere | Michael Goulet | -1/+0 |
| 2024-06-11 | Remove DebugWithInfcx | Michael Goulet | -98/+16 |
| 2024-06-11 | interpret: ensure we check bool/char for validity when they are used in a cast | Ralf Jung | -10/+5 |
| 2024-06-10 | ScalarInt: size mismatches are a bug, do not delay the panic | Ralf Jung | -130/+111 |
| 2024-06-08 | offset_of: allow (unstably) taking the offset of slice tail fields | Ralf Jung | -0/+34 |
| 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-30 | transmute size check: properly account for alignment | Ralf Jung | -8/+17 |
| 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 |