| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-01-22 | Refactor dyn-compatibility error and suggestions | Taylor Cramer | -57/+69 |
| 2025-01-22 | Use `structurally_normalize` instead of manual `normalizes-to` goals | Boxy | -4/+33 |
| 2025-01-21 | Auto merge of #134299 - RalfJung:remove-start, r=compiler-errors | bors | -39/+0 |
| 2025-01-21 | remove support for the #[start] attribute | Ralf Jung | -39/+0 |
| 2025-01-21 | Auto merge of #133830 - compiler-errors:span-key, r=lcnr | bors | -2/+2 |
| 2025-01-15 | Rework trait expansion to happen once explicitly | Michael Goulet | -2/+2 |
| 2025-01-14 | Do not consider traits that have unsatisfied const conditions to be condition... | Michael Goulet | -6/+9 |
| 2025-01-09 | Unify conditional and non const call error reporting | Michael Goulet | -3/+9 |
| 2025-01-09 | Add note back to conditionally-const error message | Michael Goulet | -0/+1 |
| 2025-01-06 | Normalize each signature input/output in typeck_with_fallback with its own span | Michael Goulet | -14/+7 |
| 2025-01-01 | Try to write the panic message with a single `write_all` call | John Kåre Alsaker | -0/+2 |
| 2025-01-01 | Rollup merge of #134945 - compiler-errors:map-mutate-nits, r=estebank | Stuart Cook | -1/+4 |
| 2024-12-31 | Rollup merge of #133486 - dianne:fix-move-error-suggestion, r=estebank | Trevor Gross | -12/+16 |
| 2024-12-31 | Fix span for IndexMut method call on HashMap/BTreeMap | Michael Goulet | -1/+4 |