| Age | Commit message (Expand) | Author | Lines |
| 2025-04-16 | Move eager translation to a method on `Diag` | Jake Goulding | -68/+20 |
| 2025-04-16 | Fix replacing supertrait aliases in ReplaceProjectionWith | Michael Goulet | -4/+6 |
| 2025-04-16 | Rename `LifetimeName` as `LifetimeKind`. | Nicholas Nethercote | -7/+7 |
| 2025-04-15 | Auto merge of #139845 - Zalathar:rollup-u5u5y1v, r=Zalathar | bors | -55/+62 |
| 2025-04-15 | Rollup merge of #139669 - nnethercote:overhaul-AssocItem, r=oli-obk | Stuart Cook | -55/+62 |
| 2025-04-15 | Auto merge of #139826 - matthiaskrgr:rollup-0q0qvkd, r=matthiaskrgr | bors | -19/+8 |
| 2025-04-15 | Move `name` field from `AssocItem` to `AssocKind` variants. | Nicholas Nethercote | -32/+39 |
| 2025-04-15 | Move two methods from `AssocKind` to `AssocItem`. | Nicholas Nethercote | -1/+1 |
| 2025-04-15 | Move `opt_rpitit_info` field to `hir::AssocKind::Type`. | Nicholas Nethercote | -10/+10 |
| 2025-04-14 | Auto merge of #139577 - davidtwco:sizedness-go-vroom, r=oli-obk | bors | -15/+35 |
| 2025-04-14 | Use `newtype_index!`-generated types more idiomatically | Yotam Ofek | -19/+8 |
| 2025-04-14 | Move `has_self` field to `hir::AssocKind::Fn`. | Nicholas Nethercote | -14/+14 |
| 2025-04-14 | Raise errors on bad rustc_on_unimplemented format strings again | mejrs | -3/+35 |
| 2025-04-14 | Disable usage on trait impls and aliases | mejrs | -4/+13 |
| 2025-04-14 | Documentation and finishing touches | mejrs | -79/+196 |
| 2025-04-11 | `NonGenericOpaqueTypeParam::ty` to `arg` | lcnr | -2/+2 |
| 2025-04-11 | Rollup merge of #139564 - compiler-errors:deeply-norm, r=lcnr | Stuart Cook | -48/+55 |
| 2025-04-11 | Rollup merge of #138998 - rperier:donot_suggest_to_use_impl_trait_in_closure_... | Stuart Cook | -6/+17 |
| 2025-04-10 | Deeply normalize obligations in BestObligation | Michael Goulet | -18/+33 |
| 2025-04-10 | Simplify | Michael Goulet | -30/+22 |
| 2025-04-10 | Parse condition options into a struct | mejrs | -165/+168 |
| 2025-04-10 | Write the format string parserand split it from conditions parser | mejrs | -280/+528 |
| 2025-04-10 | Rollup merge of #139510 - nnethercote:name-to-ident, r=fee1-dead | Matthias Krüger | -2/+2 |
| 2025-04-10 | Auto merge of #139000 - compiler-errors:rigid-missing-item, r=lcnr | bors | -45/+45 |
| 2025-04-10 | Rename some `name` variables as `ident`. | Nicholas Nethercote | -2/+2 |
| 2025-04-09 | Use a query rather than recomputing the tail repeatedly | Michael Goulet | -15/+1 |
| 2025-04-09 | Rigidly project missing item due to guaranteed impossible sized predicate | Michael Goulet | -45/+59 |
| 2025-04-09 | Move errors | mejrs | -77/+89 |
| 2025-04-09 | Report higher-ranked trait error when higher-ranked projection goal fails in ... | Michael Goulet | -3/+33 |
| 2025-04-09 | re-use sized fast path | David Wood | -15/+35 |
| 2025-04-09 | Suggest the use of `impl Trait` in function parameter only | Romain Perier | -6/+17 |
| 2025-04-09 | Auto merge of #139552 - matthiaskrgr:rollup-b194mk8, r=matthiaskrgr | bors | -30/+56 |
| 2025-04-08 | Rollup merge of #139541 - compiler-errors:transmute, r=lcnr | Matthias Krüger | -3/+3 |
| 2025-04-08 | Rollup merge of #139515 - compiler-errors:sig-mismatch, r=lcnr | Matthias Krüger | -27/+53 |
| 2025-04-08 | Instantiate higher-ranked transmute goal | Michael Goulet | -3/+3 |
| 2025-04-08 | Rollup merge of #139509 - xizheyin:issue-139359, r=lcnr | Matthias Krüger | -15/+15 |
| 2025-04-08 | Remove unnecessary dyn Display in favor of str | Michael Goulet | -4/+4 |
| 2025-04-08 | Improve presentation of closure signature mismatch from Fn trait goal | Michael Goulet | -25/+51 |
| 2025-04-08 | clean code: remove Deref<Target=RegionKind> impl for Region and use `.kind()` | xizheyin | -15/+15 |
| 2025-04-05 | Fix trait upcasting to dyn type with no principal when there are projections | Michael Goulet | -14/+24 |
| 2025-04-04 | Auto merge of #138785 - lcnr:typing-mode-borrowck, r=compiler-errors,oli-obk | bors | -2/+203 |
| 2025-04-04 | Rollup merge of #139335 - compiler-errors:error-implies, r=oli-obk | Matthias Krüger | -28/+32 |
| 2025-04-04 | Auto merge of #120706 - Bryanskiy:leak, r=lcnr | bors | -15/+29 |
| 2025-04-03 | Pass correct param-env to error_implies | Michael Goulet | -28/+32 |
| 2025-04-03 | Initial support for auto traits with default bounds | Bryanskiy | -15/+29 |
| 2025-04-03 | add `TypingMode::Borrowck` | lcnr | -6/+30 |
| 2025-04-03 | move `check_opaque_type_parameter_valid` | lcnr | -1/+178 |
| 2025-04-02 | Rollup merge of #139232 - nnethercote:remove-Map-5, r=Zalathar | Takayuki Maeda | -15/+13 |
| 2025-04-02 | Auto merge of #139018 - oli-obk:incremental-trait-impls, r=compiler-errors | bors | -2/+2 |
| 2025-04-02 | Remove a `hir_*` helper that was just forwarding to a query | Oli Scherer | -1/+1 |