| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2024-12-27 | Remove the `-test` suffix from normalize directives | Zalathar | -7/+7 |
| 2024-12-23 | Note def descr in NonConstFunctionCall | Michael Goulet | -2/+2 |
| 2024-12-14 | Rollup merge of #133392 - compiler-errors:object-sup, r=lcnr | Matthias Krüger | -2/+2 |
| 2024-12-14 | Rollup merge of #132939 - uellenberg:suggest-deref, r=oli-obk | Matthias Krüger | -16/+20 |
| 2024-12-14 | Auto merge of #134294 - matthiaskrgr:rollup-anh6io8, r=matthiaskrgr | bors | -2/+2 |
| 2024-12-14 | Rollup merge of #134181 - estebank:trim-render, r=oli-obk | Matthias Krüger | -20/+3 |
| 2024-12-13 | Suggest using deref in patterns | uellenberg | -16/+20 |
| 2024-12-13 | Arbitrary self types v2: adjust diagnostic. | Adrian Taylor | -2/+2 |
| 2024-12-13 | Auto merge of #132706 - compiler-errors:async-closures, r=oli-obk | bors | -2/+0 |
| 2024-12-13 | Stabilize async closures | Michael Goulet | -2/+0 |
| 2024-12-12 | Filter empty lines, comments and delimiters from previous to last multiline s... | Esteban Küber | -5/+1 |
| 2024-12-12 | Tweak multispan rendering | Esteban Küber | -15/+2 |
| 2024-12-11 | Fix ICE when multiple supertrait substitutions need assoc but only one is pro... | Michael Goulet | -2/+2 |
| 2024-12-11 | Arbitrary self types v2: use Receiver trait | Adrian Taylor | -2/+2 |
| 2024-12-09 | Rollup merge of #133996 - Zalathar:ui-link-native-libs, r=jieyouxu | León Orell Valerian Liehr | -44/+0 |
| 2024-12-07 | Use trait name instead of full constraint in suggestion message | Esteban Küber | -1/+1 |
| 2024-12-07 | reword trait bound suggestion message to include the bounds | Esteban Küber | -1/+1 |
| 2024-12-07 | Move more tests into `tests/ui/link-native-libs` | Zalathar | -44/+0 |
| 2024-12-05 | Rollup merge of #118833 - Urgau:lint_function_pointer_comparisons, r=cjgillot | León Orell Valerian Liehr | -0/+2 |
| 2024-12-03 | Auto merge of #133321 - compiler-errors:const-checker, r=wesleywiser | bors | -28/+4 |
| 2024-12-02 | Allow fn pointers comparisons lint in UI tests | Urgau | -0/+2 |
| 2024-11-30 | Do not create trait object type if missing associated types | Michael Goulet | -45/+7 |
| 2024-11-27 | Rollup merge of #133518 - compiler-errors:structurally-resolve-never, r=lcnr | Matthias Krüger | -1/+10 |
| 2024-11-27 | Bless tests due to extra error reporting due to normalizing types that are no... | Michael Goulet | -1/+10 |