| Age | Commit message (Expand) | Author | Lines |
| 2025-07-25 | comments | Kivooeo | -0/+25 |
| 2025-07-10 | Make `Diag::multipart_suggestions` always verbose | Esteban Küber | -3/+6 |
| 2025-06-26 | Rollup merge of #142981 - compiler-errors:verbose-missing-suggestion, r=estebank | Matthias Krüger | -10/+24 |
| 2025-06-26 | Simplify IfCause | Michael Goulet | -15/+12 |
| 2025-06-24 | Make missing lifetime suggestion verbose | Michael Goulet | -10/+24 |
| 2025-06-23 | compiletest: Improve diagnostics for line annotation mismatches | Vadim Petrochenkov | -1/+1 |
| 2025-05-09 | Disarm `time` bomb (diagnostics) | Jieyou Xu | -27/+0 |
| 2025-04-30 | compiletest: Make diagnostic kind mandatory on line annotations | Vadim Petrochenkov | -9/+11 |
| 2025-04-19 | tests: adjust `tests/ui/auto-instantiate.rs` | Jieyou Xu | -0/+28 |
| 2025-02-22 | Remove MaybeForgetReturn suggestion | Michael Goulet | -8/+0 |
| 2025-02-14 | fallout :skull_emoji: | lcnr | -2/+2 |
| 2025-02-12 | Rollup merge of #135965 - estebank:shorten-ty-sugg, r=lcnr | Matthias Krüger | -10/+34 |
| 2025-02-10 | Show diff suggestion format on verbose replacement | Esteban Küber | -54/+81 |
| 2025-02-05 | Rollup merge of #136449 - joboet:move_pal_net, r=ChrisDenton | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2025-02-03 | In "specify type" suggestion, skip type params that are already known | Esteban Küber | -10/+34 |
| 2025-02-03 | Enable more tests on Windows | Ben Kimock | -1/+1 |
| 2025-02-02 | bless UI test involving private name | joboet | -1/+1 |
| 2025-01-11 | Bless new test output (new trait impls in lists of suggestions) | Josh Triplett | -5/+17 |
| 2024-12-31 | chore: fix typos | dxsullivan | -1/+1 |
| 2024-11-26 | Auto merge of #133505 - compiler-errors:rollup-xjp8hdi, r=compiler-errors | bors | -2/+2 |
| 2024-11-26 | tests: remove `//@ pretty-expanded` usages | 许杰友 Jieyou Xu (Joe) | -3/+0 |
| 2024-11-24 | Simplify array length mismatch error reporting | Michael Goulet | -2/+2 |
| 2024-11-03 | use backticks instead of single quotes when reporting "use of unstable librar... | dianne | -1/+1 |
| 2024-09-27 | On implicit `Sized` bound on fn argument, point at type instead of pattern | Esteban Küber | -2/+2 |
| 2024-09-16 | Relate receiver invariantly in method probe for Mode::Path | Michael Goulet | -4/+4 |
| 2024-09-05 | Rollup merge of #129664 - adetaylor:arbitrary-self-types-pointers-feature-gat... | Matthias Krüger | -2/+2 |
| 2024-08-29 | Make the "detect-old-time" UI test more representative | Josh Stone | -8/+16 |
| 2024-08-28 | Emit specific message for `time<0.3.35` inference failure | Esteban Küber | -0/+19 |
| 2024-08-27 | Arbitrary self types v2: pointers feature gate. | Adrian Taylor | -2/+2 |
| 2024-07-29 | only accept adt type during infer source visitor | bohan | -0/+116 |
| 2024-07-17 | Split part of `adt_const_params` into `unsized_const_params` | Boxy | -1/+1 |
| 2024-07-05 | Use verbose style for argument removal suggestion | Esteban Küber | -4/+6 |
| 2024-06-19 | Const generic parameters aren't bounds, even if we end up erroring because of... | Oli Scherer | -2/+2 |
| 2024-06-19 | Taint infcx when reporting errors | Oli Scherer | -3/+8 |
| 2024-06-17 | Use subtyping instead of equality, since method resolution also uses subtyping | Oli Scherer | -4/+4 |
| 2024-05-29 | Partially implement `ConstArgHasType` | Boxy | -1/+1 |
| 2024-05-28 | Don't suggest turning non-char-literal exprs of ty `char` into string literals | León Orell Valerian Liehr | -0/+57 |
| 2024-05-23 | Handle `ReVar` in `note_and_explain_region`. | Nicholas Nethercote | -0/+21 |
| 2024-05-20 | Move 100 entries from tests/ui into subdirs | Jubilee Young | -0/+45 |
| 2024-04-25 | Check closure args and returns are WF | Michael Goulet | -22/+36 |
| 2024-04-20 | Print note with closure signature on type mismatch | Daniel Sedlak | -0/+29 |
| 2024-04-16 | Don't proceed into parent bodies when collecting stmts for possible return su... | Michael Goulet | -0/+39 |
| 2024-04-11 | Remove `From` impls for unstable types that break inference | Trevor Gross | -0/+9 |
| 2024-04-11 | Rollup merge of #123703 - estebank:diag-changes-2, r=Nadrieril | León Orell Valerian Liehr | -8/+8 |
| 2024-04-10 | Use `fn` ptr signature instead of `{closure@..}` in infer error | Esteban Küber | -8/+8 |
| 2024-04-08 | Scrape extraneous regions from instantiate_nll_query_response_and_region_obli... | Oli Scherer | -1/+1 |
| 2024-03-24 | Rollup merge of #122217 - estebank:issue-119685, r=fmease | Matthias Krüger | -6/+6 |
| 2024-03-22 | Rollup merge of #122844 - matthiaskrgr:just_one_more_test_mom, r=compiler-errors | Matthias Krüger | -0/+35 |
| 2024-03-21 | add test for ice "cannot relate region: LUB(ReErased, ReError)" | Matthias Krüger | -0/+35 |
| 2024-03-21 | add test for https://github.com/rust-lang/rust/issues/122098 ICE: index out ... | Matthias Krüger | -0/+97 |