| Age | Commit message (Expand) | Author | Lines |
| 2025-05-05 | Do not gather local all together at the beginning of typeck | Michael Goulet | -21/+4 |
| 2025-05-03 | compiletest: Do not require annotations on empty labels and suggestions | Vadim Petrochenkov | -4/+2 |
| 2025-04-30 | Auto merge of #140503 - matthiaskrgr:rollup-n7zigts, r=matthiaskrgr | bors | -30/+0 |
| 2025-04-30 | Rollup merge of #140446 - mejrs:test1, r=jieyouxu | Matthias Krüger | -30/+0 |
| 2025-04-30 | compiletest: Make diagnostic kind mandatory on line annotations | Vadim Petrochenkov | -119/+158 |
| 2025-04-29 | Coalesce duplicate missing clone tests | mejrs | -30/+0 |
| 2025-04-26 | Fix error message for static references or mutable references | yuk1ty | -2/+2 |
| 2025-04-25 | Rollup merge of #137653 - tgross35:deprecate-concat_idents, r=workingjubilee | Matthias Krüger | -3/+5 |
| 2025-04-24 | Deprecate the unstable `concat_idents!` | Trevor Gross | -3/+5 |
| 2025-04-24 | Suggest {to,from}_ne_bytes for transmutations between arrays and integers, etc | bendn | -0/+1 |
| 2025-04-19 | Rollup merge of #139995 - spencer3035:clean-ui-tests-4-of-n, r=jieyouxu | Chris Denton | -167/+0 |
| 2025-04-19 | Cleaned up 4 tests in `tests/ui/issues` | Spencer | -167/+0 |
| 2025-04-17 | Rollup merge of #138632 - clubby789:stabilize-cfg-boolean-lit, r=davidtwco,Ur... | Matthias Krüger | -6/+6 |
| 2025-04-13 | UI tests: migrate remaining compile time `error-pattern`s to line annotations | Vadim Petrochenkov | -1/+2 |
| 2025-04-08 | UI tests: add missing diagnostic kinds where possible | Vadim Petrochenkov | -19/+19 |
| 2025-04-03 | Use `cfg(false)` in UI tests | clubby789 | -6/+6 |
| 2025-04-03 | compiletest: Require `//~` annotations even if `error-pattern` is specified | Vadim Petrochenkov | -0/+1 |
| 2025-03-21 | cleaned and organized 3 tests in `./tests/ui/issues` | Spencer | -74/+0 |
| 2025-03-14 | Do not suggest using `-Zmacro-backtrace` for builtin macros | Esteban Küber | -14/+0 |
| 2025-03-12 | Disentangle ForwardGenericParamBan and ConstParamTy ribs | Michael Goulet | -5/+5 |
| 2025-03-07 | Refactor `emitter` to better account for unicode chars when trimming | Esteban Küber | -1/+1 |
| 2025-03-06 | Rollup merge of #137764 - compiler-errors:always-applicable-negative-impl, r=... | Michael Goulet | -4/+32 |
| 2025-03-05 | Rollup merge of #137298 - compiler-errors:mir-wf, r=lcnr | 许杰友 Jieyou Xu (Joe) | -0/+1 |
| 2025-03-05 | Rollup merge of #136865 - jieyouxu:long-type-path-compare-mode, r=lqd | 许杰友 Jieyou Xu (Joe) | -26/+19 |
| 2025-03-04 | Ensure that negative auto impls are always applicable | Michael Goulet | -4/+32 |
| 2025-03-03 | Tweak error code for sized checks of const/static | Michael Goulet | -0/+1 |
| 2025-03-04 | tests: remove explicit long type filename hash normalization from some ui tests | 许杰友 Jieyou Xu (Joe) | -26/+19 |
| 2025-03-03 | Do not recover missing lifetime with random in-scope lifetime | Michael Goulet | -13/+2 |
| 2025-02-28 | Shorten span of panic failures in const context | Esteban Küber | -1/+1 |
| 2025-02-25 | Make E0614 a structured error | Esteban Küber | -2/+2 |
| 2025-02-24 | Fix test output expectations | Jana Dönszelmann | -16/+16 |
| 2025-02-21 | More sophisticated span trimming | Michael Goulet | -15/+10 |
| 2025-02-19 | Rollup merge of #137059 - xizheyin:issue-136827, r=davidtwco | Matthias Krüger | -2/+2 |
| 2025-02-15 | fix: Alloc new errorcode E0803 for E0495 | xizheyin | -2/+2 |
| 2025-02-14 | Trim suggestion parts to the subset that is purely additive | Michael Goulet | -9/+9 |
| 2025-02-14 | Consider add-prefix replacements too | Michael Goulet | -12/+8 |
| 2025-02-14 | Use underline suggestions for purely 'additive' replacements | Michael Goulet | -15/+10 |
| 2025-02-14 | fallout :skull_emoji: | lcnr | -2/+29 |
| 2025-02-11 | Reject `impl Trait` bounds in various places where we unconditionally warned ... | Oli Scherer | -12/+12 |
| 2025-02-10 | Show diff suggestion format on verbose replacement | Esteban Küber | -102/+153 |
| 2025-02-05 | Rollup merge of #136583 - Jarcho:fn_ctxt2, r=compiler-errors | Jubilee | -1/+1 |
| 2025-02-05 | When displaying a parameter mismatch error, only highlight the mismatched par... | Jason Newcomb | -1/+1 |
| 2025-02-05 | Rollup merge of #136536 - DuskyElf:master, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -404/+0 |
| 2025-02-04 | Rollup merge of #136477 - lqd:nll-tls-spans, r=matthewjasper | Matthias Krüger | -1/+1 |
| 2025-02-04 | Rollup merge of #136274 - compiler-errors:sized-wf, r=lcnr | Matthias Krüger | -4/+18 |
| 2025-02-04 | Rename and Move some UI tests to more suitable subdirs | DuskyElf | -404/+0 |
| 2025-02-04 | bless test expectations | Rémy Rakic | -1/+1 |
| 2025-02-04 | Rollup merge of #136167 - pitaj:new_range, r=Nadrieril | Jacob Pratt | -2/+2 |
| 2025-02-03 | Make error message less awkward | Michael Goulet | -2/+2 |
| 2025-02-03 | Check Sizedness of return type in WF | Michael Goulet | -2/+16 |