| Age | Commit message (Expand) | Author | Lines |
| 2025-02-13 | Revert "Stabilize `extended_varargs_abi_support`" | Jubilee Young | -1/+1 |
| 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 |
| 2024-09-27 | Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-... | Matthias Krüger | -2/+2 |
| 2024-09-27 | On implicit `Sized` bound on fn argument, point at type instead of pattern | Esteban Küber | -2/+2 |
| 2024-09-26 | Make new information notes instead of labels | Jonathan Birk | -8/+8 |
| 2024-09-25 | Compiler: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -2/+2 |
| 2024-09-16 | Introduce distinct error codes for precise capturing | Michael Goulet | -0/+26 |
| 2024-09-15 | stabilize const_mut_refs | Ralf Jung | -170/+7 |
| 2024-09-11 | Revert 'Stabilize -Znext-solver=coherence' | Michael Goulet | -1/+1 |
| 2024-09-09 | Ban non-array SIMD | Scott McMurray | -7/+16 |
| 2024-09-05 | stabilize `-Znext-solver=coherence` | lcnr | -1/+1 |
| 2024-08-31 | Rewrite lint_expectations in a single pass. | Camille GILLOT | -6/+1 |
| 2024-08-23 | Print the generic parameter along with the variance in dumps. | Camille GILLOT | -2/+2 |
| 2024-08-19 | Reword the "unreachable pattern" explanations | Nadrieril | -2/+2 |
| 2024-08-11 | Add more information link to orphan impls | Jonathan Birk | -2/+4 |
| 2024-08-10 | Differentiate between methods and associated functions | Esteban Küber | -7/+7 |
| 2024-08-02 | More information for fully-qualified suggestion when there are multiple impls | Esteban Küber | -6/+10 |
| 2024-07-31 | Rollup merge of #128244 - compiler-errors:move-clone-sugg, r=estebank | Matthias Krüger | -2/+2 |
| 2024-07-30 | Adjust orphan note in tests | Jonathan Birk | -2/+2 |
| 2024-07-29 | Structured suggestion for `extern crate foo` when `foo` isn't resolved in import | Esteban Küber | -1/+4 |
| 2024-07-27 | improve dangling/oob errors and make them more uniform | Ralf Jung | -1/+1 |
| 2024-07-26 | Peel off explicit (or implicit) deref before suggesting clone on move error i... | Michael Goulet | -2/+2 |
| 2024-07-26 | Auto merge of #128034 - Nadrieril:explain-unreachable, r=compiler-errors | bors | -1/+10 |
| 2024-07-25 | Rollup merge of #128111 - estebank:no-question, r=fmease | Matthias Krüger | -1/+1 |
| 2024-07-25 | Rollup merge of #127528 - estebank:ascii-control-chars, r=oli-obk | Matthias Krüger | -1/+1 |
| 2024-07-24 | Do not use question as label | Esteban Küber | -1/+1 |
| 2024-07-24 | Improve "covered_by_many" error | Nadrieril | -2/+7 |
| 2024-07-24 | Explain why a given pattern is considered unreachable | Nadrieril | -1/+5 |