about summary refs log tree commit diff
path: root/src/test/ui/traits
AgeCommit message (Expand)AuthorLines
2021-12-10Point at return type when it introduces `'static` obligationEsteban Kuber-0/+32
2021-12-10Clean up visual output logicEsteban Kuber-9/+9
2021-12-10Point at capture points for non-`'static` reference crossing a `yield` pointEsteban Kuber-2/+64
2021-12-04Use multipart suggestions.Camille GILLOT-1/+6
2021-12-03Add test case that evals to `EvaluatedToOkModuloRegions`Wesley Wiser-1/+32
2021-12-03Add test with `#[rustc_evaluate_where_clauses]`Wesley Wiser-0/+150
2021-11-28Fix incorrect usage of `EvaluatedToOk` when evaluating `TypeOutlives`Aaron Hill-0/+77
2021-11-20Align multiline messages to their label (add left margin)Esteban Kuber-148/+148
2021-11-20Do not mention associated items when they introduce an obligationEsteban Kuber-93/+0
2021-11-20Point at source of trait bound obligations in more placesEsteban Kuber-21/+73
2021-11-18Move some tests to more reasonable directoriesCaio-0/+132
2021-11-16Rollup merge of #90819 - JakobDegen:issue-90804, r=petrochenkovYuki Okushi-9/+3
2021-11-14Move some tests to more reasonable directoriesCaio-0/+409
2021-11-13Fix handling of substitutions and binders when deciding whether to suggest re...Jakob Degen-9/+3
2021-11-10no overlap errors after failing the orphan checklcnr-14/+14
2021-11-06Move some tests to more reasonable directoriesCaio-0/+248
2021-10-28Add test casesIlya Yanok-0/+41
2021-10-25fix(rustc_typeck): report function argument errors on matching typeMichael Howell-3/+3
2021-10-24Always sort suggestions before emitting themEsteban Kuber-2/+2
2021-10-24Point at overlapping impls when type annotations are neededEsteban Kuber-15/+117
2021-10-23Auto merge of #90104 - spastorino:coherence-for-negative-trait, r=nikomatsakisbors-22/+13
2021-10-22nice_region_error: Include lifetime placeholders in error outputMichael Howell-8/+8
2021-10-20Only assemble_candidates_from_impls for polarity NegativeSantiago Pastorino-22/+13
2021-10-13Auto merge of #89555 - oli-obk:nll_member_constraint_diag, r=estebankbors-10/+10
2021-10-13Remove textual span from diagnostic stringOli Scherer-10/+10
2021-10-12add some more testcasesMarcel Hellwig-0/+136
2021-10-07Rollup merge of #89461 - crlf0710:dyn_upcasting_lint, r=nikomatsakisGuillaume Gomez-0/+41
2021-10-04Rollup merge of #89494 - FabianWolff:issue-84075, r=davidtwcoJubilee-4/+4
2021-10-04Rollup merge of #89483 - hkmatsumoto:patch-diagnostics-2, r=estebankJubilee-36/+36
2021-10-03Deny `where` clauses on `auto` traitsFabian Wolff-4/+4
2021-10-03Practice diagnostic message conventionHirochika Matsumoto-36/+36
2021-10-03Add `deref_into_dyn_supertrait` lint.Charles Lew-0/+41
2021-10-02Consistently use 'supertrait'.Bruce Mitchener-61/+61
2021-09-30add regression test for issue 89119Rémy Rakic-0/+71
2021-09-28Improve help for recursion limit errorsRoss MacArthur-1/+1
2021-09-27Auto merge of #89263 - TaKO8Ki:suggest-both-immutable-and-mutable-trait-imple...bors-8/+14
2021-09-27better suggestionsTakayuki Maeda-6/+8
2021-09-26fix the relevant testsTakayuki Maeda-4/+8
2021-09-26Remove box syntax from most places in src/test outside of the issues direst31-33/+40
2021-09-17Rollup merge of #88883 - c410-f3r:tests, r=petrochenkovYuki Okushi-0/+103
2021-09-16Auto merge of #88719 - estebank:point-at-arg-for-obligation, r=nagisabors-33/+60
2021-09-16Remove unnecessary labelEsteban Kuber-4/+1
2021-09-16Point at call span that introduced obligation for the argEsteban Kuber-32/+62
2021-09-16Refactor `FulfillmentError` to track less dataEsteban Kuber-2/+2
2021-09-15Move some tests to more reasonable directoriesCaio-0/+103
2021-09-15Move object safety suggestions to the end of the errorEsteban Kuber-7/+7
2021-09-13Auto merge of #87915 - estebank:fancy-spans, r=oli-obkbors-1/+1
2021-09-05Stop allocating vtable entries for non-object-safe methodsGary Guo-4/+41
2021-09-02Report cycle error using 'deepest' obligation in the cycleAaron Hill-12/+30
2021-09-02Preserve most sub-obligations in the projection cacheAaron Hill-27/+9