summary refs log tree commit diff
path: root/src/test/ui/lifetimes
AgeCommit message (Expand)AuthorLines
2022-10-29Only ban duplication across parameters.Camille GILLOT-0/+3
2022-10-29Do not consider repeated lifetime params for elision.Camille GILLOT-1/+16
2022-09-13Auto merge of #96709 - jackh726:gats-stabilization, r=compiler-errorsbors-7/+5
2022-09-05suggest introducing an explicit lifetime if it does not existTakayuki Maeda-0/+32
2022-09-03Shrink suggestion span of argument mismatch errorMichael Goulet-1/+1
2022-08-30Stabilize GATsJack Huey-7/+5
2022-08-07Use start_point instead of next_point to point to elided lifetime ampersand.Camille GILLOT-0/+33
2022-07-30Always create elided lifetimes, even if inferred.Camille GILLOT-0/+17
2022-07-25Report elision failures on the AST.Camille GILLOT-20/+61
2022-07-18Check generators for well formednessOli Scherer-0/+22
2022-07-15Revert "Highlight conflicting param-env candidates"Michael Goulet-7/+1
2022-07-11Auto merge of #98637 - cjgillot:bare-trait-anon-lt, r=petrochenkovbors-0/+49
2022-07-08Rollup merge of #98794 - compiler-errors:conflicting-param-env, r=michaelwoer...Dylan DPC-1/+7
2022-07-08Highlight conflicting param-env candidatesMichael Goulet-1/+7
2022-07-07Shorten span for closures.Camille GILLOT-2/+2
2022-07-02Handle fresh lifetimes on bare trait objects.Camille GILLOT-71/+2
2022-07-02Add known bug test.Camille GILLOT-0/+118
2022-07-01Don't point at Self type if we can't find an infer variable in ambiguous trai...Michael Goulet-2/+2
2022-06-28Migrate some rustc_borrowck diagnostics to SessionDiagnosticMichael Goulet-1/+1
2022-06-28Auto merge of #98222 - cjgillot:single-wf, r=michaelwoeristerbors-22/+22
2022-06-22Auto merge of #98279 - cjgillot:all-fresh-nofn, r=petrochenkovbors-2/+15
2022-06-21Only keep a single well-formed query.Camille GILLOT-22/+22
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