summary refs log tree commit diff
path: root/src/test/ui/hrtb
AgeCommit message (Expand)AuthorLines
2022-06-07Remove arg_matrix.rs, bless testsMichael Goulet-5/+3
2022-05-06Link to correct issue in issue-95034 testAli MJ Al-Nasrawy-0/+2
2022-04-24suggestion if struct field has methodMichael Goulet-0/+16
2022-04-16Implementation for 65853Jack Huey-3/+5
2022-04-08Rollup merge of #95102 - compiler-errors:issue-94034-bug, r=jackh726Dylan DPC-0/+97
2022-03-23Add known-bug for #94034Michael Goulet-0/+97
2022-03-24Properly track `ImplObligation`sEsteban Kuber-16/+16
2021-12-11Tweak assoc type obligation spansEsteban Kuber-1/+6
2021-11-30Remove all migrate.nll.stderr filesLucas Kent-30/+29
2021-11-20Point at `impl` blocks when they introduce unmet obligationsEsteban Kuber-28/+32
2021-11-20Point at source of trait bound obligations in more placesEsteban Kuber-5/+21
2021-11-04Erase regions within `vtable_trait_first_method_offset`.Charles Lew-0/+32
2021-10-25fix(rustc_typeck): report function argument errors on matching typeMichael Howell-4/+10
2021-10-03Don't suggest replacing region with 'static in NLLAaron Hill-4/+0
2021-09-25Use larger span for adjustments on method callsAaron Hill-2/+2
2021-09-16Point at call span that introduced obligation for the argEsteban Kuber-3/+9
2021-09-09In relate_tys, when creating new universes, insert missing universes as otherjackh726-0/+35
2021-08-26Rollup merge of #88270 - lqd:hrtb-type-ascription, r=nikomatsakisManish Goregaokar-18/+5
2021-08-24Normalize associated types with bound varsJack Huey-3/+3
2021-08-24Update NLL HRTB type ascription blessed expectationsRémy Rakic-18/+5
2021-08-22Fix typos “a”→“an”Frank Steffahn-2/+2
2021-08-18Auto merge of #86700 - lqd:matthews-nll-hrtb-errors, r=nikomatsakisbors-16/+41
2021-08-18Auto merge of #87738 - lqd:polonius-master, r=nikomatsakisbors-17/+19
2021-08-16Use note to point at bound introducing requirementEsteban Küber-11/+17
2021-08-15Report nicer errors for HRTB NLL errors from queriesMatthew Jasper-14/+35
2021-08-15Report mismatched type errors for bound region errors in NLLMatthew Jasper-2/+6
2021-08-11Modify structured suggestion outputEsteban Küber-3/+3
2021-08-03bless `hrtb-perfect-forwarding` under poloniusRémy Rakic-17/+19
2021-04-06Point at `impl` and type defs introducing requirements on E0277Esteban Küber-1/+5
2021-03-31Add var to BoundRegion. Add query to get bound vars for applicable items.Jack Huey-2/+10
2021-03-31Track bound varsJack Huey-0/+20
2021-02-10Keep existing names of regions in placeholder_errorMatthew Jasper-3/+3
2021-02-09Report "nice" placeholder errors more oftenMatthew Jasper-69/+49
2021-02-09Avoid repeating self type in placeholder errorMatthew Jasper-4/+4
2021-02-09Remove unnecessary note on errorsMatthew Jasper-36/+6
2021-01-26Avoid describing a method as 'not found' when bounds are unsatisfiedAaron Hill-16/+16
2021-01-12Provide more information for HRTB lifetime errors involving closuresEsteban Küber-2/+22
2020-10-15ensure arguments are included in count mismatch spanAndy Russell-10/+10
2020-09-02pretty: trim paths of unique symbolsDan Aloni-3/+3
2020-08-22Use smaller def span for functionsAaron Hill-2/+1
2020-06-22fix subtle bug in NLL type checkerNiko Matsakis-0/+70
2020-06-22remove snapshot calls from "match" operations during selectNiko Matsakis-69/+56
2020-06-22move leak-check to during coherence, candidate evalNiko Matsakis-111/+144
2020-06-22rewrite leak check to be based on universesNiko Matsakis-21/+2
2020-06-22Revert "modify leak-check to track only outgoing edges from placeholders"Niko Matsakis-36/+48
2020-06-22modify leak-check to track only outgoing edges from placeholdersNiko Matsakis-48/+36
2020-05-02On type mismatch involving associated type, suggest constraintEsteban Küber-1/+1
2020-04-30Rollup merge of #70950 - nikomatsakis:leak-check-nll-2, r=matthewjasperDylan DPC-1/+1
2020-04-18Add label to item source of bound obligationEsteban Küber-9/+9
2020-04-16reserve variable for empty root regionNiko Matsakis-1/+1