about summary refs log tree commit diff
path: root/src/test/ui/hrtb
AgeCommit message (Expand)AuthorLines
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
2019-11-21Point at type in `let` assignment on type errorsEsteban Küber-1/+3
2019-11-21Auto merge of #66389 - estebank:type-err-labels, r=petrochenkovbors-6/+4
2019-11-18Remove E0308 note when primary label has all infoEsteban Küber-2/+0
2019-11-18Specific labels when referring to "expected" and "found" typesEsteban Küber-6/+6
2019-10-27update testsMark Mansi-0/+2
2019-10-15Use structured suggestion for restricting boundsEsteban Küber-6/+9
2019-10-04Rollup merge of #64749 - matthewjasper:liveness-opt, r=nikomatsakisMazdak Farrokhzad-4/+9
2019-10-02Make lifetimes in constants live at the point of useMatthew Jasper-4/+9
2019-10-01Fixup testsAaron Hill-4/+11
2019-10-01Improve HRTB error span when -Zno-leak-check is usedAaron Hill-0/+1
2019-09-22Point at type param when it's cause of unfulfilled obligationEsteban Küber-14/+14
2019-09-22Fix rebaseEsteban Küber-5/+2
2019-09-22On obligation errors point at the unfulfilled binding when possibleEsteban Küber-72/+58
2019-09-21Rollup merge of #63907 - estebank:assoc-type-mismatch, r=oli-obkMazdak Farrokhzad-0/+2
2019-09-19When possible point at argument causing item obligation failureEsteban Küber-6/+6
2019-09-18Add explanation to type mismatch involving type params and assoc typesEsteban Küber-0/+2