| Age | Commit message (Expand) | Author | Lines |
| 2025-06-03 | Add `iter` macro | Oli Scherer | -1/+1 |
| 2025-05-24 | Avoid extra path trimming in method not found error | Noratrieb | -4/+4 |
| 2025-05-13 | `impl PartialEq<{str,String}> for {Path,PathBuf}` | Martin Habovstiak | -0/+2 |
| 2025-05-02 | Handle `Path<>` better in error messages. | Nicholas Nethercote | -10/+8 |
| 2025-05-02 | Augment `impl-trait-missing-lifetime-gated.rs`. | Nicholas Nethercote | -5/+65 |
| 2025-04-30 | compiletest: Make diagnostic kind mandatory on line annotations | Vadim Petrochenkov | -3/+5 |
| 2025-04-24 | Rollup merge of #140228 - fmease:revert-overzealous-colon-recovery, r=jieyouxu | Matthias Krüger | -75/+21 |
| 2025-04-24 | Revert overzealous parse recovery for single colons | León Orell Valerian Liehr | -75/+21 |
| 2025-04-23 | rc and cr more clear error message | Kivooeo | -0/+31 |
| 2025-04-17 | Auto merge of #139949 - matthiaskrgr:rollup-pxc5tsx, r=matthiaskrgr | bors | -4/+4 |
| 2025-04-17 | Rollup merge of #138632 - clubby789:stabilize-cfg-boolean-lit, r=davidtwco,Ur... | Matthias Krüger | -4/+4 |
| 2025-04-16 | Remove old diagnostic notes for type ascription syntax | Zalathar | -9/+0 |
| 2025-04-13 | Rollup merge of #139618 - petrochenkov:virsugg, r=jieyouxu | Chris Denton | -4/+6 |
| 2025-04-10 | compiletest: Trim the value of `dont-require-annotations` | Vadim Petrochenkov | -1/+1 |
| 2025-04-10 | compiletest: Make `SUGGESTION` annotations viral | Vadim Petrochenkov | -4/+6 |
| 2025-04-10 | replace `//@ compile-flags: --edition` with `//@ edition` | Pietro Albini | -5/+5 |
| 2025-04-09 | Auto merge of #139555 - petrochenkov:errkind-ann, r=jieyouxu | bors | -34/+34 |
| 2025-04-08 | UI tests: add missing diagnostic kinds where possible | Vadim Petrochenkov | -34/+34 |
| 2025-04-07 | compiletest: Stricter parsing for diagnostic kinds | Vadim Petrochenkov | -1/+1 |
| 2025-04-06 | update/bless tests | Bennet Bleßmann | -41/+41 |
| 2025-04-05 | Rollup merge of #138381 - thaliaarchi:bstr-sliceindex, r=joshtriplett | Matthias Krüger | -3/+4 |
| 2025-04-03 | Use `cfg(false)` in UI tests | clubby789 | -4/+4 |
| 2025-03-30 | Remove attribute `#[rustc_error]` | Vadim Petrochenkov | -7/+7 |
| 2025-03-21 | test(ui): add tuple-struct-where-clause-suggestion ui test for #91520 | Karol Zwolak | -0/+38 |
| 2025-03-15 | Auto merge of #138379 - estebank:macro-backtrace-note, r=petrochenkov | bors | -18/+0 |
| 2025-03-14 | Fix typo in hir lowering lint diag | Yotam Ofek | -3/+3 |
| 2025-03-14 | Do not suggest using `-Zmacro-backtrace` for builtin macros | Esteban Küber | -18/+0 |
| 2025-03-11 | Implement SliceIndex for ByteStr | Thalia Archibald | -3/+4 |
| 2025-03-08 | Rework maybe_suggest_add_generic_impl_trait | Michael Goulet | -81/+0 |
| 2025-03-07 | Rollup merge of #138042 - xizheyin:issue-135759, r=nnethercote | Matthias Krüger | -0/+81 |
| 2025-03-06 | Add ui test: suggest-struct-or-union-add-generic-impl-trait.rs | xizheyin | -0/+81 |
| 2025-03-03 | Do not recover missing lifetime with random in-scope lifetime | Michael Goulet | -73/+15 |
| 2025-03-01 | Rollup merge of #137824 - estebank:rtn-sugg, r=compiler-errors | Matthias Krüger | -1/+6 |
| 2025-03-01 | Rollup merge of #137771 - estebank:abi-sugg, r=compiler-errors | Matthias Krüger | -4/+6 |
| 2025-03-01 | Rollup merge of #137171 - makai410:swapping-e0277, r=compiler-errors | Matthias Krüger | -0/+35 |
| 2025-02-28 | Tweak invalid RTN errors | Esteban Küber | -1/+6 |
| 2025-02-28 | Tweak incorrect ABI suggestion | Esteban Küber | -4/+6 |
| 2025-02-24 | Remove dyn_compatible_for_dispatch | Michael Goulet | -29/+0 |
| 2025-02-21 | Trim suggestion part before generating highlights | Michael Goulet | -8/+8 |
| 2025-02-21 | More sophisticated span trimming | Michael Goulet | -520/+508 |
| 2025-02-17 | suggest swapping equality on e0277 | makai410 | -0/+35 |
| 2025-02-15 | Try to recover from path sep error in parser | yukang | -21/+78 |
| 2025-02-14 | Trim suggestion parts to the subset that is purely additive | Michael Goulet | -34/+34 |
| 2025-02-14 | Consider add-prefix replacements too | Michael Goulet | -39/+26 |
| 2025-02-14 | Use underline suggestions for purely 'additive' replacements | Michael Goulet | -66/+44 |
| 2025-02-12 | Fix diagnostic when using = instead of : in let bindings | yukang | -0/+51 |
| 2025-02-10 | Show diff suggestion format on verbose replacement | Esteban Küber | -819/+1069 |
| 2025-02-06 | Label mismatched parameters at the def site for foreign functions. | Jason Newcomb | -4/+4 |
| 2025-02-05 | Rollup merge of #136536 - DuskyElf:master, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -0/+40 |
| 2025-02-05 | Rollup merge of #136517 - m4rch3n1ng:inherent-str-constructors, r=jhpratt | 许杰友 Jieyou Xu (Joe) | -22/+4 |