| Age | Commit message (Expand) | Author | Lines |
| 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 | -6/+8 |
| 2025-04-10 | Rollup merge of #139568 - nnethercote:empty-trait-name, r=compiler-errors | Matthias Krüger | -40/+24 |
| 2025-04-10 | replace `//@ compile-flags: --edition` with `//@ edition` | Pietro Albini | -1/+1 |
| 2025-04-09 | Avoid an empty trait name in impl blocks. | Nicholas Nethercote | -40/+24 |
| 2025-04-09 | Auto merge of #139555 - petrochenkov:errkind-ann, r=jieyouxu | bors | -32/+32 |
| 2025-04-08 | UI tests: add missing diagnostic kinds where possible | Vadim Petrochenkov | -32/+32 |
| 2025-04-07 | compiletest: Avoid ignoring empty diagnostics in one more place | Vadim Petrochenkov | -0/+2 |
| 2025-04-04 | Detect and provide suggestion for `&raw EXPR` | Michael Goulet | -0/+140 |
| 2025-04-03 | Use `cfg(false)` in UI tests | clubby789 | -173/+173 |
| 2025-04-03 | compiletest: Require `//~` annotations even if `error-pattern` is specified | Vadim Petrochenkov | -75/+66 |
| 2025-04-02 | Remove `NtExpr` and `NtLiteral`. | Nicholas Nethercote | -10/+14 |
| 2025-04-01 | Auto merge of #138492 - lcnr:rm-inline_const_pat, r=oli-obk | bors | -180/+0 |
| 2025-03-31 | Rollup merge of #138749 - compiler-errors:closure-recovery, r=fmease | Matthias Krüger | -4/+46 |
| 2025-03-29 | compiletest: Support matching diagnostics on lines below | Vadim Petrochenkov | -47/+40 |
| 2025-03-27 | Rollup merge of #138844 - petrochenkov:cfgtrace2, r=nnethercote | Jacob Pratt | -24/+2 |
| 2025-03-26 | expand: Leave traces when expanding `cfg` attributes | Vadim Petrochenkov | -24/+2 |
| 2025-03-26 | Rollup merge of #138898 - fmease:decrustify-parser-post-ty-ascr, r=compiler-e... | Stuart Cook | -477/+388 |
| 2025-03-25 | compiletest: Support matching on diagnostics without a span | Vadim Petrochenkov | -0/+5 |
| 2025-03-25 | Incorporate issue-111692.rs into the larger test file and add more test cases | León Orell Valerian Liehr | -83/+66 |
| 2025-03-25 | Combine several test files into one | León Orell Valerian Liehr | -372/+263 |
| 2025-03-25 | Brace-ident-colon can certainly no longer start a block | León Orell Valerian Liehr | -49/+86 |
| 2025-03-21 | cleaned and organized 3 tests in `./tests/ui/issues` | Spencer | -0/+28 |
| 2025-03-21 | remove `feature(inline_const_pat)` | lcnr | -180/+0 |
| 2025-03-20 | Make dedicated recovery for missing braces on closure with return | Michael Goulet | -6/+12 |
| 2025-03-20 | Fix diagnostic struct typo, make sure is_array_like_block checks that it's a ... | Michael Goulet | -2/+38 |
| 2025-03-13 | Provide helpful diagnostics for shebang lookalikes | Pyrode | -0/+19 |
| 2025-03-08 | Rollup merge of #137757 - estebank:trim-spans, r=davidtwco | Jacob Pratt | -4/+4 |
| 2025-03-07 | fix rebase | Esteban Küber | -2/+2 |
| 2025-03-07 | Refactor `emitter` to better account for unicode chars when trimming | Esteban Küber | -3/+3 |
| 2025-03-07 | On long spans, trim the middle of them to make them fit in the terminal width | Esteban Küber | -2/+2 |
| 2025-03-06 | Use closure parse code | Santiago Pastorino | -8/+8 |
| 2025-03-03 | Rollup merge of #134900 - dtolnay:unoprange, r=compiler-errors,davidtwco | Matthias Krüger | -1/+27 |
| 2025-03-01 | Implment `#[cfg]` and `#[cfg_attr]` in `where` clauses | Frank King | -4/+4 |
| 2025-02-28 | Remove `NtMeta`. | Nicholas Nethercote | -6/+6 |
| 2025-02-28 | Remove `NtPat`. | Nicholas Nethercote | -6/+6 |
| 2025-02-25 | Make E0614 a structured error | Esteban Küber | -1/+1 |
| 2025-02-23 | Rollup merge of #137435 - estebank:match-arm-2, r=compiler-errors | Jacob Pratt | -9/+54 |
| 2025-02-22 | Fix "missing match arm body" suggestion involving `!` | Esteban Küber | -9/+54 |
| 2025-02-22 | Rollup merge of #137356 - nik-rev:FERRIS, r=compiler-errors | Matthias Krüger | -0/+22 |
| 2025-02-22 | Auto merge of #133436 - nnethercote:rm-NtVis-NtTy, r=petrochenkov | bors | -4/+13 |
| 2025-02-21 | fix: naming convention "ferris" suggestion for idents named 🦀 | Nikita Revenco | -0/+22 |
| 2025-02-21 | Remove `NtTy`. | Nicholas Nethercote | -4/+13 |
| 2025-02-21 | More sophisticated span trimming | Michael Goulet | -9/+6 |
| 2025-02-20 | Rollup merge of #137281 - estebank:doc-comment-syntax-error, r=compiler-errors | Matthias Krüger | -0/+29 |
| 2025-02-19 | Tweak "expected ident" parse error to avoid talking about doc comments | Esteban Küber | -0/+29 |
| 2025-02-16 | Fix const items not being allowed to be called `r#move` or `r#static` | Noratrieb | -0/+158 |
| 2025-02-15 | Rollup merge of #136490 - Skepfyr:no-field-rest-pattern-attrs, r=compiler-errors | Matthias Krüger | -0/+18 |
| 2025-02-14 | Trim suggestion parts to the subset that is purely additive | Michael Goulet | -19/+19 |
| 2025-02-14 | Consider add-prefix replacements too | Michael Goulet | -30/+20 |