summary refs log tree commit diff
path: root/tests/ui/const-generics/issues
AgeCommit message (Expand)AuthorLines
2024-03-11Remove some unnecessary allow(incomplete_features)Michael Goulet-1/+0
2024-03-08Auto merge of #122078 - gurry:121443-ice-layout-is-sized-alt, r=oli-obkbors-2/+27
2024-03-07Merge `check_mod_impl_wf` and `check_mod_type_wf`Oli Scherer-7/+38
2024-03-06Check that return type is WF in typeckGurinder Singh-2/+27
2024-02-19Always evaluate free constants and statics, even if previous errors occurredOli Scherer-12/+2
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-79/+79
2024-02-14Use the correct char type on all platformsOli Scherer-9/+8
2024-02-14Continue compilation after check_mod_type_wf errorsOli Scherer-2/+13
2024-02-08Continue to borrowck even if there were previous errorsOli Scherer-2/+27
2024-02-07Update testsr0cky-1/+11
2024-02-04Rollup merge of #120556 - fmease:improve-unused-generic-param-diags, r=oli-obkMatthias Krüger-12/+12
2024-02-01Improve the diagnostics for unused generic parametersLeón Orell Valerian Liehr-12/+12
2024-01-30Provide more context on derived obligation error primary labelEsteban Küber-2/+2
2024-01-30Rollup merge of #120293 - estebank:issue-102629, r=nnethercoteGuillaume Gomez-1/+1
2024-01-26Auto merge of #116167 - RalfJung:structural-eq, r=lcnrbors-17/+5
2024-01-24remove StructuralEq traitRalf Jung-17/+5
2024-01-24Deduplicate more sized errors on call exprsEsteban Küber-1/+1
2024-01-24Remove extra # from urlest31-2/+2
2024-01-21Suggest arry::from_fn for array initializationyukang-0/+4
2024-01-11Silence follow up errors if astconv already erroredOli Scherer-34/+7
2024-01-02Reorder `check_item_type` diagnostics so they occur next to the corresponding...Oli Scherer-2/+43
2023-11-30generic_const_exprs: suggest to add the feature, not use itRalf Jung-10/+10
2023-11-24Show number in error message even for one errorNilstrieb-44/+44
2023-10-18Tweak wording of type errors involving type paramsEsteban Küber-1/+1
2023-10-16Normalize alloc-id in tests.Camille GILLOT-1/+1
2023-10-06Auto merge of #114811 - estebank:impl-ambiguity, r=wesleywiserbors-3/+12
2023-10-05Add a note to duplicate diagnosticsAlex Macleod-0/+4
2023-10-04Reorder fullfillment errors to keep more interesting ones firstEsteban Küber-3/+12
2023-09-28make adt_const_params feature suggestion more consistent with others and only...asquared31415-17/+27
2023-09-10Point out if a local trait has no implementationsMichael Goulet-0/+5
2023-08-23Improve note for the invalid_reference_casting lintUrgau-0/+1
2023-07-29Adjust some tests for invalid_reference_casting improvementsUrgau-3/+3
2023-07-29Revert "Temporarily switch invalid_reference_casting lint to allow-by-default"Urgau-2/+11
2023-07-29Auto merge of #113422 - Urgau:cast_ref_to_mut-pre-beta, r=Nilstriebbors-11/+2
2023-07-18moved note as unspanned note, moved note to the bottom of the msgnxya-5/+1
2023-07-18added links as a notenxya-1/+1
2023-07-18add links to query documentation for E0391nxya-1/+1
2023-07-18added links as a notenxya-1/+6
2023-07-18add links to query documentation for E0391nxya-1/+1
2023-07-13Temporarily switch invalid_reference_casting lint to allow-by-defaultUrgau-11/+2
2023-07-13Rename cast_ref_to_mut lint to invalid_reference_castingUrgau-1/+1
2023-07-10Do not set up wrong span for adjustmentsMichael Goulet-1/+1
2023-06-27Don't sort strings right after we just sorted by typesMichael Goulet-6/+6
2023-06-12Adjust UI tests for `unit_bindings`许杰友 Jieyou Xu (Joe)-1/+1
2023-06-01Implement custom diagnostic for ConstParamTyMichael Goulet-46/+47
2023-05-31Adjust tests for newly uplifted cast_ref_to_mut lintUrgau-2/+11
2023-05-09Rollup merge of #111215 - BoxyUwU:resolve_anon_consts_differently, r=cjgillotMatthias Krüger-45/+35
2023-05-05improve diagnostics and bless testsBoxy-45/+35
2023-05-05Stabilize const_ptr_readbors-1/+1
2023-04-12Special-case item attributes in the suggestion outputEsteban Küber-4/+0