summary refs log tree commit diff
path: root/src/test/ui/lifetimes
AgeCommit message (Expand)AuthorLines
2022-07-15Handle fresh lifetimes on bare trait objects.Camille GILLOT-71/+2
2022-07-15Add known bug test.Camille GILLOT-0/+118
2022-06-22Auto merge of #98279 - cjgillot:all-fresh-nofn, r=petrochenkovbors-2/+15
2022-06-21Always create parameters for functions-like types.Camille GILLOT-2/+15
2022-06-19Mention what item is using an invalid `Self` typeMichael Goulet-3/+3
2022-06-16 fix one more case of trailing spaceklensy-4/+4
2022-06-15Rollup merge of #98026 - c410-f3r:z-errors, r=petrochenkovYuki Okushi-0/+189
2022-06-13Move testsCaio-0/+189
2022-06-11ValuePairs::PolyTraitRefs should be called 'trait'Michael Goulet-6/+6
2022-06-11Add regression test for #54378Yuki Okushi-0/+26
2022-06-09Add regresion test for #67498Yuki Okushi-0/+21
2022-06-03Fully stabilize NLLJack Huey-916/+126
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