about summary refs log tree commit diff
path: root/tests/ui/traits
AgeCommit message (Expand)AuthorLines
2023-11-05Use the actual computed crate name for -Zprint-vtable-sizesbjorn3-11/+11
2023-11-03Auto merge of #116439 - compiler-errors:on-unimplemented, r=davidtwcobors-21/+21
2023-11-02Pretty print Fn traits in rustc_on_unimplementedMichael Goulet-21/+21
2023-11-02Use the normalizing param-env always in check_type_boundsMichael Goulet-20/+6
2023-10-30Auto merge of #116405 - estebank:issue-103155, r=davidtwcobors-5/+30
2023-10-30Add testEsteban Küber-0/+25
2023-10-30Detect object safety errors when assoc type is missingEsteban Küber-5/+5
2023-10-30Auto merge of #117415 - matthiaskrgr:rollup-jr2p1t2, r=matthiaskrgrbors-12/+9
2023-10-30Detect when trait is implemented for type and suggest importing itEsteban Küber-12/+9
2023-10-30Rollup merge of #117132 - estebank:issue-80194, r=petrochenkovGuillaume Gomez-0/+17
2023-10-29On object safety error, mention new enum as alternativeEsteban Küber-0/+17
2023-10-27Allows `#[diagnostic::on_unimplemented]` attributes to have multipleGeorg Semmler-0/+2
2023-10-25Rollup merge of #116553 - gurry:116464-assoc-type-invalid-suggestion, r=compi...Matthias Krüger-0/+152
2023-10-25Work around the fact that `check_mod_type_wf` may spuriously return `ErrorGua...Oli Scherer-5/+29
2023-10-25Do not suggest 'Trait<Assoc=arg>' when in trait implGurinder Singh-0/+152
2023-10-20Rename lots of files that had `generator` in their nameOli Scherer-10/+10
2023-10-20s/generator/coroutine/Oli Scherer-20/+20
2023-10-20s/Generator/Coroutine/Oli Scherer-12/+12
2023-10-18Tweak wording of type errors involving type paramsEsteban Küber-2/+2
2023-10-17Unify suggestion wordingEsteban Küber-2/+2
2023-10-16Rollup merge of #116257 - estebank:issue-101351, r=b-naberMatthias Krüger-2/+2
2023-10-15Suggest adding `return` if the type of unused semi return value can coerce to...yukang-6/+6
2023-10-13Stabilize AFIT and RPITITMichael Goulet-4/+0
2023-10-13Tweak wordingEsteban Küber-2/+2
2023-10-11Rollup merge of #116436 - compiler-errors:structurally-normalize-for-closure,...Matthias Krüger-0/+23
2023-10-09Extend impl's def_span to include where clausesMichael Goulet-6/+10
2023-10-06Auto merge of #114811 - estebank:impl-ambiguity, r=wesleywiserbors-191/+114
2023-10-06Fix windows test that has different stderr outputEsteban Küber-7/+8
2023-10-05Auto merge of #116417 - ouz-a:trait_type_detective, r=compiler-errorsbors-0/+21
2023-10-05remove is global hackOğuz Ağcayazı-0/+21
2023-10-05Add a note to duplicate diagnosticsAlex Macleod-0/+3
2023-10-05Also closuresMichael Goulet-0/+12
2023-10-05Structurally normalize async fn return type in deduce_future_output_from_obli...Michael Goulet-0/+11
2023-10-04Fix test on WASM target by making ambiguity pruning more agressiveEsteban Küber-2/+0
2023-10-04Reorder fullfillment errors to keep more interesting ones firstEsteban Küber-184/+108
2023-10-03Rollup merge of #116379 - fmease:opaq-hid-inf-bnds-non-lt-bndrs, r=compiler-e...Matthias Krüger-0/+27
2023-10-03non_lifetime_binders: fix ICE in lint opaque-hidden-inferred-boundLeón Orell Valerian Liehr-0/+27
2023-10-02Point out the actual mismatch errorMichael Goulet-0/+1
2023-09-29Auto merge of #115843 - lcnr:bb-provisional-cache, r=compiler-errorsbors-2/+78
2023-09-23Bless tests.Camille GILLOT-4/+3
2023-09-21adjust how closure/generator types and rvalues are printedRalf Jung-11/+11
2023-09-21update testslcnr-0/+8
2023-09-20Auto merge of #115486 - compiler-errors:dont-capture-late-pls, r=cjgillotbors-4/+4
2023-09-18remove provisional cachelcnr-2/+78
2023-09-15Canonicalize effect vars in new solverMichael Goulet-0/+22
2023-09-10Point out if a local trait has no implementationsMichael Goulet-0/+90
2023-09-07Ensure that dyn trait bounds stay sortedMichael Goulet-7/+7
2023-09-07Rename folder typoMichael Goulet-0/+0
2023-09-07Don't suggest dereferencing to unsized typeMichael Goulet-0/+37
2023-09-05Correctly deny late-bound lifetimes from parent in anon consts and TAITsMichael Goulet-4/+4