about summary refs log tree commit diff
path: root/src/test/ui/hrtb
AgeCommit message (Expand)AuthorLines
2022-08-13moveEllen-1365/+0
2022-08-10Rollup merge of #100098 - compiler-errors:field-suggestion-fixups, r=davidtwcoMatthias Krüger-8/+0
2022-08-08Adjust wordingMichael Goulet-9/+16
2022-08-07Implement special-cased projection error message for some common traitsMichael Goulet-2/+2
2022-08-03Don't suggest field method if it's just missing some boundsMichael Goulet-8/+0
2022-07-28Remove guess_head_span.Camille GILLOT-26/+16
2022-07-18Add regression test for #95230Yuki Okushi-0/+7
2022-07-08Auto merge of #98816 - estebank:implicit-sized, r=oli-obkbors-4/+4
2022-07-07Track implicit `Sized` obligations in type paramsEsteban Küber-4/+4
2022-07-07Shorten span for closures.Camille GILLOT-14/+14
2022-06-26compiletest: add issue number param to `known-bug`David Knaack-1/+1
2022-06-25Rollup merge of #98298 - TaKO8Ki:point-to-type-param-definition, r=compiler-e...Matthias Krüger-4/+4
2022-06-22point to type param definition when not finding variant, method and assoc typeTakayuki Maeda-4/+4
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