| Age | Commit message (Expand) | Author | Lines |
| 2024-12-06 | Rollup merge of #130777 - azhogin:azhogin/reg-struct-return, r=workingjubilee | Matthias Krüger | -0/+29 |
| 2024-12-06 | Auto merge of #133559 - compiler-errors:structurally-resolve-adjust-for-branc... | bors | -34/+42 |
| 2024-12-05 | Rollup merge of #133910 - TimNN:llvm-target-cpus, r=jieyouxu | Guillaume Gomez | -0/+6 |
| 2024-12-05 | Rollup merge of #133607 - WaffleLapkin:tail-call-checks, r=compiler-errors | Guillaume Gomez | -12/+461 |
| 2024-12-05 | Normalize target-cpus.rs stdout test for LLVM changes | Tim Neumann | -0/+6 |
| 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 | -58/+47 |
| 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 | 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 | 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 |
| 2024-12-04 | Fix suggestion when shorthand self has erroneous type | Michael Goulet | -0/+64 |
| 2024-12-04 | Do not emit empty suggestion | Esteban Küber | -0/+76 |
| 2024-12-04 | Rollup merge of #133850 - oli-obk:push-xryukktpyooq, r=compiler-errors | Matthias Krüger | -133/+44 |
| 2024-12-04 | Rollup merge of #133831 - BoxyUwU:ice_on_unfed_type_of, r=compiler-errors | Matthias Krüger | -33/+6 |
| 2024-12-04 | Rollup merge of #133774 - dingxiangfei2009:translatable-coerce-pointee-errors... | Matthias Krüger | -7/+7 |
| 2024-12-04 | Rename `core_pattern_type` and `core_pattern_types` lib feature gates to `pa... | Oli Scherer | -58/+47 |
| 2024-12-04 | make CoercePointee errors translatable | Ding Xiang Fei | -7/+7 |
| 2024-12-04 | Avoid `opaque type not constrained` errors in the presence of other errors | Oli Scherer | -133/+44 |
| 2024-12-04 | Rollup merge of #133798 - lcnr:nested-bodies-opaques, r=compiler-errors | Matthias Krüger | -3/+62 |
| 2024-12-04 | Auto merge of #133818 - matthiaskrgr:rollup-iav1wq7, r=matthiaskrgr | bors | -84/+333 |
| 2024-12-04 | Add comment to test | Boxy | -1/+2 |
| 2024-12-03 | Don't try and handle unfed `type_of` on anon consts | Boxy | -32/+4 |
| 2024-12-03 | Rollup merge of #133768 - compiler-errors:gate, r=lcnr,jackh726 | Matthias Krüger | -79/+290 |
| 2024-12-03 | Rollup merge of #133726 - joshtriplett:breakpoint, r=oli-obk | Matthias Krüger | -4/+4 |
| 2024-12-03 | Rollup merge of #133681 - RalfJung:niches, r=wesleywiser | Matthias Krüger | -1/+39 |
| 2024-12-03 | Remove generic_associated_types_extended feature gate | Michael Goulet | -79/+290 |
| 2024-12-03 | Rollup merge of #133779 - BoxyUwU:array_const_arg_infer_hir_id, r=compiler-er... | Matthias Krüger | -0/+12 |
| 2024-12-03 | Rollup merge of #133762 - RalfJung:const-size-of-val, r=workingjubilee | Matthias Krüger | -5/+3 |
| 2024-12-03 | Rollup merge of #133753 - dingxiangfei2009:reduce-false-positive-if-let-resco... | Matthias Krüger | -38/+42 |
| 2024-12-03 | Rollup merge of #133558 - compiler-errors:structurally-resolve-probe-adt, r=lcnr | Matthias Krüger | -0/+15 |
| 2024-12-03 | Rollup merge of #132612 - compiler-errors:async-trait-bounds, r=lcnr | Matthias Krüger | -92/+125 |
| 2024-12-03 | closure-requirements: add regression tests | lcnr | -3/+62 |
| 2024-12-03 | Auto merge of #133788 - matthiaskrgr:rollup-1p100a8, r=matthiaskrgr | bors | -41/+229 |
| 2024-12-02 | Add `core::arch::breakpoint` and test | Josh Triplett | -4/+4 |
| 2024-12-03 | Rollup merge of #133785 - HypheX:add-ui-test, r=compiler-errors | Matthias Krüger | -0/+21 |