summary refs log tree commit diff
path: root/src/test/ui/hrtb
AgeCommit message (Expand)AuthorLines
2022-06-21Rollup merge of #98022 - compiler-errors:erroneous-borrowck-span, r=oli-obkYuki Okushi-1/+1
2022-06-19Make missing argument placeholder more obvious that it's a placeholderMichael Goulet-2/+2
2022-06-12Fix erroneous span for borrowck errorMichael Goulet-1/+1
2022-06-10Rollup merge of #97937 - TaKO8Ki:fix-typo-in-hrtb-just-for-static, r=Dylan-DPCYuki Okushi-1/+1
2022-06-10fix a typoTakayuki Maeda-1/+1
2022-06-03Fully stabilize NLLJack Huey-206/+38
2022-05-22Use revisions for NLL in hrtbJack Huey-71/+95
2022-05-22Use revisions for NLL in nllJack Huey-12/+0
2022-05-22Do leak check after function ptr coercionJack Huey-2/+2
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