about summary refs log tree commit diff
path: root/src/test/ui/nll/ty-outlives
AgeCommit message (Expand)AuthorLines
2021-10-03Don't suggest replacing region with 'static in NLLAaron Hill-16/+0
2021-08-11Modify structured suggestion outputEsteban Küber-1/+1
2021-07-31Point at unmet explicit lifetime obligation boundEsteban Küber-2/+12
2021-03-31Add var to BoundRegion. Add query to get bound vars for applicable items.Jack Huey-2/+2
2020-12-18Make BoundRegion have a kind of BoungRegionKindJack Huey-2/+2
2020-10-06Update to chalk 0.31. Implement some unimplemented. Ignore some tests in comp...Jack Huey-0/+1
2020-09-25Move from {{closure}}#0 syntax to {closure#0} for (def) path componentsmarmeladema-33/+33
2020-09-02pretty: trim paths of unique symbolsDan Aloni-12/+12
2020-05-30Tweak type parameter errors to reduce verbosityEsteban Küber-10/+2
2020-03-24Rollup merge of #70277 - matthewjasper:remove-closurebound, r=nikomatsakisMazdak Farrokhzad-14/+14
2020-03-23Remove `ReClosureBound`Matthew Jasper-14/+14
2020-03-21rustc: keep upvars tupled in {Closure,Generator}Substs.Eduard-Mihai Burtescu-0/+33
2020-02-06don't mention specific region numbers in the ~ERROR messageNiko Matsakis-2/+2
2020-01-25Use better bound names in `-Zverbose` modeEsteban Küber-15/+15
2020-01-23Use check-pass mode for nll testsTomasz Miąsko-5/+5
2020-01-12Diagnostics should start lowercasevarkor-66/+66
2019-12-06Auto merge of #66911 - eddyb:nicer-rustc_regions, r=matthewjasperbors-269/+66
2019-11-30rustc_mir: use nicer path printing for #[rustc_regions] NLL tests.Eduard-Mihai Burtescu-269/+66
2019-11-30rustc: don't just show raw DefIndex's in BrNamed's fmt::Debug impl.Eduard-Mihai Burtescu-7/+7
2019-11-18Auto merge of #58281 - mark-i-m:synthesis, r=estebankbors-0/+26
2019-11-07Rollup merge of #66087 - tmiasko:ui-mode, r=CentrilMazdak Farrokhzad-3/+3
2019-11-05rustc: remove "GlobalMetaData" dead code from hir::map::definitions.Eduard-Mihai Burtescu-71/+71
2019-11-04Use check-pass in ui tests where appropriateTomasz Miąsko-3/+3
2019-10-27update testsMark Mansi-39/+13
2019-10-27implement outlive suggestionsMark Mansi-0/+52
2019-10-24Increase spacing for suggestions in diagnosticsEsteban Küber-0/+1
2019-07-05Rollup merge of #62133 - petrochenkov:norustc, r=eddybMazdak Farrokhzad-11/+2
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-8/+8
2019-06-30Make sure `#[rustc_doc_only_macro]` and other rustc attributes are registeredVadim Petrochenkov-11/+2
2019-05-12Remove feature(nll) when compare mode is sufficientMatthew Jasper-54/+19
2019-05-12Change compare mode to use -Zborrowck=mirMatthew Jasper-0/+11
2019-05-09cleanup: Remove `DefIndexAddressSpace`Vadim Petrochenkov-73/+73
2019-04-22Remove double trailing newlinesvarkor-2/+0
2019-04-05Include trailing comma in multiline Debug representationDavid Tolnay-66/+66
2019-03-31Suggest using anonymous lifetime in `impl Trait` return without hacksEsteban Küber-4/+4
2019-03-11Update testsVadim Petrochenkov-26/+26
2019-01-19Handle lifetime annotations in unreachable codeMatthew Jasper-2/+129
2019-01-17Update testsMark Mansi-7/+7
2018-12-25Remove licensesMark Rousskov-252/+92
2018-11-18remove "approx env bounds" if we already know from traitNiko Matsakis-0/+37
2018-10-17Update output for borrowck=migrate compare mode.David Wood-11/+0
2018-10-06Improve closure region bound errorsMatthew Jasper-8/+8
2018-09-26pacify the mercilous tidy.Niko Matsakis-3/+15
2018-09-26update tests and add stderr filesNiko Matsakis-81/+72
2018-09-26make NLL handle `IfEq` bounds by using SCC normalizationNiko Matsakis-0/+510
2018-09-26use approx. bounds to decide whether to add outlives obligationsNiko Matsakis-29/+14
2018-09-19Update ui testsMatthew Jasper-46/+46
2018-09-07print less info to stabilize testsNiko Matsakis-6/+8
2018-09-07move `annotate` onto a method of `UniversalRegions`Niko Matsakis-0/+6
2018-09-06Fix testsWesley Wiser-42/+42