| Age | Commit message (Expand) | Author | Lines |
| 2025-09-26 | predefined opaques to `method_autoderef_steps` | lcnr | -1/+10 |
| 2025-09-26 | predefined opaques use `List` | lcnr | -6/+5 |
| 2025-09-25 | Auto merge of #147019 - Zalathar:rollup-boxzbmo, r=Zalathar | bors | -0/+26 |
| 2025-09-25 | Rollup merge of #146667 - calebzulawski:simd-mono-lane-limit, r=lcnr,RalfJung | Stuart Cook | -0/+26 |
| 2025-09-25 | Auto merge of #147003 - matthiaskrgr:rollup-b5z9uiz, r=matthiaskrgr | bors | -2/+1 |
| 2025-09-24 | Rollup merge of #146753 - tiif:unsatisfiable-unstable-feature, r=BoxyUwU | Matthias Krüger | -2/+1 |
| 2025-09-24 | Rollup merge of #146857 - tnuha:revert_self_has_no_region_infer, r=lcnr | Matthias Krüger | -1/+10 |
| 2025-09-24 | Improve the pretty print of UnstableFeature clause | tiif | -2/+1 |
| 2025-09-23 | Add an attribute to check the number of lanes in a SIMD vector after monomorp... | Caleb Zulawski | -0/+26 |
| 2025-09-23 | revert change removing `has_infer` check. Commit conservatively patches for n... | ash | -1/+10 |
| 2025-09-21 | Add panic=immediate-abort | Ben Kimock | -4/+4 |
| 2025-09-18 | Rollup merge of #146597 - modhanami:add-struct-tail-recursion-limit-span, r=o... | Matthias Krüger | -5/+17 |
| 2025-09-18 | Rollup merge of #146694 - camsteffen:impl-subject, r=compiler-errors | Stuart Cook | -30/+0 |
| 2025-09-18 | Rollup merge of #146664 - fmease:clean-up-dyn, r=jdonszelmann | Stuart Cook | -25/+19 |
| 2025-09-17 | Remove ImplSubject | Cameron Steffen | -30/+0 |
| 2025-09-17 | Remove `DynKind` | León Orell Valerian Liehr | -25/+19 |
| 2025-09-16 | Add span for struct tail recursion limit error | Tawan Muadmuenwai | -5/+17 |
| 2025-09-15 | remove FIXME from `has_significant_drop`, replaced with checking non_region_i... | ash | -8/+1 |
| 2025-09-12 | Don't store defaultness for inherent impl items | Cameron Steffen | -1/+4 |
| 2025-09-12 | Split AssocContainer::{InherentImpl,TraitImpl} | Cameron Steffen | -47/+59 |
| 2025-09-12 | Introduce hir::ImplItemImplKind | Cameron Steffen | -16/+10 |
| 2025-09-12 | Rename AssocItemContainer -> AssocContainer | Cameron Steffen | -12/+12 |
| 2025-09-12 | Introduce trait_item_of | Cameron Steffen | -0/+9 |
| 2025-09-12 | Auto merge of #146329 - lcnr:opaque-type-infer-alias-candidates, r=BoxyUwU | bors | -1/+5 |
| 2025-09-12 | Auto merge of #146328 - zetanumbers:fix-141951, r=lcnr | bors | -4/+1 |
| 2025-09-11 | incompletely prefer opaque type bounds when self type bottoms out in infer | Michael Goulet | -1/+5 |
| 2025-09-09 | Auto merge of #145717 - BoxyUwU:erase_regions_rename, r=lcnr | bors | -28/+32 |
| 2025-09-09 | Driveby fixes | Boxy | -3/+2 |
| 2025-09-09 | erase_regions to erase_and_anonymize_regions | Boxy | -27/+32 |
| 2025-09-08 | fixup limit handling code | Jana Dönszelmann | -4/+6 |
| 2025-09-08 | Rollup merge of #146313 - nnethercote:rustc_middle-ty-cleanups-2, r=lcnr | Matthias Krüger | -81/+3 |
| 2025-09-08 | Rollup merge of #146111 - ChayimFriedman2:more-ns-specific-defid, r=lcnr | Matthias Krüger | -1/+27 |
| 2025-09-08 | Skip typeck for items w/o their own typeck context | Daria Sukhonina | -4/+1 |
| 2025-09-08 | Move `describe_as_module` from `rustc_middle::print` to `rustc:middle::query`. | Nicholas Nethercote | -11/+1 |
| 2025-09-08 | Move `rustc_middle::MaxUniverse` to `rustc_infer`. | Nicholas Nethercote | -40/+0 |
| 2025-09-08 | Make some matches non-exhaustive. | Nicholas Nethercote | -30/+2 |
| 2025-09-05 | rustc_middle: clippy fixes | Marijn Schouten | -8/+2 |
| 2025-09-04 | Rollup merge of #146182 - ChayimFriedman2:ns-probe, r=jackh726 | Jacob Pratt | -2/+2 |
| 2025-09-04 | Rollup merge of #145342 - dianne:if-let-super-let, r=nnethercote | Stuart Cook | -35/+2 |
| 2025-09-04 | Don't require next-solver `ProbeRef` to be `Copy` | Chayim Refael Friedman | -2/+2 |
| 2025-09-02 | Auto merge of #146125 - GuillaumeGomez:rollup-ld81n7e, r=GuillaumeGomez | bors | -1/+1 |
| 2025-09-02 | Migrate more things in the new solver to specific `DefId`s | Chayim Refael Friedman | -1/+27 |
| 2025-09-01 | Remove dead code stemming from an old effects desugaring | León Orell Valerian Liehr | -1/+1 |
| 2025-08-29 | cleanup proof tree implementation and add cache | lcnr | -2/+13 |
| 2025-08-29 | Auto merge of #145377 - ChayimFriedman2:solver-def-id, r=lcnr | bors | -22/+48 |
| 2025-08-27 | Auto merge of #144841 - cjgillot:typeck-no-attrs, r=davidtwco | bors | -0/+7 |
| 2025-08-25 | Switch next solver to use a specific associated type for trait def id | Chayim Refael Friedman | -22/+48 |
| 2025-08-25 | fold regions, don't erase | lcnr | -3/+4 |
| 2025-08-24 | Support lints in early attribute parsing | Jana Dönszelmann | -0/+2 |
| 2025-08-23 | Auto merge of #145796 - samueltardieu:rollup-linfi86, r=samueltardieu | bors | -2/+5 |