| Age | Commit message (Expand) | Author | Lines |
| 2024-11-21 | Rollup merge of #133218 - compiler-errors:const-opaque, r=fee1-dead | Matthias Krüger | -3/+10 |
| 2024-11-19 | Implement ~const opaques | Michael Goulet | -1/+8 |
| 2024-11-19 | Rename implied_const_bounds to explicit_implied_const_bounds | Michael Goulet | -2/+2 |
| 2024-11-19 | Introduce `min_generic_const_args` and directly represent paths | Noah Lev | -2/+3 |
| 2024-10-31 | Double check the lowered predicates in type_param_predicates | Michael Goulet | -7/+24 |
| 2024-10-31 | Make SelfTraitThatDefines a tighter filter | Michael Goulet | -18/+42 |
| 2024-10-31 | Make predicate filter in `probe_ty_param_bounds_in_generics` more explicit | Michael Goulet | -17/+17 |
| 2024-10-31 | Auto merge of #132377 - matthiaskrgr:rollup-3p1c6hs, r=matthiaskrgr | bors | -0/+10 |
| 2024-10-30 | Make sure type_param_predicates resolves correctly for RPITIT | Michael Goulet | -0/+10 |
| 2024-10-30 | Rollup merge of #132344 - compiler-errors:same-thing, r=lcnr | Jubilee | -6/+6 |
| 2024-10-30 | Merge HostPolarity and BoundConstness | Michael Goulet | -6/+6 |
| 2024-10-30 | Remap impl-trait lifetimes on HIR instead of AST lowering. | Camille GILLOT | -7/+0 |
| 2024-10-26 | Effects cleanup | Deadbeef | -14/+6 |
| 2024-10-24 | Be better at enforcing that const_conditions is only called on const items | Michael Goulet | -60/+20 |
| 2024-10-24 | Implement const effect predicate in new solver | Michael Goulet | -5/+234 |
| 2024-10-24 | Remove associated type based effects logic | Michael Goulet | -21/+0 |
| 2024-10-23 | nightly feature tracking: get rid of the per-feature bool fields | Ralf Jung | -2/+2 |
| 2024-10-20 | Inline lower_mono_bounds into lower_poly_bounds | Michael Goulet | -6/+10 |
| 2024-10-20 | Make LowerPolyBounds take an IntoIterator | Michael Goulet | -2/+2 |
| 2024-10-19 | Use PredicateFilter instead of OnlySelfBounds | Michael Goulet | -36/+4 |
| 2024-10-14 | Move trait bound modifiers into hir::PolyTraitRef | Michael Goulet | -1/+1 |
| 2024-10-04 | rm `ItemKind::OpaqueTy` | Noah Lev | -1/+1 |
| 2024-10-02 | Remove redundant in_trait from hir::TyKind::OpaqueDef | Michael Goulet | -1/+1 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -5/+5 |
| 2024-09-21 | Rollup merge of #130666 - compiler-errors:super-bounds, r=fee1-dead,fmease | Michael Goulet | -0/+54 |
| 2024-09-21 | Assert that explicit_super_predicates_of and explicit_item_bounds truly only ... | Michael Goulet | -0/+54 |
| 2024-09-20 | Implement RTN in resolve_bound_vars and HIR ty lowering | Michael Goulet | -6/+7 |
| 2024-09-07 | Auto merge of #126161 - Bryanskiy:delegation-generics-4, r=petrochenkov | bors | -10/+6 |
| 2024-09-05 | Delegation: support generics in associated delegation items | Bryanskiy | -10/+6 |
| 2024-08-31 | Rollup merge of #129767 - nnethercote:rm-extern-crate-tracing-4, r=jieyouxu | Matthias Krüger | -0/+1 |
| 2024-08-30 | Remove `#[macro_use] extern crate tracing` from `rustc_hir_analysis`. | Nicholas Nethercote | -0/+1 |
| 2024-08-29 | Stop using ty::GenericPredicates for non-predicates_of queries | Michael Goulet | -30/+29 |
| 2024-08-24 | Get rid of predicates_defined_on | Michael Goulet | -4/+21 |
| 2024-08-11 | Use assert_matches around the compiler | Michael Goulet | -1/+3 |
| 2024-07-31 | Delegation: second attempt to improve perf | Bryanskiy | -7/+10 |
| 2024-07-29 | Delegation: support generics for delegation from free functions | Bryanskiy | -0/+8 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -6/+6 |
| 2024-07-16 | Use `ConstArg` for const param defaults | Noah Lev | -1/+1 |
| 2024-06-29 | Auto merge of #120639 - fee1-dead-contrib:new-effects-desugaring, r=oli-obk | bors | -10/+45 |
| 2024-06-28 | general fixups and turn `TODO`s into `FIXME`s | Deadbeef | -2/+4 |
| 2024-06-28 | Implement `Self::Effects: Compat<HOST>` desugaring | Deadbeef | -0/+19 |
| 2024-06-28 | move desugaring to item bounds | Deadbeef | -31/+0 |
| 2024-06-28 | Implement `Min` trait in new solver | Deadbeef | -1/+1 |
| 2024-06-28 | implement new effects desugaring | Deadbeef | -10/+55 |
| 2024-06-27 | Make queries more explicit | Michael Goulet | -6/+6 |
| 2024-06-12 | Fix outdated predacates_of.rs comments | Deadbeef | -5/+4 |
| 2024-06-05 | Basic removal of `Ty` from places (boring) | Boxy | -1/+1 |
| 2024-06-05 | Unify optional param info with object lifetime default boolean into an enum t... | Oli Scherer | -5/+8 |
| 2024-06-05 | Use a `LocalDefId` for `HirTyLowerer::item_def_id`, since we only ever (can) ... | Oli Scherer | -1/+0 |
| 2024-05-27 | Auto merge of #125468 - BoxyUwU:remove_defid_from_regionparam, r=compiler-errors | bors | -1/+1 |