about summary refs log tree commit diff
path: root/src/test/ui/regions
AgeCommit message (Expand)AuthorLines
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
2021-08-18Auto merge of #86700 - lqd:matthews-nll-hrtb-errors, r=nikomatsakisbors-16/+44
2021-08-18Auto merge of #87738 - lqd:polonius-master, r=nikomatsakisbors-6/+102
2021-08-15Report mismatched type errors for bound region errors in NLLMatthew Jasper-16/+44
2021-08-11Modify structured suggestion outputEsteban Küber-49/+49
2021-08-03restructure issue-78262 to test poloniusRémy Rakic-6/+20
2021-08-03bless region-multiple-lifetime-bounds-on-fns-where-clause under poloniusRémy Rakic-0/+82
2021-07-31Point at unmet explicit lifetime obligation boundEsteban Küber-13/+68
2021-07-30Use multispan suggestions more oftenEsteban Küber-22/+22
2021-06-06Add variance-related information to lifetime error messagesAaron Hill-0/+15
2021-05-12Don't suggest adding `'static` lifetime to argumentsAaron Hill-15/+0
2021-05-02fix nll test stderrChris Pardy-1/+1
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-5/+3
2021-03-24resolve late lifetimes by itemJack Huey-20/+20
2021-03-15More precise spans for HIR pathsVadim Petrochenkov-1/+1
2021-03-06Move some tests to more suitable subdirsYuki Okushi-0/+23
2021-02-22Update test cases0yoyoyo-3/+3
2021-02-16Move some tests to more reasonable directoriesCaio-0/+71
2021-02-02Update ui tests (nll)Jesus Rubio-1/+4
2021-02-01Update ui testsJesus Rubio-0/+1
2021-01-16Move some tests to more reasonable directories - 2Caio-0/+455
2020-12-29Remove `compile-fail` test suiteVadim Petrochenkov-3/+3
2020-12-04 Rename `AllocRef` to `Allocator` and `(de)alloc` to `(de)allocate`Tim Diekmann-5/+5
2020-11-29Update tests to remove old numeric constantsbstrie-10/+8
2020-11-10Rollup merge of #78574 - sasurau4:test/check-pass-regions, r=jyn514Jonas Schievink-18/+18
2020-10-30Use check-pass instead of build-pass in regions ui test suiteDaiki Ihara-18/+18
2020-10-29Make anonymous binders start at 0Jack Huey-5/+5
2020-10-25Test with NLL explicitlyYuki Okushi-4/+19
2020-10-25Do not try to report on closures to avoid ICEYuki Okushi-0/+27
2020-10-06Fix tests from rebaseMatthew Jasper-35/+7
2020-10-06Fix rebaseMatthew Jasper-34/+19
2020-10-06Avoid cycles from projection boundsMatthew Jasper-32/+13
2020-10-06Avoid cycle with projections from object typesMatthew Jasper-48/+40