Closed
Description
This issue is meant to keep track of PRs which might affect the next bump.
- Remove
box_syntax
rust-lang/rust#108471 - Treat projections with infer as placeholder during fast reject in new solver rust-lang/rust#108830
- Remove box expressions from HIR rust-lang/rust#108958
- a general type system cleanup rust-lang/rust#109119
- Make alias-eq have a relation direction (and rename it to alias-relate) rust-lang/rust#109462
- Pull some tuple variant fields out into their own struct rust-lang/rust#109723
- Make elaboration generic over input rust-lang/rust#110031
- Split implied and super predicate queries, then allow elaborator to filter only supertraits rust-lang/rust#107614
- Alloc
hir::Lit
in an arena to remove the destructor fromExpr
rust-lang/rust#109588 - Don't transmute
&List<GenericArg>
<->&List<Ty>
rust-lang/rust#110496