| Age | Commit message (Expand) | Author | Lines |
| 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-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-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-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 |
| 2024-07-22 | Revert suggestion verbosity change | Esteban Küber | -48/+24 |
| 2024-07-22 | On generic and lifetime removal suggestion, do not leave behind stray `,` | Esteban Küber | -6/+6 |
| 2024-07-22 | Change suggestion message wording | Esteban Küber | -16/+16 |
| 2024-07-22 | Use verbose suggestion for "wrong # of generics" | Esteban Küber | -24/+48 |
| 2024-07-21 | Auto merge of #127722 - BoxyUwU:new_adt_const_params_limitations, r=compiler-... | bors | -6/+6 |
| 2024-07-19 | More accurate suggestion for `-> Box<dyn Trait>` or `-> impl Trait` | Esteban Küber | -6/+3 |
| 2024-07-18 | Be more accurate about calculating `display_col` from a `BytePos` | Esteban Küber | -1/+1 |
| 2024-07-18 | Rollup merge of #127886 - estebank:as-rename-suggestion, r=compiler-errors | Matthias Krüger | -3/+3 |
| 2024-07-18 | Rollup merge of #127878 - estebank:assoc-item-removal, r=fmease | Matthias Krüger | -6/+9 |
| 2024-07-18 | Accurate `use` rename suggestion span | Esteban Küber | -3/+3 |
| 2024-07-17 | Fix associated item removal suggestion | Esteban Küber | -6/+9 |
| 2024-07-17 | Rollup merge of #125042 - long-long-float:suggest-move-arg-outside, r=fmease | Matthias Krüger | -5/+5 |
| 2024-07-17 | Split part of `adt_const_params` into `unsized_const_params` | Boxy | -6/+6 |
| 2024-07-15 | Rollup merge of #127407 - estebank:parser-suggestions, r=oli-obk | Matthias Krüger | -1/+6 |
| 2024-07-14 | Use ordinal number in argument error | long-long-float | -5/+5 |
| 2024-07-12 | Make parse error suggestions verbose and fix spans | Esteban Küber | -1/+6 |
| 2024-07-11 | Use verbose style when suggesting changing `const` with `let` | Esteban Küber | -2/+5 |
| 2024-07-11 | Always use a colon in `//@ normalize-*:` headers | Zalathar | -3/+3 |
| 2024-07-06 | show unit output when there is only output diff in diagnostics | yukang | -1/+1 |
| 2024-07-05 | Use verbose style for argument removal suggestion | Esteban Küber | -4/+6 |
| 2024-07-04 | Better suggestion span for missing type parameter | Esteban Küber | -1/+5 |
| 2024-06-26 | Auto merge of #120924 - xFrednet:rfc-2383-stabilization-party, r=Urgau,blyxyas | bors | -1/+6 |
| 2024-06-26 | Rollup merge of #126925 - surechen:fix_125631, r=compiler-errors | Matthias Krüger | -0/+6 |
| 2024-06-25 | RFC 2383: Stabilize `lint_reasons` :tada: | xFrednet | -1/+6 |
| 2024-06-25 | Change E0369 diagnostic give note information for foreign items. | surechen | -0/+6 |