| Age | Commit message (Expand) | Author | Lines |
| 2025-06-29 | Fix the span of trait bound modifier `[const]` | León Orell Valerian Liehr | -4/+4 |
| 2025-06-27 | Rollup merge of #139858 - oli-obk:new-const-traits-syntax, r=fee1-dead | Matthias Krüger | -11/+11 |
| 2025-06-27 | Report infer ty errors during hir ty lowering | Oli Scherer | -1/+1 |
| 2025-06-26 | Auto merge of #143057 - matthiaskrgr:rollup-bulih8o, r=matthiaskrgr | bors | -3/+50 |
| 2025-06-26 | Rollup merge of #142981 - compiler-errors:verbose-missing-suggestion, r=estebank | Matthias Krüger | -3/+6 |
| 2025-06-26 | Change const trait bound syntax from ~const to [const] | Oli Scherer | -11/+11 |
| 2025-06-25 | Add edition checks for some tests that had divergent output | Esteban Küber | -60/+606 |
| 2025-06-25 | Don't give APITs names with macro expansion placeholder fragments in it | Michael Goulet | -0/+44 |
| 2025-06-24 | Make missing lifetime suggestion verbose | Michael Goulet | -3/+6 |
| 2025-06-24 | Rollup merge of #142883 - mominul:impl_in_bindings, r=lcnr | Matthias Krüger | -0/+36 |
| 2025-06-24 | Add impl_trait_in_bindings tests | Muhammad Mominul Huque | -0/+36 |
| 2025-06-22 | Implement DesugaringKind::FormatLiteral | mejrs | -5/+2 |
| 2025-06-20 | Rollup merge of #142485 - mu001999-contrib:dead-code/adt-pattern, r=petrochenkov | Trevor Gross | -4/+6 |
| 2025-06-18 | Bless/update tests. | Mara Bos | -6/+6 |
| 2025-06-14 | Marks ADT live if it appears in pattern | Mu001999 | -4/+6 |
| 2025-06-12 | Auto merge of #142127 - compiler-errors:nested-goals-certainty, r=lcnr | bors | -20/+46 |
| 2025-06-11 | Auto merge of #142358 - matthiaskrgr:rollup-fxe6m7k, r=matthiaskrgr | bors | -3/+6 |
| 2025-06-11 | Auto merge of #141763 - lcnr:fixme-gamer, r=BoxyUwU | bors | -4/+1 |
| 2025-06-09 | Make E0621 missing lifetime suggestion verbose | Esteban Küber | -3/+6 |
| 2025-06-09 | Apply nested goals certainty to InspectGoals for normalizes-to | Michael Goulet | -20/+46 |
| 2025-06-05 | Auto merge of #138677 - shepmaster:consistent-elided-lifetime-syntax, r=travi... | bors | -28/+13 |
| 2025-06-04 | Replace `elided_named_lifetimes` with `mismatched_lifetime_syntaxes` | Jake Goulding | -28/+13 |
| 2025-06-03 | Run wfcheck in one big loop instead of per module | Oli Scherer | -21/+21 |
| 2025-06-03 | `FIXME(-Znext-solver)` triage | lcnr | -4/+1 |
| 2025-05-27 | Use more detailed spans in dyn compat errors within bodies | Oli Scherer | -6/+76 |
| 2025-05-26 | Deduplicate dyn compatibility violations due to coercion | Michael Goulet | -81/+4 |
| 2025-05-25 | Rollup merge of #141512 - Noratrieb:stop-trimming-this-much, r=compiler-errors | Guillaume Gomez | -8/+8 |
| 2025-05-24 | Avoid extra path trimming in method not found error | Noratrieb | -8/+8 |
| 2025-05-23 | Do not try to confirm non-dyn compatible method | Michael Goulet | -37/+1 |
| 2025-05-21 | Rollup merge of #141308 - spastorino:fix-rpitit-error-reporting-ice, r=nnethe... | Matthias Krüger | -0/+34 |
| 2025-05-20 | Do not call name() on rpitit assoc_item | Santiago Pastorino | -0/+34 |
| 2025-05-20 | Just error on recursive opaque ty in HIR typeck | Michael Goulet | -149/+61 |
| 2025-05-16 | Rollup merge of #140834 - lcnr:apit-folder, r=compiler-errors | Matthias Krüger | -89/+0 |
| 2025-05-09 | Merge typeck loop with static/const item eval loop | Oli Scherer | -8/+8 |
| 2025-05-09 | move (and remove) impl Trait tests | lcnr | -89/+0 |
| 2025-05-05 | Auto merge of #140453 - Zoxc:next-disambiguator, r=oli-obk | bors | -12/+12 |
| 2025-05-04 | compiletest: Support matching on non-json lines in compiler output | Vadim Petrochenkov | -4/+5 |
| 2025-05-03 | Rollup merge of #140568 - moxian:reg-140545, r=compiler-errors | Matthias Krüger | -0/+29 |
| 2025-05-02 | Add a regression test | moxian | -0/+29 |
| 2025-04-30 | compiletest: Make diagnostic kind mandatory on line annotations | Vadim Petrochenkov | -49/+55 |
| 2025-04-29 | Remove global `next_disambiguator` state and handle it with a `DisambiguatorS... | John Kåre Alsaker | -12/+12 |
| 2025-04-28 | Do not compute type_of for impl item if impl where clauses are unsatisfied | Michael Goulet | -0/+32 |
| 2025-04-25 | Don't use item name to look up associated item from trait item | Michael Goulet | -0/+49 |
| 2025-04-20 | Don't compute name of associated item if it's an RPITIT | Michael Goulet | -0/+62 |
| 2025-04-17 | Rollup merge of #139854 - fmease:modern-diag-for-lt-in-ty, r=davidtwco | Matthias Krüger | -6/+8 |
| 2025-04-15 | Don't compute name of associated item if it's an RPITIT | Michael Goulet | -0/+21 |
| 2025-04-15 | Improve diagnostic for E0178 (bad `+` in type) | León Orell Valerian Liehr | -6/+8 |
| 2025-04-14 | add RPITIT tests: method compat auto trait leakage | lcnr | -0/+224 |
| 2025-04-14 | move tests | lcnr | -0/+0 |
| 2025-04-14 | do not leak auto traits in item bounds | lcnr | -0/+36 |