about summary refs log tree commit diff
path: root/src/test/ui/where-clauses
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-570/+0
2022-11-11Do not rename bound variables when verbose-printing binders.Camille GILLOT-3/+3
2022-09-30bless testsb-naber-3/+3
2022-09-27Do not overwrite binders for another HirId.Camille GILLOT-0/+61
2022-08-21Rework point-at-argMichael Goulet-6/+4
2022-06-03Fully stabilize NLLJack Huey-16/+1
2022-04-17Bless tests.Camille GILLOT-6/+27
2022-04-05Rollup merge of #95591 - jackh726:nll-revisions-1, r=oli-obkDylan DPC-2/+6
2022-04-05More nll revisionsJack Huey-2/+6
2022-04-05Suggest derivable trait on E0277ohno418-0/+8
2022-02-24Remove in-band lifetimesMichael Goulet-4/+0
2021-11-20Point at source of trait bound obligations in more placesEsteban Kuber-0/+12
2021-09-16Point at call span that introduced obligation for the argEsteban Kuber-3/+9
2021-08-18Auto merge of #86700 - lqd:matthews-nll-hrtb-errors, r=nikomatsakisbors-2/+5
2021-08-16Use note to point at bound introducing requirementEsteban Küber-9/+16
2021-08-15Report nicer errors for HRTB NLL errors from queriesMatthew Jasper-2/+5
2021-08-11Modify structured suggestion outputEsteban Küber-2/+2
2021-06-07Bless ui/where-clauses/where-for-self.rs testFabian Wolff-0/+1
2021-03-31give full path of constraint in suggest_constraining_type_paramhi-rustin-4/+4
2021-02-10Keep existing names of regions in placeholder_errorMatthew Jasper-2/+2
2021-02-09Remove unnecessary note on errorsMatthew Jasper-7/+2
2020-09-02pretty: trim paths of unique symbolsDan Aloni-16/+16
2020-07-10Tweak wordingYuki Okushi-2/+2
2020-07-10Add a help to use `in_band_lifetimes` in nightlyYuki Okushi-0/+4
2020-06-22fix subtle bug in NLL type checkerNiko Matsakis-0/+8
2020-06-22remove snapshot calls from "match" operations during selectNiko Matsakis-14/+15
2020-06-22Revert "modify leak-check to track only outgoing edges from placeholders"Niko Matsakis-10/+11
2020-06-22modify leak-check to track only outgoing edges from placeholdersNiko Matsakis-11/+10
2020-06-20Correctly handle binders inside trait predicatesMatthew Jasper-8/+1
2020-04-18Add label to item source of bound obligationEsteban Küber-1/+1
2020-04-08Small tweaks to required bound spanEsteban Küber-3/+3
2020-03-29Tweak `suggest_constraining_type_param`Esteban Küber-8/+6
2020-02-11Auto merge of #68929 - matprec:consistent-issue-references, r=Dylan-DPCbors-2/+2
2020-02-09--bless --compare-mode=nllMatthias Prechtl-2/+2
2020-02-09Improve reporting errors and suggestions for trait boundsPatryk Wychowaniec-6/+12
2020-01-19When encountering an undefined named lifetime, point to where it can beEsteban Küber-0/+6
2019-12-24Handle more specific case E0222Esteban Küber-2/+2
2019-12-23Add the full issue reference to equality constraints in `where` clausesvarkor-4/+8
2019-10-15Handle more cases involving `impl` and `trait`Esteban Küber-4/+6
2019-09-22On obligation errors point at the unfulfilled binding when possibleEsteban Küber-9/+9
2019-09-19When possible point at argument causing item obligation failureEsteban Küber-6/+6
2019-08-31Use span label instead of note for cause in E0631Esteban Küber-25/+16
2019-07-27tests: Move run-pass tests with naming conflicts to uiVadim Petrochenkov-0/+23
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-0/+159
2019-05-29Update ui test suite to use dynmemoryruins-12/+12
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-3/+1
2019-03-11Update testsVadim Petrochenkov-1/+1
2019-02-21update test files to reflect new outputNiko Matsakis-7/+14
2019-01-28Refer to synthetically named lifetimes as "some specific lifetime" rather tha...Rémy Rakic-1/+1
2019-01-27Update test expectations for new placeholder error messagesRemy Rakic-2/+2