| Age | Commit message (Expand) | Author | Lines |
| 2024-06-20 | Only compute specializes query if specialization is enabled in the crate of t... | Michael Goulet | -0/+5 |
| 2024-06-07 | Auto merge of #125918 - oli-obk:const_block_ice, r=compiler-errors | bors | -36/+12 |
| 2024-06-07 | Revert "Create const block DefIds in typeck instead of ast lowering" | Oli Scherer | -35/+12 |
| 2024-06-07 | Revert "Cache whether a body has inline consts" | Oli Scherer | -1/+0 |
| 2024-06-07 | Auto merge of #126108 - workingjubilee:rollup-g7m92b6, r=workingjubilee | bors | -1039/+292 |
| 2024-06-06 | Rollup merge of #125724 - compiler-errors:uplift-relate, r=lcnr | Jubilee | -1039/+292 |
| 2024-06-07 | Auto merge of #125928 - michaelwoerister:fix-cgu-hashstable, r=oli-obk | bors | -30/+21 |
| 2024-06-06 | Auto merge of #126068 - lqd:revert-124976, r=petrochenkov | bors | -20/+11 |
| 2024-06-06 | Uplift TypeRelation and Relate | Michael Goulet | -864/+247 |
| 2024-06-06 | Uplift TypeError | Michael Goulet | -170/+40 |
| 2024-06-06 | Make middle not rely on next_trait_solver | Michael Goulet | -5/+5 |
| 2024-06-06 | Revert "Rollup merge of #124976 - petrochenkov:usedcrates, r=oli-obk" | Rémy Rakic | -20/+11 |
| 2024-06-06 | Auto merge of #124482 - spastorino:unsafe-extern-blocks, r=oli-obk | bors | -5/+7 |
| 2024-06-06 | Auto merge of #125958 - BoxyUwU:remove_const_ty, r=lcnr | bors | -283/+249 |
| 2024-06-06 | Auto merge of #122505 - oli-obk:visit_nested_body2, r=tmiasko | bors | -3/+23 |
| 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 | Add `Ty` to `mir::Const::Ty` | Boxy | -16/+25 |
| 2024-06-05 | Fully implement `ConstArgHasType` | Boxy | -0/+48 |
| 2024-06-05 | Add `Ty` to `ConstKind::Value` | Boxy | -71/+72 |
| 2024-06-05 | Basic removal of `Ty` from places (boring) | Boxy | -211/+132 |
| 2024-06-05 | Rollup merge of #125505 - aDotInTheVoid:middle-idl, r=pnkfelix | Matthias Krüger | -5/+6 |
| 2024-06-05 | Don't walk the bodies of free constants for reachability. | Oli Scherer | -3/+23 |
| 2024-06-05 | Rollup merge of #123168 - joshtriplett:size-of-prelude, r=Amanieu | Jubilee | -1/+1 |
| 2024-06-04 | Add safe/unsafe to static inside extern blocks | Santiago Pastorino | -3/+5 |
| 2024-06-04 | Handle safety keyword for extern block inner items | Santiago Pastorino | -2/+2 |
| 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 | Stabilize order of MonoItems in CGUs and disallow query_instability lint for ... | Michael Woerister | -30/+21 |
| 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 |