about summary refs log tree commit diff
path: root/src/test/ui/lifetimes
AgeCommit message (Expand)AuthorLines
2022-05-22Use revisions for NLL in lifetimesJack Huey-145/+398
2022-05-22Rollup merge of #97236 - cjgillot:recover-lifetime-res, r=jackh726Yuki Okushi-0/+83
2022-05-21update nll testslcnr-0/+10
2022-05-21Recover when resolution did not resolve lifetimes.Camille GILLOT-0/+83
2022-05-21correctly deal with user type ascriptions in patlcnr-0/+25
2022-05-05Add a regression test for #64173 and #66152Yuki Okushi-0/+54
2022-04-30Bless nll tests.Camille GILLOT-2/+5
2022-04-30Bless tests.Camille GILLOT-12/+27
2022-04-29Auto merge of #96566 - Dylan-DPC:rollup-fo7rd98, r=Dylan-DPCbors-0/+19
2022-04-29Rollup merge of #96559 - cjgillot:elided-path-fn, r=petrochenkovDylan DPC-0/+19
2022-04-29Auto merge of #95819 - oli-obk:mir_can't_hold_all_these_lifetimes, r=estebankbors-0/+33
2022-04-29Use the correct lifetime binder for elided lifetimes in path.Camille GILLOT-0/+19
2022-04-29Rollup merge of #96516 - oli-obk:impl_trait_inference_accidental_permitted, r...Dylan DPC-13/+1
2022-04-28Revert diagnostic duplication and accidental stabilizationOli Scherer-13/+1
2022-04-28Check that repeat expression elements are Copy (ignoring lifetimes) in typeck...Oli Scherer-0/+33
2022-04-27Recover suggestions to introduce named lifetime under NLLmarmeladema-0/+60
2022-04-24Bless testsmarmeladema-3/+3
2022-04-17Lint elided lifetimes in path on the AST.Camille GILLOT-1/+5
2022-04-17Bless tests.Camille GILLOT-4/+6
2022-03-28Revert to inference variable based hidden type computation for RPITOli Scherer-5/+17
2022-03-28Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk"Oli Scherer-4/+4
2022-03-21Return err instead of ICEouz-a-0/+49
2022-03-01update (bless) test resultsFausto-3/+3
2022-02-28Suggest adding a new lifetime parameter when two elided lifetimes should matc...Fausto-0/+18
2022-02-24Remove in-band lifetimesMichael Goulet-5/+111
2022-02-11Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"Oli Scherer-4/+4
2022-02-02Lazily resolve type-alias-impl-trait defining usesOli Scherer-4/+4
2022-01-01Update references to `-Z symbol-mangling-version` to use `-C`Josh Triplett-1/+1
2021-12-11Rollup merge of #91764 - cjgillot:elide-anyway, r=jackh726Matthias Krüger-0/+72
2021-12-11Add test.Camille GILLOT-0/+72
2021-12-10fix tests after rebaseEsteban Kuber-1/+1
2021-12-04Rollup merge of #90519 - estebank:issue-84003, r=petrochenkovMatthias Krüger-2/+1
2021-12-03Keep spans for generics in `#[derive(_)]` desugaringEsteban Kuber-2/+1
2021-11-26Handle placeholder regions in NLL type outlive constraintsMatthew Jasper-0/+19
2021-11-20Point at source of trait bound obligations in more placesEsteban Kuber-5/+0
2021-11-14Improve diagnostics when a static lifetime is expectedLucas Kent-0/+52
2021-11-06Move some tests to more reasonable directoriesCaio-0/+49
2021-11-03Add beginner friendly lifetime elision hint to E0623Nilstrieb-0/+128
2021-10-22nice_region_error: Include lifetime placeholders in error outputMichael Howell-4/+4
2021-10-13Remove textual span from diagnostic stringOli Scherer-4/+4
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-4/+0
2021-09-30Auto merge of #89110 - Aaron1011:adjustment-span, r=estebankbors-17/+17
2021-09-27Improve cause information for NLL higher-ranked errorsAaron Hill-0/+25
2021-09-25Use larger span for adjustments on method callsAaron Hill-17/+17
2021-09-19Auto merge of #88703 - cjgillot:lazymod, r=petrochenkovbors-11/+11
2021-09-18Auto merge of #88650 - sapessi:issue-77175-fix, r=estebankbors-0/+19
2021-09-12Use boxed slice instead of BTreeSet.Camille GILLOT-11/+11
2021-09-06Add regression test for #74400Bram van den Heuvel-0/+54
2021-09-04test for issue #77175Stefano Buliani-0/+19