about summary refs log tree commit diff
path: root/src/test/ui/nll/closure-requirements
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-1387/+0
2022-11-11Do not rename bound variables when verbose-printing binders.Camille GILLOT-13/+13
2022-11-05use spans in TypeTest rather than mir::LocationAli MJ Al-Nasrawy-12/+4
2022-10-27Revert "Make ClosureOutlivesRequirement not rely on an unresolved type"Michael Goulet-7/+8
2022-10-19Make ClosureOutlivesRequirement not rely on an unresolved typeMichael Goulet-8/+7
2022-09-26address reviewb-naber-13/+13
2022-09-26bless testsb-naber-6/+6
2022-09-13Use def_span for external requirements.Camille GILLOT-209/+60
2022-09-13Use tcx.hir() utils for spans in MIR building.Camille GILLOT-29/+87
2022-09-08Remove ReEmptyJack Huey-2/+2
2022-07-07Shorten span for closures.Camille GILLOT-87/+29
2022-06-16 fix one more case of trailing spaceklensy-3/+3
2022-06-03Fully stabilize NLLJack Huey-19/+19
2022-05-25update testsb-naber-7/+8
2022-04-30Bless tests.Camille GILLOT-3/+5
2022-04-24Recover missing suggestion part under NLLmarmeladema-1/+1
2022-04-24Improve span for `consider adding an explicit lifetime bound` suggestions und...marmeladema-2/+3
2022-04-04Format invariance notes with backticksMichael Goulet-4/+4
2021-12-29Refactor variance diagnostics to work with more typesAaron Hill-0/+8
2021-11-14Improve diagnostics when a static lifetime is expectedLucas Kent-4/+5
2021-10-05Note specific regions involved in 'borrowed data escapes' errorAaron Hill-4/+14
2021-10-03Don't suggest replacing region with 'static in NLLAaron Hill-6/+0
2021-05-12Don't suggest adding `'static` lifetime to argumentsAaron Hill-2/+0
2021-03-31Add var to BoundRegion. Add query to get bound vars for applicable items.Jack Huey-13/+13
2021-02-02Rollup merge of #81634 - jesusprubio:jesusprubio/add-long-explanation-e0521, ...Jack Huey-1/+4
2021-02-01Process mentioned upvars for analysis first pass after ExprUseVisitorAman Arora-6/+6
2021-02-01Update ui testsJesus Rubio-1/+4
2020-12-18Make BoundRegion have a kind of BoungRegionKindJack Huey-13/+13
2020-09-25Move from {{closure}}#0 syntax to {closure#0} for (def) path componentsmarmeladema-17/+17
2020-09-02pretty: trim paths of unique symbolsDan Aloni-6/+6
2020-03-21rustc: keep upvars tupled in {Closure,Generator}Substs.Eduard-Mihai Burtescu-6/+17
2020-01-31Auto merge of #68080 - varkor:declared-here, r=petrochenkovbors-1/+1
2020-01-25Use better bound names in `-Zverbose` modeEsteban Küber-1/+1
2020-01-24Normalise diagnostics with respect to "the X is declared/defined here"varkor-1/+1
2020-01-23Use check-pass mode for nll testsTomasz Miąsko-1/+1
2020-01-12Diagnostics should start lowercasevarkor-33/+33
2019-12-06Auto merge of #66911 - eddyb:nicer-rustc_regions, r=matthewjasperbors-38/+33
2019-11-30rustc_mir: use nicer path printing for #[rustc_regions] NLL tests.Eduard-Mihai Burtescu-38/+33
2019-11-30rustc: don't just show raw DefIndex's in BrNamed's fmt::Debug impl.Eduard-Mihai Burtescu-13/+13
2019-11-18Auto merge of #58281 - mark-i-m:synthesis, r=estebankbors-0/+12
2019-11-07Rollup merge of #66087 - tmiasko:ui-mode, r=CentrilMazdak Farrokhzad-1/+1
2019-11-05rustc: remove "GlobalMetaData" dead code from hir::map::definitions.Eduard-Mihai Burtescu-33/+33
2019-11-04Use check-pass in ui tests where appropriateTomasz Miąsko-1/+1
2019-10-27update testsMark Mansi-18/+6
2019-10-27implement outlive suggestionsMark Mansi-0/+24
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-2/+2
2019-06-16compiletest: Remove `skip-codegen`Vadim Petrochenkov-3/+2
2019-06-01rustc: collect upvars from HIR, instead of during name resolution.Eduard-Mihai Burtescu-9/+9
2019-05-12Remove feature(nll) when compare mode is sufficientMatthew Jasper-7/+1
2019-05-09Rollup merge of #60648 - petrochenkov:shorten2, r=Dylan-DPCMazdak Farrokhzad-2/+1