about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-12-05do not implement unsafe auto traits for types with unsafe fieldsJack Wrenn-0/+35
2024-12-05Auto merge of #133893 - fmease:rollup-11pi6fg, r=fmeasebors-223/+613
2024-12-05Rollup merge of #133874 - compiler-errors:fn-sig-binder, r=oli-obkLeón Orell Valerian Liehr-82/+52
2024-12-05Rollup merge of #133872 - compiler-errors:simplify-gat-check, r=oli-obkLeón Orell Valerian Liehr-52/+2
2024-12-05Rollup merge of #133843 - estebank:empty-semi-sugg, r=jieyouxuLeón Orell Valerian Liehr-1/+13
2024-12-05Rollup merge of #133233 - estebank:const-errors, r=NadrierilLeón Orell Valerian Liehr-83/+307
2024-12-05Rollup merge of #122161 - compiler-errors:shorthand-self, r=fmeaseLeón Orell Valerian Liehr-1/+63
2024-12-05Rollup merge of #118833 - Urgau:lint_function_pointer_comparisons, r=cjgillotLeón Orell Valerian Liehr-4/+176
2024-12-05Auto merge of #133828 - compiler-errors:incr-sad, r=lcnrbors-10/+22
2024-12-04fn_sig_for_fn_abi should return a ty::FnSig, no need for a binderMichael Goulet-82/+52
2024-12-04review comments: reword messages and simplify logicEsteban Küber-43/+23
2024-12-04No need to create placeholders for GAT args in confirm_object_candidateMichael Goulet-52/+2
2024-12-04Add more context to fall-through "const pattern of non-structural type" errorEsteban Küber-42/+157
2024-12-04Add context to fall-through "const pattern of non-structural type" errorEsteban Küber-7/+10
2024-12-04Add additional context for non-sructural type constant used in patternEsteban Küber-11/+31
2024-12-04Reword message for non-structural type constant in patternEsteban Küber-2/+1
2024-12-04Specify type kind of constant that can't be used in patternsEsteban Küber-6/+14
2024-12-04Tweak output of some const pattern errorsEsteban Küber-5/+29
2024-12-04Point at generic param through which a const is used in a patternEsteban Küber-3/+24
2024-12-04Tweak ptr in pattern errorEsteban Küber-1/+5
2024-12-04Tweak unevaluated constant in pattern errorEsteban Küber-1/+12
2024-12-04On `const` pattern errors, point at the `const` item definitionEsteban Küber-33/+72
2024-12-04Fix suggestion when shorthand self has erroneous typeMichael Goulet-1/+63
2024-12-04Do not emit empty suggestionEsteban Küber-1/+13
2024-12-04Rollup merge of #133850 - oli-obk:push-xryukktpyooq, r=compiler-errorsMatthias Krüger-5/+12
2024-12-04Rollup merge of #133849 - Zalathar:replay, r=oli-obkMatthias Krüger-149/+276
2024-12-04Rollup merge of #133847 - nnethercote:rm-Z-show-span, r=compiler-errorsMatthias Krüger-91/+1
2024-12-04Rollup merge of #133831 - BoxyUwU:ice_on_unfed_type_of, r=compiler-errorsMatthias Krüger-238/+10
2024-12-04Rollup merge of #133774 - dingxiangfei2009:translatable-coerce-pointee-errors...Matthias Krüger-41/+71
2024-12-04Make sure to record deps from cached task in new solver on first runMichael Goulet-10/+22
2024-12-04make CoercePointee errors translatableDing Xiang Fei-41/+71
2024-12-04Avoid `opaque type not constrained` errors in the presence of other errorsOli Scherer-2/+12
2024-12-04Remove some noisy tracingOli Scherer-3/+0
2024-12-04Remove `-Zshow-span`.Nicholas Nethercote-91/+1
2024-12-04coverage: Remove the expression simplifier from `CoverageCounters`Zalathar-51/+4
2024-12-04coverage: Use a separate counter type during counter creationZalathar-73/+94
2024-12-04coverage: Add an extra "transcribe" step after counter creationZalathar-3/+170
2024-12-04coverage: Use a single `make_phys_counter` methodZalathar-19/+4
2024-12-04coverage: Rename `CounterIncrementSite` to just `Site`Zalathar-13/+14
2024-12-04coverage: Extract `subtracted_sum` in counter creationZalathar-8/+8
2024-12-04Rollup merge of #133798 - lcnr:nested-bodies-opaques, r=compiler-errorsMatthias Krüger-43/+8
2024-12-04Rollup merge of #133784 - dtolnay:visitspans, r=compiler-errorsMatthias Krüger-7/+9
2024-12-04Auto merge of #133818 - matthiaskrgr:rollup-iav1wq7, r=matthiaskrgrbors-98/+113
2024-12-03Don't try and handle unfed `type_of` on anon constsBoxy-238/+10
2024-12-03Rollup merge of #133811 - mustartt:change-default-codemodel, r=jieyouxuMatthias Krüger-1/+1
2024-12-03Rollup merge of #133768 - compiler-errors:gate, r=lcnr,jackh726Matthias Krüger-32/+10
2024-12-03Rollup merge of #133726 - joshtriplett:breakpoint, r=oli-obkMatthias Krüger-4/+6
2024-12-03Rollup merge of #133681 - RalfJung:niches, r=wesleywiserMatthias Krüger-61/+96
2024-12-03Auto merge of #133803 - matthiaskrgr:rollup-8ag5ncy, r=matthiaskrgrbors-48/+116
2024-12-03change aix default codemodel=largeHenry Jiang-1/+1