about summary refs log tree commit diff
path: root/src/test/ui/hrtb
AgeCommit message (Expand)AuthorLines
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
2020-04-11rustc: Add a warning count upon completionRoccoDev-1/+1
2020-04-08Small tweaks to required bound spanEsteban Küber-1/+1
2020-03-30Rollup merge of #70546 - lqd:polonius_update, r=nikomatsakisDylan DPC-1/+2
2020-03-30bless output of ui test hrtb/hrtb-perfect-forwarding.rsRemy Rakic-1/+2
2020-03-29Tweak `suggest_constraining_type_param`Esteban Küber-12/+9
2020-02-20Rollup merge of #68877 - estebank:point-at-params, r=petrochenkovMazdak Farrokhzad-3/+5
2020-02-11On mismatched argument count point at argumentsEsteban Küber-3/+5
2020-02-09Improve reporting errors and suggestions for trait boundsPatryk Wychowaniec-9/+18
2020-01-09Address review comments + Update NLL testsVadim Petrochenkov-1/+2
2020-01-09Update testsVadim Petrochenkov-4/+55
2019-12-23Refactor region error handling to be done by mirborrowckctxMark Mansi-6/+6
2019-12-06bless polonius output of test hrtb-perfect-forwarding.rsRemy Rakic-0/+68
2019-11-28Deduplicate type param constraint suggestion codeEsteban Küber-3/+3