| Age | Commit message (Expand) | Author | Lines |
| 2025-04-04 | Use the span of the whole bound when the diagnostic talks about a bound | Oli Scherer | -2/+2 |
| 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-02 | Rollup merge of #139232 - nnethercote:remove-Map-5, r=Zalathar | Takayuki Maeda | -7/+7 |
| 2025-04-02 | Auto merge of #139018 - oli-obk:incremental-trait-impls, r=compiler-errors | bors | -19/+17 |
| 2025-04-02 | Only walk local items instead of filtering for them later | Oli Scherer | -19/+17 |
| 2025-04-02 | Move methods from `Map` to `TyCtxt`, part 5. | Nicholas Nethercote | -7/+7 |
| 2025-04-01 | Skip suggest impl or dyn when poly trait is not a real trait | xizheyin | -0/+1 |
| 2025-03-20 | Rollup merge of #138685 - nnethercote:use-Option-Ident-for-lowered-param-name... | Matthias Krüger | -4/+6 |
| 2025-03-19 | Use `Option<Ident>` for lowered param names. | Nicholas Nethercote | -4/+6 |
| 2025-03-18 | Remove existing AFIDT implementation | Michael Goulet | -1/+1 |
| 2025-03-17 | Rollup merge of #138384 - nnethercote:hir-ItemKind-idents, r=fmease | Matthias Krüger | -3/+4 |
| 2025-03-18 | Move `hir::Item::ident` into `hir::ItemKind`. | Nicholas Nethercote | -3/+4 |
| 2025-03-17 | Use `strip_{prefix|suffix}` instead of `{starts|ends}_with`+indexing | Yotam Ofek | -2/+2 |
| 2025-03-15 | Stop relying on rustc_type_ir in non-type-system crates | Michael Goulet | -5/+6 |
| 2025-03-15 | Fold visit into ty | Michael Goulet | -1/+1 |
| 2025-03-15 | Squash fold into ty | Michael Goulet | -4/+2 |
| 2025-03-14 | Small grammar fix in comment | Yotam Ofek | -1/+1 |
| 2025-03-14 | Fix typo in hir lowering lint diag | Yotam Ofek | -1/+3 |
| 2025-03-12 | Rollup merge of #137504 - nnethercote:remove-Map-4, r=Zalathar | Manish Goregaokar | -1/+1 |
| 2025-03-12 | Move methods from `Map` to `TyCtxt`, part 4. | Nicholas Nethercote | -1/+1 |
| 2025-03-11 | Rollup merge of #138256 - compiler-errors:anon-const-ty, r=BoxyUwU | Matthias Krüger | -8/+17 |
| 2025-03-11 | Rollup merge of #138315 - matthiaskrgr:nextback, r=fmease | Jakub Beránek | -1/+1 |
| 2025-03-10 | use next_back() instead of last() on DoubleEndedIterator | Matthias Krüger | -1/+1 |
| 2025-03-09 | Do not feed anon const a type that references generics that it does not have | Michael Goulet | -8/+17 |
| 2025-03-08 | Fix suggestion when there are generics, inline some things | Michael Goulet | -16/+30 |
| 2025-03-08 | Rework maybe_suggest_add_generic_impl_trait | Michael Goulet | -24/+71 |
| 2025-03-07 | Rollup merge of #138042 - xizheyin:issue-135759, r=nnethercote | Matthias Krüger | -2/+61 |
| 2025-03-06 | Rollup merge of #137565 - compiler-errors:macro-ex, r=estebank | Michael Goulet | -0/+3 |
| 2025-03-06 | Remove the `Option` part of range ends in the HIR | Oli Scherer | -78/+12 |
| 2025-03-06 | Avoid having to handle an `Option` in the type system | Oli Scherer | -11/+78 |
| 2025-03-06 | Prefer a two value enum over bool | Oli Scherer | -5/+0 |
| 2025-03-05 | Suggest struct or union to add generic that impls trait | xizheyin | -2/+61 |
| 2025-03-04 | mgca: Lower all const paths as `ConstArgKind::Path` | Noah Lev | -81/+288 |
| 2025-03-04 | Also note struct access, and fix macro expansion from foreign crates | Michael Goulet | -1/+1 |
| 2025-03-03 | Fix associated type errors too | Michael Goulet | -0/+3 |
| 2025-02-28 | Introduce `feature(generic_const_parameter_types)` | Boxy | -13/+56 |
| 2025-02-26 | Rollup merge of #137631 - TaKO8Ki:issue-137508, r=compiler-errors | León Orell Valerian Liehr | -1/+5 |
| 2025-02-26 | fix #137508 | Takayuki Maeda | -1/+5 |
| 2025-02-22 | Rollup merge of #137333 - compiler-errors:edition-2024-fresh, r=Nadrieril | Matthias Krüger | -4/+3 |
| 2025-02-22 | Fix binding mode problems | Michael Goulet | -4/+3 |
| 2025-02-22 | Rollup merge of #136458 - compiler-errors:fix-3, r=lcnr | Matthias Krüger | -28/+99 |
| 2025-02-21 | Do not deduplicate list of associated types provided by dyn principal | Michael Goulet | -28/+99 |
| 2025-02-21 | Move methods from Map to TyCtxt, part 3. | Nicholas Nethercote | -13/+9 |
| 2025-02-18 | Rollup merge of #137206 - estebank:e0599-structured, r=jieyouxu | Matthias Krüger | -9/+8 |
| 2025-02-18 | Make E0599 a structured error | Esteban Küber | -9/+8 |
| 2025-02-18 | Move methods from `Map` to `TyCtxt`, part 2. | Nicholas Nethercote | -6/+6 |
| 2025-02-17 | Auto merge of #137164 - matthiaskrgr:rollup-dj5826k, r=matthiaskrgr | bors | -81/+92 |
| 2025-02-17 | Move some `Map` methods onto `TyCtxt`. | Nicholas Nethercote | -4/+4 |
| 2025-02-15 | HIR analysis: Remove unnecessary abstraction over list of clauses | León Orell Valerian Liehr | -81/+92 |