| Age | Commit message (Expand) | Author | Lines |
| 2025-06-18 | Rollup merge of #140247 - BoxyUwU:iats_no_query_cycles, r=lcnr | Trevor Gross | -115/+43 |
| 2025-06-18 | Rollup merge of #141610 - BoxyUwU:stabilize_generic_arg_infer, r=lcnr,travisc... | Jakub Beránek | -14/+1 |
| 2025-06-17 | Don't build `ParamEnv` and do trait solving in `ItemCtxt`s | Boxy | -115/+43 |
| 2025-06-16 | hir_analysis: add `{Meta,Pointee}Sized` bounds | David Wood | -130/+278 |
| 2025-06-13 | TypeVisiting binders no longer requires TypeFolding its interior | Michael Goulet | -3/+3 |
| 2025-06-12 | Remove lower_arg_ty as all callers were passing `None` | Oli Scherer | -10/+0 |
| 2025-06-11 | stabilize gai | Boxy | -14/+1 |
| 2025-06-11 | Auto merge of #141763 - lcnr:fixme-gamer, r=BoxyUwU | bors | -1/+5 |
| 2025-06-06 | Rollup merge of #142043 - estebank:const-suggestion, r=wesleywiser | Guillaume Gomez | -1/+1 |
| 2025-06-05 | Replace some `Option<Span>` with `Span` and use DUMMY_SP instead of None | Oli Scherer | -1/+1 |
| 2025-06-04 | Verbose suggestion to make param `const` | Esteban Küber | -1/+1 |
| 2025-06-03 | `FIXME(-Znext-solver)` triage | lcnr | -1/+5 |
| 2025-05-30 | Reorder fields in `hir::ItemKind` variants. | Nicholas Nethercote | -3/+3 |
| 2025-05-27 | Rollup merge of #141495 - compiler-errors:rename-unpack, r=fmease | Matthias Krüger | -2/+2 |
| 2025-05-27 | Rename unpack to kind | Michael Goulet | -2/+2 |
| 2025-05-27 | Use more detailed spans in dyn compat errors within bodies | Oli Scherer | -4/+7 |
| 2025-05-22 | Rollup merge of #140218 - fmease:hirtylo-clean-up-path-low, r=compiler-errors | Matthias Krüger | -485/+480 |
| 2025-05-08 | Rollup merge of #140684 - compiler-errors:unnecessary-assoc, r=lcnr | Matthias Krüger | -7/+23 |
| 2025-05-07 | Review | Michael Goulet | -5/+20 |
| 2025-05-07 | Only include associated type bounds for Self:Sized associated types if they a... | Michael Goulet | -4/+5 |
| 2025-05-07 | Require T: TypeFoldable in Binder<T> visit | Michael Goulet | -3/+3 |
| 2025-05-06 | Preserve generic args in suggestions for ambiguous associated items | León Orell Valerian Liehr | -24/+29 |
| 2025-05-06 | Factor out `resolve_type_relative_path` | León Orell Valerian Liehr | -152/+112 |
| 2025-05-06 | Rename and move several error reporting methods | León Orell Valerian Liehr | -192/+205 |
| 2025-05-06 | Introduce Boolean type `PermitVariants` for legibility | León Orell Valerian Liehr | -13/+22 |
| 2025-05-06 | Name methods pertaining to HIR ty lowering of paths more appropriately | León Orell Valerian Liehr | -133/+149 |
| 2025-05-06 | Eliminate unnecessary parameter | León Orell Valerian Liehr | -15/+9 |
| 2025-05-06 | Consistently use the DiagCtxtHandle of HirTyLowerer instead of the one of TyCtxt | León Orell Valerian Liehr | -17/+15 |
| 2025-05-02 | resolve: Support imports of associated types and glob imports from traits | Vadim Petrochenkov | -16/+18 |
| 2025-04-29 | Rollup merge of #139909 - oli-obk:or-patterns, r=BoxyUwU | Trevor Gross | -24/+36 |
| 2025-04-28 | Add or-patterns to pattern types | Oli Scherer | -0/+8 |
| 2025-04-28 | Separate pattern lowering from pattern type lowering | Oli Scherer | -24/+28 |
| 2025-04-24 | Remove `weak` alias terminology | Boxy | -1/+1 |
| 2025-04-20 | Don't compute name of associated item if it's an RPITIT | Michael Goulet | -3/+3 |
| 2025-04-17 | Rollup merge of #139770 - nnethercote:rename-LifetimeName, r=BoxyUwU | Matthias Krüger | -1/+1 |
| 2025-04-16 | Rename `LifetimeName` as `LifetimeKind`. | Nicholas Nethercote | -1/+1 |
| 2025-04-15 | Don't compute name of associated item if it's an RPITIT | Michael Goulet | -2/+1 |
| 2025-04-15 | Move `name` field from `AssocItem` to `AssocKind` variants. | Nicholas Nethercote | -18/+22 |
| 2025-04-15 | Move two methods from `AssocKind` to `AssocItem`. | Nicholas Nethercote | -2/+2 |
| 2025-04-15 | Move `opt_rpitit_info` field to `hir::AssocKind::Type`. | Nicholas Nethercote | -2/+2 |
| 2025-04-14 | Move `has_self` field to `hir::AssocKind::Fn`. | Nicholas Nethercote | -93/+114 |
| 2025-04-10 | Rename some `name` variables as `ident`. | Nicholas Nethercote | -44/+49 |
| 2025-04-08 | Rollup merge of #139124 - xtexx:gh-139082, r=compiler-errors | Stuart Cook | -0/+14 |
| 2025-04-07 | Rollup merge of #139365 - Bryanskiy:leak-perf, r=lcnr | Stuart Cook | -8/+48 |
| 2025-04-04 | Use the span of the whole bound when the diagnostic talks about a bound | Oli Scherer | -2/+2 |
| 2025-04-04 | Default auto traits: fix perf | Bryanskiy | -8/+48 |
| 2025-04-04 | Auto merge of #120706 - Bryanskiy:leak, r=lcnr | bors | -39/+216 |
| 2025-04-03 | Initial support for auto traits with default bounds | Bryanskiy | -39/+216 |
| 2025-04-03 | compiler: report error when trait object type param reference self | xtex | -0/+14 |
| 2025-04-02 | Rollup merge of #139232 - nnethercote:remove-Map-5, r=Zalathar | Takayuki Maeda | -7/+7 |