| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-01-31 | Auto merge of #136350 - matthiaskrgr:rollup-6eqfyvh, r=matthiaskrgr | bors | -12/+12 |
| 2025-01-31 | Rollup merge of #135860 - fmease:compiler-mv-obj-save-dyn-compat-ii, r=jieyouxu | Matthias Krüger | -12/+12 |
| 2025-01-30 | std::range | Peter Jaszkowiak | -2/+2 |
| 2025-01-30 | normalize long-type.txt in tests | Rémy Rakic | -13/+16 |
| 2025-01-27 | Make a previously unreachable UI test reachable | León Orell Valerian Liehr | -44/+0 |
| 2025-01-27 | Remove all dead files inside tests/ui/ | León Orell Valerian Liehr | -88/+0 |
| 2025-01-26 | Compiler: Finalize dyn compatibility renaming | León Orell Valerian Liehr | -12/+12 |
| 2025-01-25 | Auto merge of #133154 - estebank:issue-133137, r=wesleywiser | bors | -3/+5 |
| 2025-01-25 | Rollup merge of #135971 - compiler-errors:self-projection, r=fmease | Matthias Krüger | -1/+1 |
| 2025-01-24 | Properly report error when object type param default references self | Michael Goulet | -1/+1 |
| 2025-01-24 | Reword "crate not found" resolve message | Esteban Küber | -3/+5 |
| 2025-01-23 | tests: use `needs-threads` instead of `ignore-emscripten` | 许杰友 Jieyou Xu (Joe) | -5/+5 |
| 2025-01-23 | tests: use `needs-subprocess` instead of `ignore-{wasm32,emscripten,sgx}` | 许杰友 Jieyou Xu (Joe) | -14/+13 |
| 2025-01-23 | tests: update `tests/ui/issues/issue-2190-1.rs` | 许杰友 Jieyou Xu (Joe) | -9/+5 |
| 2025-01-23 | tests: move `tests/ui/issues/issue-39175.rs` under `suggestions/` and rename | 许杰友 Jieyou Xu (Joe) | -48/+0 |
| 2025-01-23 | tests: adjust `tests/ui/issues/issue-39175.rs` | 许杰友 Jieyou Xu (Joe) | -7/+22 |
| 2025-01-22 | Rollup merge of #135816 - BoxyUwU:root_normalizes_to_goal_ice, r=lcnr | Matthias Krüger | -4/+33 |