| Age | Commit message (Expand) | Author | Lines |
| 2024-12-05 | do not implement unsafe auto traits for types with unsafe fields | Jack Wrenn | -0/+35 |
| 2024-12-05 | Auto merge of #133893 - fmease:rollup-11pi6fg, r=fmease | bors | -223/+613 |
| 2024-12-05 | Rollup merge of #133874 - compiler-errors:fn-sig-binder, r=oli-obk | León Orell Valerian Liehr | -82/+52 |
| 2024-12-05 | Rollup merge of #133872 - compiler-errors:simplify-gat-check, r=oli-obk | León Orell Valerian Liehr | -52/+2 |
| 2024-12-05 | Rollup merge of #133843 - estebank:empty-semi-sugg, r=jieyouxu | León Orell Valerian Liehr | -1/+13 |
| 2024-12-05 | Rollup merge of #133233 - estebank:const-errors, r=Nadrieril | León Orell Valerian Liehr | -83/+307 |
| 2024-12-05 | Rollup merge of #122161 - compiler-errors:shorthand-self, r=fmease | León Orell Valerian Liehr | -1/+63 |
| 2024-12-05 | Rollup merge of #118833 - Urgau:lint_function_pointer_comparisons, r=cjgillot | León Orell Valerian Liehr | -4/+176 |
| 2024-12-05 | Auto merge of #133828 - compiler-errors:incr-sad, r=lcnr | bors | -10/+22 |
| 2024-12-04 | fn_sig_for_fn_abi should return a ty::FnSig, no need for a binder | Michael Goulet | -82/+52 |
| 2024-12-04 | review comments: reword messages and simplify logic | Esteban Küber | -43/+23 |
| 2024-12-04 | No need to create placeholders for GAT args in confirm_object_candidate | Michael Goulet | -52/+2 |
| 2024-12-04 | Add more context to fall-through "const pattern of non-structural type" error | Esteban Küber | -42/+157 |
| 2024-12-04 | Add context to fall-through "const pattern of non-structural type" error | Esteban Küber | -7/+10 |
| 2024-12-04 | Add additional context for non-sructural type constant used in pattern | Esteban Küber | -11/+31 |
| 2024-12-04 | Reword message for non-structural type constant in pattern | Esteban Küber | -2/+1 |
| 2024-12-04 | Specify type kind of constant that can't be used in patterns | Esteban Küber | -6/+14 |
| 2024-12-04 | Tweak output of some const pattern errors | Esteban Küber | -5/+29 |
| 2024-12-04 | Point at generic param through which a const is used in a pattern | Esteban Küber | -3/+24 |
| 2024-12-04 | Tweak ptr in pattern error | Esteban Küber | -1/+5 |
| 2024-12-04 | Tweak unevaluated constant in pattern error | Esteban Küber | -1/+12 |
| 2024-12-04 | On `const` pattern errors, point at the `const` item definition | Esteban Küber | -33/+72 |
| 2024-12-04 | Fix suggestion when shorthand self has erroneous type | Michael Goulet | -1/+63 |
| 2024-12-04 | Do not emit empty suggestion | Esteban Küber | -1/+13 |
| 2024-12-04 | Rollup merge of #133850 - oli-obk:push-xryukktpyooq, r=compiler-errors | Matthias Krüger | -5/+12 |
| 2024-12-04 | Rollup merge of #133849 - Zalathar:replay, r=oli-obk | Matthias Krüger | -149/+276 |
| 2024-12-04 | Rollup merge of #133847 - nnethercote:rm-Z-show-span, r=compiler-errors | Matthias Krüger | -91/+1 |
| 2024-12-04 | Rollup merge of #133831 - BoxyUwU:ice_on_unfed_type_of, r=compiler-errors | Matthias Krüger | -238/+10 |
| 2024-12-04 | Rollup merge of #133774 - dingxiangfei2009:translatable-coerce-pointee-errors... | Matthias Krüger | -41/+71 |
| 2024-12-04 | Make sure to record deps from cached task in new solver on first run | Michael Goulet | -10/+22 |
| 2024-12-04 | make CoercePointee errors translatable | Ding Xiang Fei | -41/+71 |
| 2024-12-04 | Avoid `opaque type not constrained` errors in the presence of other errors | Oli Scherer | -2/+12 |
| 2024-12-04 | Remove some noisy tracing | Oli Scherer | -3/+0 |
| 2024-12-04 | Remove `-Zshow-span`. | Nicholas Nethercote | -91/+1 |
| 2024-12-04 | coverage: Remove the expression simplifier from `CoverageCounters` | Zalathar | -51/+4 |
| 2024-12-04 | coverage: Use a separate counter type during counter creation | Zalathar | -73/+94 |
| 2024-12-04 | coverage: Add an extra "transcribe" step after counter creation | Zalathar | -3/+170 |
| 2024-12-04 | coverage: Use a single `make_phys_counter` method | Zalathar | -19/+4 |
| 2024-12-04 | coverage: Rename `CounterIncrementSite` to just `Site` | Zalathar | -13/+14 |
| 2024-12-04 | coverage: Extract `subtracted_sum` in counter creation | Zalathar | -8/+8 |
| 2024-12-04 | Rollup merge of #133798 - lcnr:nested-bodies-opaques, r=compiler-errors | Matthias Krüger | -43/+8 |
| 2024-12-04 | Rollup merge of #133784 - dtolnay:visitspans, r=compiler-errors | Matthias Krüger | -7/+9 |
| 2024-12-04 | Auto merge of #133818 - matthiaskrgr:rollup-iav1wq7, r=matthiaskrgr | bors | -98/+113 |
| 2024-12-03 | Don't try and handle unfed `type_of` on anon consts | Boxy | -238/+10 |
| 2024-12-03 | Rollup merge of #133811 - mustartt:change-default-codemodel, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2024-12-03 | Rollup merge of #133768 - compiler-errors:gate, r=lcnr,jackh726 | Matthias Krüger | -32/+10 |
| 2024-12-03 | Rollup merge of #133726 - joshtriplett:breakpoint, r=oli-obk | Matthias Krüger | -4/+6 |
| 2024-12-03 | Rollup merge of #133681 - RalfJung:niches, r=wesleywiser | Matthias Krüger | -61/+96 |
| 2024-12-03 | Auto merge of #133803 - matthiaskrgr:rollup-8ag5ncy, r=matthiaskrgr | bors | -48/+116 |
| 2024-12-03 | change aix default codemodel=large | Henry Jiang | -1/+1 |