about summary refs log tree commit diff
path: root/tests/ui/const-generics/issues
AgeCommit message (Expand)AuthorLines
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
2023-04-12Tweak output for 'add line' suggestionEsteban Küber-4/+8
2023-03-01Add regression test for #105821Yuki Okushi-0/+23
2023-02-23diagnostics: remove inconsistent English article "this" from E0107Michael Howell-2/+2
2023-02-21Specify what 'this' actually isMichael Goulet-8/+8
2023-02-16Remove save-analysis.Nicholas Nethercote-5/+4
2023-02-09Introduce `ReError`Esteban Küber-2/+2
2023-01-30Modify primary span label for E0308Esteban Küber-1/+1
2023-01-19Fix known-bug, silence ICE stderrMichael Goulet-3/+1
2023-01-18defer array len printing to const arg printingBoxy-12/+12
2023-01-17Rollup merge of #101698 - raldone01:feat/const_cmp_typeid, r=scottmcmDylan DPC-21/+16
2023-01-16Constify `TypeId` ordering implsonestacked-21/+16
2023-01-16Properly pluralize 'generic constants'Michael Goulet-4/+4
2023-01-11Move /src/test to /testsAlbert Larsan-0/+3057