| Age | Commit message (Expand) | Author | Lines |
| 2025-07-24 | Reword mismatched-lifetime-syntaxes text based on feedback | Jake Goulding | -4/+5 |
| 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 |
| 2025-04-11 | Rollup merge of #139662 - nnethercote:tweak-DefPathData, r=compiler-errors | Jacob Pratt | -6/+6 |
| 2025-04-11 | Auto merge of #139578 - ferrocene:pa-compiletest-edition, r=jieyouxu | bors | -1/+1 |
| 2025-04-11 | Change how anonymous associated types are printed. | Nicholas Nethercote | -6/+6 |
| 2025-04-11 | Improve `AssocItem::descr`. | Nicholas Nethercote | -6/+6 |
| 2025-04-10 | replace `//@ compile-flags: --edition` with `//@ edition` | Pietro Albini | -1/+1 |
| 2025-04-09 | Auto merge of #139555 - petrochenkov:errkind-ann, r=jieyouxu | bors | -35/+35 |
| 2025-04-08 | UI tests: add missing diagnostic kinds where possible | Vadim Petrochenkov | -35/+35 |
| 2025-04-08 | Rollup merge of #139501 - compiler-errors:suppress-stack-overflow, r=lcnr | Matthias Krüger | -0/+189 |
| 2025-04-07 | Fix stack overflow in exhaustiveness due to recursive HIR opaque type values | Michael Goulet | -0/+189 |
| 2025-04-07 | compiletest: Stricter parsing for diagnostic kinds | Vadim Petrochenkov | -4/+4 |