| Age | Commit message (Expand) | Author | Lines |
| 2024-10-29 | TypingMode :thinking: | lcnr | -2/+4 |
| 2024-10-29 | Remove region from adjustments | Michael Goulet | -4/+5 |
| 2024-10-24 | Rollup merge of #131909 - clubby789:enum-overflow-cast, r=compiler-errors | Stuart Cook | -1/+8 |
| 2024-10-24 | stabilize if_let_rescope | Ding Xiang Fei | -1/+1 |
| 2024-10-23 | nightly feature tracking: get rid of the per-feature bool fields | Ralf Jung | -2/+2 |
| 2024-10-20 | Rip out old effects var handling code from traits | Michael Goulet | -11/+1 |
| 2024-10-19 | Prevent overflowing enum cast from ICEing | clubby789 | -1/+8 |
| 2024-10-16 | Rollup merge of #131381 - Nadrieril:min-match-ergonomics, r=pnkfelix | Matthias Krüger | -8/+19 |
| 2024-10-11 | Auto merge of #131045 - compiler-errors:remove-unnamed_fields, r=wesleywiser | bors | -15/+5 |
| 2024-10-08 | Change error message | Nadrieril | -4/+3 |
| 2024-10-08 | Stabilize `min_match_ergonomics_2024` | Nadrieril | -1/+1 |
| 2024-10-08 | Error on resetted binding mode in edition 2024 | Nadrieril | -8/+20 |
| 2024-10-06 | various fixes for `naked_asm!` implementation | Folkert de Vries | -1/+4 |
| 2024-10-01 | Remove unnamed field feature | Michael Goulet | -15/+5 |
| 2024-09-28 | tweak Const::identity_unevaluated name and docs | Ralf Jung | -10/+6 |
| 2024-09-28 | try to get rid of mir::Const::normalize | Ralf Jung | -4/+2 |
| 2024-09-24 | be even more precise about "cast" vs "coercion" | Lukas Markeffsky | -7/+26 |
| 2024-09-24 | use more accurate spans for user type ascriptions | Lukas Markeffsky | -4/+15 |
| 2024-09-24 | unify dyn* coercions with other pointer coercions | Lukas Markeffsky | -1/+0 |
| 2024-09-23 | Rollup merge of #130715 - compiler-errors:mir-build-const-eval, r=BoxyUwU | Matthias Krüger | -1/+3 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -10/+12 |
| 2024-09-22 | Replace calls to Const::eval in mir build | Michael Goulet | -1/+3 |
| 2024-09-19 | pin_ergonomics: allow reborrowing as Pin<&T> | Eric Holk | -6/+9 |
| 2024-09-19 | Allow shortening reborrows | Eric Holk | -43/+57 |
| 2024-09-18 | Begin experimental support for pin reborrowing | Eric Holk | -0/+45 |
| 2024-09-13 | Add a machine-applicable suggestion to "unreachable pattern" | Nadrieril | -5/+30 |
| 2024-09-11 | rescope temp lifetime in let-chain into IfElse | Ding Xiang Fei | -1/+7 |
| 2024-08-25 | Avoid taking reference of &TyKind | Michael Goulet | -1/+1 |
| 2024-08-21 | Rollup merge of #129345 - compiler-errors:scratch4, r=jieyouxu | Matthias Krüger | -7/+2 |
| 2024-08-21 | Rollup merge of #129344 - compiler-errors:less-option-unit-diagnostics, r=jie... | Matthias Krüger | -2/+2 |
| 2024-08-21 | Rollup merge of #129281 - Nadrieril:tweak-unreachable-lint-wording, r=estebank | Matthias Krüger | -4/+22 |
| 2024-08-21 | Simplify some redundant field names | Michael Goulet | -7/+2 |
| 2024-08-21 | Use bool in favor of Option<()> for diagnostics | Michael Goulet | -2/+2 |
| 2024-08-20 | Move the "matches no value" note to be a span label | Nadrieril | -1/+3 |
| 2024-08-19 | Cap the number of patterns pointed to by the lint | Nadrieril | -3/+17 |
| 2024-08-19 | Add a note with a link to explain empty types | Nadrieril | -0/+2 |
| 2024-08-18 | rename AddressOf -> RawBorrow inside the compiler | Ralf Jung | -5/+5 |
| 2024-08-17 | Remove a useless ref/id/ref round-trip from `pattern_from_hir` | Zalathar | -6/+2 |
| 2024-08-13 | Remove a no-longer-true `assert` | Nadrieril | -4/+6 |
| 2024-08-11 | Rollup merge of #128762 - fmease:use-more-slice-pats, r=compiler-errors | Matthias Krüger | -2/+4 |
| 2024-08-10 | Stabilize `min_exhaustive_patterns` | Nadrieril | -4/+2 |
| 2024-08-07 | Use more slice patterns inside the compiler | León Orell Valerian Liehr | -2/+4 |
| 2024-07-29 | Rollup merge of #128304 - Zalathar:thir-pat-display, r=Nadrieril | Matthias Krüger | -4/+4 |
| 2024-07-29 | Encapsulate the printing of `WitnessPat` | Zalathar | -4/+4 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -28/+28 |
| 2024-07-26 | Auto merge of #128034 - Nadrieril:explain-unreachable, r=compiler-errors | bors | -25/+64 |
| 2024-07-25 | Turn an unreachable code path into an ICE | Oli Scherer | -11/+5 |
| 2024-07-24 | Improve "covered_by_many" error | Nadrieril | -2/+11 |
| 2024-07-24 | Explain why a given pattern is considered unreachable | Nadrieril | -19/+45 |
| 2024-07-24 | Move rustc-specific entrypoint to the `rustc` module | Nadrieril | -6/+10 |