| Age | Commit message (Expand) | Author | Lines |
| 2024-06-28 | address review comments | Deadbeef | -1/+1 |
| 2024-06-28 | general fixups and turn `TODO`s into `FIXME`s | Deadbeef | -5/+10 |
| 2024-06-28 | Implement `Self::Effects: Compat<HOST>` desugaring | Deadbeef | -3/+20 |
| 2024-06-28 | move desugaring to item bounds | Deadbeef | -31/+26 |
| 2024-06-28 | Implement `Min` trait in new solver | Deadbeef | -1/+1 |
| 2024-06-28 | implement new effects desugaring | Deadbeef | -15/+62 |
| 2024-06-27 | Make queries more explicit | Michael Goulet | -7/+7 |
| 2024-06-24 | Split out IntoIterator and non-Iterator constructors for AliasTy/AliasTerm/Tr... | Michael Goulet | -2/+2 |
| 2024-06-22 | Rollup merge of #126686 - fmease:dump-preds-n-item-bounds, r=compiler-errors | Guillaume Gomez | -18/+46 |
| 2024-06-22 | Add `#[rustc_dump_{predicates,item_bounds}]` | León Orell Valerian Liehr | -0/+25 |
| 2024-06-21 | Rename a bunch of things | Michael Goulet | -1/+1 |
| 2024-06-20 | Slightly refactor the dumping of HIR analysis data | León Orell Valerian Liehr | -18/+21 |
| 2024-06-19 | Allow tracing through item_bounds query invocations on opaques | Oli Scherer | -1/+1 |
| 2024-06-12 | Rollup merge of #126340 - fee1-dead-contrib:fix-predicates_of-comments, r=com... | Michael Goulet | -5/+4 |
| 2024-06-12 | Fix outdated predacates_of.rs comments | Deadbeef | -5/+4 |
| 2024-06-12 | Rollup merge of #126228 - BoxyUwU:nested_repeat_expr_generics, r=compiler-errors | Guillaume Gomez | -5/+21 |
| 2024-06-12 | Require any function with a tait in its signature to actually constrain a hid... | Oli Scherer | -2/+13 |
| 2024-06-10 | Correct parent for nested anon consts | Boxy | -5/+21 |
| 2024-06-07 | Revert "Create const block DefIds in typeck instead of ast lowering" | Oli Scherer | -6/+7 |
| 2024-06-06 | Auto merge of #124482 - spastorino:unsafe-extern-blocks, r=oli-obk | bors | -2/+2 |
| 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-06-04 | Handle safety keyword for extern block inner items | Santiago Pastorino | -2/+2 |
| 2024-06-04 | Rollup merge of #125667 - oli-obk:taintify, r=TaKO8Ki | Michael Goulet | -1/+3 |
| 2024-05-31 | Rollup merge of #125635 - fmease:mv-type-binding-assoc-item-constraint, r=com... | Matthias Krüger | -20/+18 |
| 2024-05-30 | Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanup | León Orell Valerian Liehr | -20/+18 |
| 2024-05-28 | Create const block DefIds in typeck instead of ast lowering | Oli Scherer | -7/+6 |
| 2024-05-28 | Allow type_of to return partially non-error types if the type was already tai... | Oli Scherer | -1/+3 |
| 2024-05-27 | Rollup merge of #125597 - compiler-errors:early-binder, r=jackh726 | Guillaume Gomez | -8/+8 |
| 2024-05-27 | Auto merge of #125410 - fmease:adj-lint-diag-api, r=nnethercote | bors | -2/+3 |
| 2024-05-27 | Auto merge of #125468 - BoxyUwU:remove_defid_from_regionparam, r=compiler-errors | bors | -1/+1 |
| 2024-05-26 | Give EarlyBinder a tcx parameter | Michael Goulet | -8/+8 |
| 2024-05-24 | Actually just remove the special case altogether | Michael Goulet | -75/+47 |
| 2024-05-24 | Remove `DefId` from `EarlyParamRegion` (tedium/diagnostics) | Boxy | -1/+1 |
| 2024-05-23 | Remove `LintDiagnostic::msg` | León Orell Valerian Liehr | -2/+3 |
| 2024-05-16 | Make P parameter explicit | Michael Goulet | -13/+12 |
| 2024-05-16 | Rename ToPredicate for Upcast | Michael Goulet | -10/+10 |
| 2024-05-13 | Auto merge of #125076 - compiler-errors:alias-term, r=lcnr | bors | -2/+4 |
| 2024-05-13 | split out AliasTy -> AliasTerm | Michael Goulet | -2/+4 |
| 2024-05-13 | Remove `extern crate rustc_middle` from `rustc_hir_analysis`. | Nicholas Nethercote | -1/+5 |
| 2024-05-09 | Rename Generics::params to Generics::own_params | Michael Goulet | -28/+30 |
| 2024-04-29 | Avoid some `def_span` query calls | Oli Scherer | -13/+9 |
| 2024-04-21 | also remap RPITITs nested in other types back to their opaques | Lukas Markeffsky | -2/+2 |
| 2024-04-17 | Don't repeatedly duplicate TAIT lifetimes for each subsequently nested TAIT | Michael Goulet | -6/+9 |
| 2024-04-17 | Rollup merge of #122813 - nnethercote:nicer-quals, r=compiler-errors | Matthias Krüger | -13/+9 |
| 2024-04-16 | Avoid lots of `hir::HirId{,Map,Set}` qualifiers. | Nicholas Nethercote | -12/+8 |
| 2024-04-16 | Avoid unnecessary `rustc_span::DUMMY_SP` usage. | Nicholas Nethercote | -1/+1 |
| 2024-04-15 | Use a path instead of an ident (and stop manually resolving) | Michael Goulet | -3/+13 |
| 2024-04-15 | Add hir::Node::PreciseCapturingNonLifetimeArg | Michael Goulet | -2/+2 |