| Age | Commit message (Expand) | Author | Lines |
| 2024-12-09 | fix ICE on type error in promoted | Ralf Jung | -174/+23 |
| 2024-12-07 | Auto merge of #133978 - matthiaskrgr:rollup-6gh1iho, r=matthiaskrgr | bors | -81/+64 |
| 2024-12-07 | Auto merge of #133883 - saethlin:remove-polymorphization, r=compiler-errors | bors | -1985/+7 |
| 2024-12-06 | Auto merge of #118159 - EliasHolzmann:formatting_options, r=m-ou-se | bors | -8/+8 |
| 2024-12-06 | Remove polymorphization | Ben Kimock | -1985/+7 |
| 2024-12-06 | Rollup merge of #133954 - oli-obk:push-lxrmszqzszzu, r=jieyouxu | Matthias Krüger | -81/+4 |
| 2024-12-06 | Rollup merge of #133934 - jswrenn:unsafe-fields-auto-traits, r=compiler-errors | Matthias Krüger | -0/+60 |
| 2024-12-06 | Auto merge of #133089 - eholk:stabilize-noop-waker, r=dtolnay | bors | -112/+95 |
| 2024-12-06 | Hide errors whose suggestions would contain error constants or types | Oli Scherer | -6/+0 |
| 2024-12-06 | Silence follow-up errors from `lit_to_const` | Oli Scherer | -77/+6 |
| 2024-12-06 | Rollup merge of #130777 - azhogin:azhogin/reg-struct-return, r=workingjubilee | Matthias Krüger | -0/+235 |
| 2024-12-06 | Auto merge of #133559 - compiler-errors:structurally-resolve-adjust-for-branc... | bors | -34/+42 |
| 2024-12-05 | do not implement unsafe auto traits for types with unsafe fields | Jack Wrenn | -0/+60 |
| 2024-12-05 | Rollup merge of #133921 - TimNN:nuw-infer, r=nikic | Guillaume Gomez | -15/+15 |
| 2024-12-05 | Rollup merge of #133910 - TimNN:llvm-target-cpus, r=jieyouxu | Guillaume Gomez | -0/+6 |
| 2024-12-05 | Rollup merge of #133821 - Kobzol:replace-black-with-ruff, r=onur-ozkan | Guillaume Gomez | -0/+9 |
| 2024-12-05 | Rollup merge of #133607 - WaffleLapkin:tail-call-checks, r=compiler-errors | Guillaume Gomez | -12/+461 |
| 2024-12-05 | Stabilize noop_waker | Eric Holk | -112/+95 |
| 2024-12-05 | Update GUI test after rebase | Guillaume Gomez | -7/+3 |
| 2024-12-05 | Improve positioning of "..." in collapsed impl block | Guillaume Gomez | -2/+33 |
| 2024-12-05 | Update GUI tests | Guillaume Gomez | -2/+2 |
| 2024-12-05 | Add GUI test for impl block doc display | Guillaume Gomez | -0/+50 |
| 2024-12-05 | Access members of `FormattingOptions` directly instead of via getters/setters | Elias Holzmann | -146/+148 |
| 2024-12-05 | Fixed funky_arms (broken mir-opt test due to refactoring fmt::FormattingOptions) | Elias Holzmann | -208/+144 |
| 2024-12-05 | Fixed mir-opt test broken because of `std::Formatter` changes | Elias Holzmann | -28/+90 |
| 2024-12-05 | Adapt codegen tests for NUW inference | Tim Neumann | -15/+15 |
| 2024-12-05 | Normalize target-cpus.rs stdout test for LLVM changes | Tim Neumann | -0/+6 |
| 2024-12-05 | Auto merge of #133893 - fmease:rollup-11pi6fg, r=fmease | bors | -487/+1381 |
| 2024-12-05 | Rollup merge of #133890 - kei519:fix-125814, r=compiler-errors | León Orell Valerian Liehr | -0/+19 |
| 2024-12-05 | Rollup merge of #133863 - oli-obk:push-pystoxvtvssx, r=lqd | León Orell Valerian Liehr | -60/+48 |
| 2024-12-05 | Rollup merge of #133843 - estebank:empty-semi-sugg, r=jieyouxu | León Orell Valerian Liehr | -0/+76 |
| 2024-12-05 | Rollup merge of #133233 - estebank:const-errors, r=Nadrieril | León Orell Valerian Liehr | -427/+810 |
| 2024-12-05 | Rollup merge of #122161 - compiler-errors:shorthand-self, r=fmease | León Orell Valerian Liehr | -0/+64 |
| 2024-12-05 | Rollup merge of #118833 - Urgau:lint_function_pointer_comparisons, r=cjgillot | León Orell Valerian Liehr | -0/+364 |
| 2024-12-05 | Auto merge of #133828 - compiler-errors:incr-sad, r=lcnr | bors | -0/+25 |
| 2024-12-05 | Add a new test ui/incoherent-inherent-impls/no-other-unrelated-errors to chec... | kei519 | -0/+19 |
| 2024-12-05 | Resolve more | Michael Goulet | -34/+34 |
| 2024-12-04 | Reformat Python code with `ruff` | Jakub Beránek | -0/+9 |
| 2024-12-04 | review comments: reword messages and simplify logic | Esteban Küber | -25/+25 |
| 2024-12-04 | fix test | Esteban Küber | -7/+1 |
| 2024-12-04 | Add more context to fall-through "const pattern of non-structural type" error | Esteban Küber | -4/+12 |
| 2024-12-04 | Add context to fall-through "const pattern of non-structural type" error | Esteban Küber | -0/+12 |
| 2024-12-04 | Add additional context for non-sructural type constant used in pattern | Esteban Küber | -164/+312 |
| 2024-12-04 | Reword message for non-structural type constant in pattern | Esteban Küber | -9/+8 |
| 2024-12-04 | Specify type kind of constant that can't be used in patterns | Esteban Küber | -14/+14 |
| 2024-12-04 | Tweak output of some const pattern errors | Esteban Küber | -19/+28 |
| 2024-12-04 | Point at generic param through which a const is used in a pattern | Esteban Küber | -18/+35 |
| 2024-12-04 | Tweak ptr in pattern error | Esteban Küber | -52/+104 |
| 2024-12-04 | Tweak unevaluated constant in pattern error | Esteban Küber | -164/+25 |
| 2024-12-04 | On `const` pattern errors, point at the `const` item definition | Esteban Küber | -10/+293 |