| Age | Commit message (Expand) | Author | Lines |
| 2025-03-16 | Rollup merge of #138471 - spencer3035:move-ui-test-1ofn, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -0/+67 |
| 2025-03-15 | improves duplicate lang item test | Spencer | -0/+36 |
| 2025-03-15 | improves duplicate label test | Spencer | -0/+31 |
| 2025-03-14 | Do not suggest using `-Zmacro-backtrace` for builtin macros | Esteban Küber | -2/+0 |
| 2025-03-12 | Disentangle ForwardGenericParamBan and ConstParamTy ribs | Michael Goulet | -2/+2 |
| 2025-03-06 | `TypeVerifier` do not walk into required consts | lcnr | -1/+1 |
| 2025-03-04 | tests: rebless some tests as a side-effect of `TEST_BUILD_DIR` changes | 许杰友 Jieyou Xu (Joe) | -7/+7 |
| 2025-03-04 | tests: remove explicit long type filename hash normalization from some ui tests | 许杰友 Jieyou Xu (Joe) | -3/+2 |
| 2025-03-01 | Rollup merge of #137617 - BoxyUwU:generic_const_parameter_types, r=lcnr | Matthias Krüger | -2/+0 |
| 2025-02-28 | Introduce `feature(generic_const_parameter_types)` | Boxy | -2/+0 |
| 2025-02-27 | remove most `simd_` intrinsic declaration in tests | Folkert de Vries | -8/+8 |
| 2025-02-25 | Make E0614 a structured error | Esteban Küber | -1/+1 |
| 2025-02-25 | Auto merge of #137573 - compiler-errors:rollup-noq9yhp, r=compiler-errors | bors | -38/+18 |
| 2025-02-24 | Rollup merge of #137489 - RalfJung:no-more-rustc_intrinsic_must_be_overridden... | Michael Goulet | -14/+8 |
| 2025-02-24 | Consolidate and rework CoercePointee and DispatchFromDyn errors | Michael Goulet | -24/+10 |
| 2025-02-24 | Fix test output expectations | Jana Dönszelmann | -15/+5 |
| 2025-02-24 | remove support for rustc_intrinsic_must_be_overridden from the compiler | Ralf Jung | -14/+8 |
| 2025-02-21 | Trim suggestion part before generating highlights | Michael Goulet | -2/+2 |
| 2025-02-21 | More sophisticated span trimming | Michael Goulet | -43/+28 |
| 2025-02-14 | Trim suggestion parts to the subset that is purely additive | Michael Goulet | -3/+3 |
| 2025-02-14 | Consider add-prefix replacements too | Michael Goulet | -9/+6 |
| 2025-02-12 | Split out the `extern_system_varargs` feature | Jubilee Young | -1/+1 |
| 2025-02-11 | Revert "Stabilize `extended_varargs_abi_support`" | Jubilee Young | -1/+1 |
| 2025-02-10 | Show diff suggestion format on verbose replacement | Esteban Küber | -76/+115 |
| 2025-02-06 | Label mismatched parameters at the def site for foreign functions. | Jason Newcomb | -1/+1 |
| 2025-02-05 | When displaying a parameter mismatch error, only highlight the mismatched par... | Jason Newcomb | -1/+1 |
| 2025-02-04 | Rollup merge of #136274 - compiler-errors:sized-wf, r=lcnr | Matthias Krüger | -2/+2 |
| 2025-02-03 | fix `json-*.rs` and `E0462` tests for compare-modes | Rémy Rakic | -1/+1 |
| 2025-02-03 | fix `crateresolve*.rs` tests and duplicates for compare modes | Rémy Rakic | -2/+2 |
| 2025-02-03 | Make error message less awkward | Michael Goulet | -2/+2 |
| 2025-02-02 | rustc_allowed_through_unstable_modules: require deprecation message | Ralf Jung | -1/+1 |
| 2025-01-26 | Compiler: Finalize dyn compatibility renaming | León Orell Valerian Liehr | -2/+2 |
| 2025-01-25 | Auto merge of #133154 - estebank:issue-133137, r=wesleywiser | bors | -2/+2 |
| 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 | -2/+2 |
| 2025-01-22 | Refactor dyn-compatibility error and suggestions | Taylor Cramer | -8/+10 |
| 2025-01-21 | Auto merge of #134299 - RalfJung:remove-start, r=compiler-errors | bors | -54/+0 |
| 2025-01-21 | remove support for the #[start] attribute | Ralf Jung | -54/+0 |
| 2025-01-21 | Auto merge of #133830 - compiler-errors:span-key, r=lcnr | bors | -2/+2 |
| 2025-01-18 | Emit a single privacy error for multiple fields on the same struct expression | Esteban Küber | -1/+1 |
| 2025-01-16 | Rollup merge of #134754 - frank-king:feature/import_trait_associated_function... | Matthias Krüger | -5/+5 |
| 2025-01-16 | Implement `use` associated items of traits | Frank King | -5/+5 |
| 2025-01-15 | Rework trait expansion to happen once explicitly | Michael Goulet | -2/+2 |
| 2025-01-06 | Normalize each signature input/output in typeck_with_fallback with its own span | Michael Goulet | -2/+2 |
| 2025-01-02 | Make suggestion verbose and tweak error message | Michael Goulet | -4/+6 |
| 2024-12-27 | Remove the `-test` suffix from normalize directives | Zalathar | -13/+13 |
| 2024-12-24 | Rollup merge of #134701 - compiler-errors:non-const-def-descr, r=Urgau,fmease | Stuart Cook | -6/+6 |
| 2024-12-23 | Note def descr in NonConstFunctionCall | Michael Goulet | -6/+6 |
| 2024-12-23 | Always run tail_expr_drop_order lint on promoted MIR | Michael Goulet | -1/+19 |
| 2024-12-07 | reword trait bound suggestion message to include the bounds | Esteban Küber | -2/+2 |