summary refs log tree commit diff
path: root/src/test/ui/traits
AgeCommit message (Expand)AuthorLines
2022-06-07Remove arg_matrix.rs, bless testsMichael Goulet-24/+3
2022-05-13Rollup merge of #96989 - cjgillot:defpath-use, r=davidtwcoMatthias Krüger-2/+2
2022-05-12Bless tests.Camille GILLOT-2/+2
2022-05-12Auto merge of #96940 - TaKO8Ki:stop-suggesting-wrong-fully-qualified-path, r=...bors-0/+59
2022-05-11stop suggesting non-existing fully qualified pathsTakayuki Maeda-0/+59
2022-05-10Auto merge of #96715 - cjgillot:trait-alias-loop, r=compiler-errorsbors-11/+45
2022-05-09Point to the empty trait alias.Camille GILLOT-0/+9
2022-05-08Auto merge of #96155 - jackh726:param-heuristics-followup, r=estebankbors-2/+2
2022-05-06Resolve vars in note_type_errJack Huey-2/+2
2022-05-06suggest fully qualified path with appropriate paramsTakayuki Maeda-0/+85
2022-05-04Exit before fetching bounds on associated items.Camille GILLOT-0/+16
2022-05-04Only keep predicates on `Self` when checking `dyn TraitAlias`.Camille GILLOT-11/+20
2022-05-01Move some tests to more reasonable placesCaio-0/+76
2022-04-30Auto merge of #96347 - estebank:issue-96292, r=compiler-errorsbors-4/+61
2022-04-30Save colon span to suggest bounds.Camille GILLOT-2/+2
2022-04-30Bless tests.Camille GILLOT-4/+4
2022-04-25Replace suggest_constraining_param with suggest_restricting_param_boundWill Crichton-3/+3
2022-04-23Provide consistent output order for suggestionsEsteban Küber-8/+8
2022-04-23Use more targetted suggestion span for fully qualified pathEsteban Küber-20/+20
2022-04-23Erase type params when suggesting fully qualified pathEsteban Küber-0/+57
2022-04-21Move some tests to more reasonable directoriesCaio-0/+94
2022-04-17Auto merge of #96010 - eduardosm:Unique-on-top-of-NonNull, r=m-ou-se,tmiaskobors-1/+1
2022-04-16Implementation for 65853Jack Huey-5/+26
2022-04-14Update output of cycle-cache-err-60010 testEduardo Sánchez Muñoz-1/+1
2022-04-14Auto merge of #95315 - compiler-errors:pointee-fix, r=pnkfelixbors-0/+19
2022-04-13fix: wrong trait import suggestion for T:Bruno Felipe Francisco-0/+24
2022-04-12Compute a more precise span for opaque type implsOli Scherer-2/+2
2022-04-06don't report int/float ambiguity when we have previous errorsMichael Goulet-32/+29
2022-04-05Rollup merge of #95525 - ohno418:suggest-derivable-trait-E0277, r=compiler-er...Dylan DPC-0/+8
2022-04-05Suggest derivable trait on E0277ohno418-0/+8
2022-04-04Remove hack, fix fmt and testsEsteban Kuber-2/+0
2022-04-04Refer to the TraitRef::identity in the message to be clearerEsteban Kuber-3/+3
2022-04-04Dedup logic and improve output for other types that impl traitEsteban Kuber-10/+14
2022-04-04Suggest dereferncing when possible in E0277, fix #87437Esteban Kuber-3/+55
2022-04-04Fix #90970, doesn't address #87437Esteban Kuber-0/+35
2022-04-04Mention implementers of unsatisfied traitEsteban Kuber-15/+16
2022-03-30Auto merge of #94081 - oli-obk:lazy_tait_take_two, r=nikomatsakisbors-7/+7
2022-03-28Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk"Oli Scherer-7/+7
2022-03-27resolve: Simplify some diagnostic code to avoid an ICEVadim Petrochenkov-2/+24
2022-03-25when checking pointee metadata, canonicalize the Sized queryMichael Goulet-0/+19
2022-03-24Properly track `ImplObligation`sEsteban Kuber-1/+7
2022-03-15Auto merge of #92285 - compiler-errors:dyn-proj-bounds, r=nikomatsakisbors-11/+85
2022-03-14check all dyn obligations, actuallyMichael Goulet-11/+35
2022-03-14check Projection supertrait bounds when confirming dyn candidateMichael Goulet-0/+50
2022-03-03add tests for metadata for unsized generics and opaquesMichael Goulet-0/+62
2022-03-03opaque types may also be sizedMichael Goulet-3/+20
2022-03-03type parameters have unit metadata if they are sizedMichael Goulet-0/+12
2022-02-24better ObligationCause for normalization errors in can_type_implement_copyMichael Goulet-0/+39
2022-02-14Auto merge of #93652 - spastorino:fix-negative-overlap-check-regions, r=nikom...bors-4/+6
2022-02-14Properly check regions on negative overlap checkSantiago Pastorino-4/+6