about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-12-05Rollup merge of #133843 - estebank:empty-semi-sugg, r=jieyouxuLeón Orell Valerian Liehr-0/+76
2024-12-05Rollup merge of #133233 - estebank:const-errors, r=NadrierilLeón Orell Valerian Liehr-427/+810
2024-12-05Rollup merge of #122161 - compiler-errors:shorthand-self, r=fmeaseLeón Orell Valerian Liehr-0/+64
2024-12-05Rollup merge of #118833 - Urgau:lint_function_pointer_comparisons, r=cjgillotLeón Orell Valerian Liehr-0/+364
2024-12-05Auto merge of #133828 - compiler-errors:incr-sad, r=lcnrbors-0/+25
2024-12-05Add a new test ui/incoherent-inherent-impls/no-other-unrelated-errors to chec...kei519-0/+19
2024-12-05Resolve moreMichael Goulet-34/+34
2024-12-04Reformat Python code with `ruff`Jakub Beránek-0/+9
2024-12-04review comments: reword messages and simplify logicEsteban Küber-25/+25
2024-12-04fix testEsteban Küber-7/+1
2024-12-04Add more context to fall-through "const pattern of non-structural type" errorEsteban Küber-4/+12
2024-12-04Add context to fall-through "const pattern of non-structural type" errorEsteban Küber-0/+12
2024-12-04Add additional context for non-sructural type constant used in patternEsteban Küber-164/+312
2024-12-04Reword message for non-structural type constant in patternEsteban Küber-9/+8
2024-12-04Specify type kind of constant that can't be used in patternsEsteban Küber-14/+14
2024-12-04Tweak output of some const pattern errorsEsteban Küber-19/+28
2024-12-04Point at generic param through which a const is used in a patternEsteban Küber-18/+35
2024-12-04Tweak ptr in pattern errorEsteban Küber-52/+104
2024-12-04Tweak unevaluated constant in pattern errorEsteban Küber-164/+25
2024-12-04On `const` pattern errors, point at the `const` item definitionEsteban Küber-10/+293
2024-12-04Fix suggestion when shorthand self has erroneous typeMichael Goulet-0/+64
2024-12-04Do not emit empty suggestionEsteban Küber-0/+76
2024-12-04Rollup merge of #133850 - oli-obk:push-xryukktpyooq, r=compiler-errorsMatthias Krüger-133/+44
2024-12-04Rollup merge of #133849 - Zalathar:replay, r=oli-obkMatthias Krüger-1440/+1443
2024-12-04Rollup merge of #133831 - BoxyUwU:ice_on_unfed_type_of, r=compiler-errorsMatthias Krüger-33/+6
2024-12-04Rollup merge of #133774 - dingxiangfei2009:translatable-coerce-pointee-errors...Matthias Krüger-7/+7
2024-12-04Rename `core_pattern_type` and `core_pattern_types` lib feature gates to `pa...Oli Scherer-60/+48
2024-12-04Add failing testMichael Goulet-0/+25
2024-12-04make CoercePointee errors translatableDing Xiang Fei-7/+7
2024-12-04Avoid `opaque type not constrained` errors in the presence of other errorsOli Scherer-133/+44
2024-12-04coverage: Add an extra "transcribe" step after counter creationZalathar-1437/+1438
2024-12-04coverage: Extract `subtracted_sum` in counter creationZalathar-4/+6
2024-12-04Rollup merge of #133798 - lcnr:nested-bodies-opaques, r=compiler-errorsMatthias Krüger-3/+62
2024-12-04Rollup merge of #133784 - dtolnay:visitspans, r=compiler-errorsMatthias Krüger-15/+1
2024-12-04Rollup merge of #133651 - scottmcm:nonnull-nonzero-no-field-projection, r=oli...Matthias Krüger-481/+525
2024-12-04Auto merge of #133818 - matthiaskrgr:rollup-iav1wq7, r=matthiaskrgrbors-127/+347
2024-12-04Add comment to testBoxy-1/+2
2024-12-03Don't try and handle unfed `type_of` on anon constsBoxy-32/+4
2024-12-03Rollup merge of #133768 - compiler-errors:gate, r=lcnr,jackh726Matthias Krüger-92/+290
2024-12-03Rollup merge of #133726 - joshtriplett:breakpoint, r=oli-obkMatthias Krüger-4/+18
2024-12-03Rollup merge of #133681 - RalfJung:niches, r=wesleywiserMatthias Krüger-31/+39
2024-12-03Update `NonZero` and `NonNull` to not field-project (per MCP807)Scott McMurray-481/+525
2024-12-03Remove generic_associated_types_extended feature gateMichael Goulet-92/+290
2024-12-03Rollup merge of #133796 - TDecking:borrowing-sub, r=tgross35Matthias Krüger-2/+23
2024-12-03Rollup merge of #133779 - BoxyUwU:array_const_arg_infer_hir_id, r=compiler-er...Matthias Krüger-0/+12
2024-12-03Rollup merge of #133762 - RalfJung:const-size-of-val, r=workingjubileeMatthias Krüger-5/+3
2024-12-03Rollup merge of #133753 - dingxiangfei2009:reduce-false-positive-if-let-resco...Matthias Krüger-38/+42
2024-12-03Rollup merge of #133558 - compiler-errors:structurally-resolve-probe-adt, r=lcnrMatthias Krüger-15/+15
2024-12-03Rollup merge of #132612 - compiler-errors:async-trait-bounds, r=lcnrMatthias Krüger-101/+134
2024-12-03closure-requirements: add regression testslcnr-3/+62