| Age | Commit message (Expand) | Author | Lines |
| 2025-03-14 | Revert "Rollup merge of #136274 - compiler-errors:sized-wf, r=lcnr" | Michael Goulet | -2/+2 |
| 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 |
| 2024-12-02 | Add `core::arch::breakpoint` and test | Josh Triplett | -4/+4 |
| 2024-11-30 | Rollup merge of #133620 - dev-ardi:simplify-hir_typeck_pass_to_variadic_funct... | 许杰友 Jieyou Xu (Joe) | -5/+30 |
| 2024-11-30 | Rollup merge of #116161 - Soveu:varargs2, r=cjgillot | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-11-29 | simplify how the `hir_typeck_pass_to_variadic_function` diagnostic is created | Orion Gonzalez | -5/+30 |
| 2024-11-29 | Rollup merge of #133538 - dev-ardi:69232-better-diag, r=compiler-errors | Matthias Krüger | -5/+8 |
| 2024-11-29 | bless the tests and add a new one | Orion Gonzalez | -5/+8 |
| 2024-11-27 | Stabilize `extended_varargs_abi_support` | Soveu | -1/+1 |
| 2024-11-27 | Bless tests due to extra error reporting due to normalizing types that are no... | Michael Goulet | -2/+5 |
| 2024-11-23 | Update tests for new TRPL chapter order | Chris Krycho | -1/+1 |
| 2024-11-08 | remove support for rustc_safe_intrinsic attribute; use rustc_intrinsic functi... | Ralf Jung | -19/+21 |
| 2024-11-04 | Rollup merge of #132025 - duncpro:E0027, r=compiler-errors | Jubilee | -0/+16 |
| 2024-10-29 | Remove detail from label/note that is already available in other note | Esteban Küber | -2/+2 |
| 2024-10-24 | add third help hint to diagnostic error E0027 | Duncan Proctor | -0/+16 |
| 2024-10-19 | Prevent overflowing enum cast from ICEing | clubby789 | -2/+68 |
| 2024-10-17 | Rollup merge of #128391 - cafce25:issue-128390, r=lcnr | Matthias Krüger | -6/+8 |
| 2024-10-15 | stabilize `-Znext-solver=coherence` | lcnr | -1/+1 |
| 2024-10-08 | fix/update teach_note from 'escaping mutable ref/ptr' const-check | Ralf Jung | -1/+1 |
| 2024-10-04 | Use wide pointers consistenly across the compiler | Urgau | -1/+1 |