summary refs log tree commit diff
path: root/src/test/ui/regions
AgeCommit message (Expand)AuthorLines
2022-08-31Fix a bunch of typoDezhi Wu-1/+1
2022-08-25use a minimized exampleTakayuki Maeda-31/+14
2022-08-24do not suggest adding a bound to a opaque typeTakayuki Maeda-0/+43
2022-08-22Auto merge of #100676 - lcnr:implied-bounds-yay, r=nikomatsakisbors-2/+18
2022-08-17ty::Error does not match other types for region constraintsMichael Goulet-0/+28
2022-08-17implied_bounds: clarify our assumptionslcnr-2/+18
2022-07-15provide `generic_param_scope` for region errorslcnr-34/+1
2022-07-14bless testsAli MJ Al-Nasrawy-21/+6
2022-07-14Make outlives::{components,verify} agreeAli MJ Al-Nasrawy-0/+77
2022-06-15tests H.R. `T: 'a` bounds proving themselvesNiko Matsakis-0/+41
2022-06-03Fully stabilize NLLJack Huey-2332/+196
2022-06-03Use the same message as type & const generics.Camille GILLOT-5/+5
2022-06-03Do not lower generic lifetime params when AST resolution emitted an error.Camille GILLOT-12/+2
2022-06-02Bless tests.Camille GILLOT-6/+17
2022-05-22Do leak check after function ptr coercionJack Huey-160/+41
2022-04-30Bless tests.Camille GILLOT-111/+227
2022-04-30Store all generic bounds as where predicates.Camille GILLOT-0/+36
2022-04-25Recover most `impl Trait` and `dyn Trait` lifetime bound suggestions under NLLmarmeladema-0/+50
2022-04-24Use revisions instead of nll compare mode for `/regions/` ui testsmarmeladema-470/+743
2022-04-24Bless testsmarmeladema-51/+65
2022-04-17Bless tests.Camille GILLOT-52/+65
2022-04-04Format invariance notes with backticksMichael Goulet-25/+25
2022-03-28Remove duplicated and unused test filesCaio-67/+0
2022-02-24Remove in-band lifetimesMichael Goulet-34/+0
2022-02-15Overhaul `RegionKind` and `Region`.Nicholas Nethercote-2/+2
2021-12-31Ensure that early-bound function lifetimes are always 'local'Aaron Hill-22/+16
2021-12-29Refactor variance diagnostics to work with more typesAaron Hill-0/+35
2021-12-11Auto merge of #91769 - estebank:type-trait-bound-span-2, r=oli-obkbors-6/+6
2021-12-11Tweak assoc type obligation spansEsteban Kuber-6/+6
2021-12-10fix tests after rebaseEsteban Kuber-2/+2
2021-12-10Tweak wordingEsteban Kuber-7/+7
2021-12-10Use a more accurate `Span` for `'static` obligation from return typeEsteban Kuber-10/+10
2021-12-10Point at return type when it introduces `'static` obligationEsteban Kuber-0/+37
2021-12-10Clean up visual output logicEsteban Kuber-6/+6
2021-11-30Remove all migrate.nll.stderr filesLucas Kent-125/+48
2021-11-20Point at source of trait bound obligations in more placesEsteban Kuber-2/+12
2021-11-18Move some tests to more reasonable directoriesCaio-0/+22
2021-11-17Rollup merge of #90667 - rukai:improve_static_lifetime_diagnostics, r=estebankMatthias Krüger-97/+72
2021-11-14Move some tests to more reasonable directoriesCaio-0/+117
2021-11-14Improve diagnostics when a static lifetime is expectedLucas Kent-97/+72
2021-11-06Move some tests to more reasonable directoriesCaio-0/+81
2021-10-15Bless testsCameron Steffen-1/+1
2021-10-13Remove textual span from diagnostic stringOli Scherer-85/+85
2021-10-05Note specific regions involved in 'borrowed data escapes' errorAaron Hill-10/+26
2021-10-03Don't suggest replacing region with 'static in NLLAaron Hill-34/+0
2021-09-30Auto merge of #89110 - Aaron1011:adjustment-span, r=estebankbors-6/+3
2021-09-26Remove box syntax from most places in src/test outside of the issues direst31-141/+172
2021-09-25Use larger span for adjustments on method callsAaron Hill-6/+3
2021-09-16Propagate coercion cause into `try_coerce`Aaron Hill-6/+6
2021-08-24Normalize associated types with bound varsJack Huey-14/+8