| Age | Commit message (Expand) | Author | Lines |
| 2025-09-30 | Rollup merge of #146617 - Jules-Bertholet:E0277-NOFORN, r=SparrowLii | Matthias Krüger | -1/+16 |
| 2025-09-30 | Fix unuseful span in type error in some format_args!() invocations | Tomoaki Kobayashi | -8/+37 |
| 2025-09-24 | Improve derive suggestion of const param | tiif | -4/+7 |
| 2025-09-18 | Rollup merge of #146664 - fmease:clean-up-dyn, r=jdonszelmann | Stuart Cook | -15/+11 |
| 2025-09-17 | Remove `DynKind` | León Orell Valerian Liehr | -15/+11 |
| 2025-09-16 | fmt | Esteban Küber | -2/+3 |
| 2025-09-15 | Don’t suggest foreign `doc(hidden)` types in E0277 diagnostics | Jules Bertholet | -1/+16 |
| 2025-09-15 | Silence inference error on `PatKind::Err` | Esteban Küber | -2/+8 |
| 2025-09-13 | Auto merge of #145186 - camsteffen:assoc-impl-kind, r=petrochenkov | bors | -11/+9 |
| 2025-09-13 | Rollup merge of #146403 - cyrgani:array-sugg-sorting, r=fee1-dead | Jana Dönszelmann | -3/+15 |
| 2025-09-12 | Split AssocContainer::{InherentImpl,TraitImpl} | Cameron Steffen | -7/+5 |
| 2025-09-12 | Introduce hir::ImplItemImplKind | Cameron Steffen | -1/+1 |
| 2025-09-12 | Rename AssocItemContainer -> AssocContainer | Cameron Steffen | -5/+5 |
| 2025-09-12 | sort array trait implementation suggestions correctly | cyrgani | -3/+15 |
| 2025-09-11 | Revert "Rollup merge of #122661 - estebank:assert-macro-span, r=petrochenkov" | Jieyou Xu | -36/+4 |
| 2025-09-09 | Auto merge of #145717 - BoxyUwU:erase_regions_rename, r=lcnr | bors | -9/+14 |
| 2025-09-09 | erase_regions to erase_and_anonymize_regions | Boxy | -9/+14 |
| 2025-09-09 | Rollup merge of #145819 - jdonszelmann:convert-limits, r=fmease | Stuart Cook | -2/+2 |
| 2025-09-08 | fixup limit handling code | Jana Dönszelmann | -2/+2 |
| 2025-09-08 | review | lcnr | -1/+2 |
| 2025-09-08 | eagerly compute `sub_relations` again | lcnr | -91/+1 |
| 2025-09-06 | Rollup merge of #144801 - estebank:issue-144734, r=spastorino | Matthias Krüger | -10/+67 |
| 2025-09-05 | remove couple of clones | Matthias Krüger | -1/+1 |
| 2025-08-31 | Split `ObligationCauseCode::BinOp` for unops to `UnOp` | Esteban Küber | -19/+12 |
| 2025-08-30 | Detect negative literal inferred to unsigned integer | Esteban Küber | -1/+40 |
| 2025-08-26 | Rollup merge of #145481 - mu001999-contrib:fix/closure-sugg, r=SparrowLii | Guillaume Gomez | -6/+10 |
| 2025-08-22 | Rollup merge of #145641 - estebank:point-at-type-in-e0277, r=davidtwco | Jacob Pratt | -55/+88 |
| 2025-08-22 | On E0277, point at type that doesn't implement bound | Esteban Küber | -55/+88 |
| 2025-08-22 | Add an experimental unsafe(force_target_feature) attribute. | Luca Versari | -1/+1 |
| 2025-08-20 | Do not use effective_visibilities query for Adt types of a local trait while ... | xizheyin | -1/+1 |
| 2025-08-17 | Auto merge of #145284 - nnethercote:type_name-print-regions, r=lcnr | bors | -4/+4 |
| 2025-08-16 | Add parentheses for closure when suggesting calling closure | Mu001999 | -6/+10 |
| 2025-08-15 | Rollup merge of #145235 - compiler-errors:comment, r=BoxyUwU | Stuart Cook | -27/+1 |
| 2025-08-15 | Rollup merge of #122661 - estebank:assert-macro-span, r=petrochenkov | Stuart Cook | -4/+36 |
| 2025-08-14 | Print regions in `type_name`. | Nicholas Nethercote | -4/+4 |
| 2025-08-13 | Rollup merge of #144949 - nnethercote:more-Printer-cleanups, r=davidtwco | Guillaume Gomez | -23/+22 |
| 2025-08-12 | Change the desugaring of `assert!` for better error output | Esteban Küber | -4/+36 |
| 2025-08-11 | Propagate TraitImplHeader to hir | Cameron Steffen | -4/+4 |
| 2025-08-11 | Remove unnecessary UnsatisfiedConst reporting logic | Michael Goulet | -27/+1 |
| 2025-08-10 | Do not point at macro invocation when providing inference context | Esteban Küber | -1/+1 |
| 2025-08-09 | Auto merge of #145146 - fee1-dead-contrib:push-zmqrkurlzrxy, r=nnethercote | bors | -1/+1 |
| 2025-08-09 | remove `P` | Deadbeef | -1/+1 |
| 2025-08-09 | Rollup merge of #145134 - camsteffen:indirect-assoc-parent, r=cjgillot | Stuart Cook | -2/+1 |
| 2025-08-08 | Reduce indirect assoc parent queries | Cameron Steffen | -2/+1 |
| 2025-08-07 | Use `tcx.short_string()` in more diagnostics | Esteban Küber | -122/+172 |
| 2025-08-06 | Rename some `Printer` methods. | Nicholas Nethercote | -6/+6 |
| 2025-08-05 | Simplify multiple things. | Nicholas Nethercote | -14/+13 |
| 2025-08-05 | Rename most of the printers. | Nicholas Nethercote | -3/+3 |
| 2025-08-05 | Rollup merge of #144776 - nnethercote:Printer-cleanups, r=cjgillot | Samuel Tardieu | -42/+43 |
| 2025-08-04 | Suggest bounds in more cases, accounting for type parameters referenced in pr... | Esteban Küber | -10/+67 |