about summary refs log tree commit diff
path: root/src/test/ui/lifetimes
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-3182/+0
2023-01-08Mention signature rather than fn pointers when comparing impl/trait methodsMichael Goulet-2/+2
2023-01-06Rollup merge of #106533 - TaKO8Ki:use-smaller-span-for-missing-lifetime/gener...Michael Goulet-1/+1
2023-01-06use smaller spans for missing lifetime/generic argsTakayuki Maeda-1/+1
2023-01-05Suggests adding named lifetime when the return contains value borrowed from m...yanchen4791-0/+99
2023-01-05Tweak wording of fn call with wrong number of argsEsteban Küber-1/+1
2023-01-01Verbose suggestionsEsteban Küber-4/+10
2022-12-14Add testMichael Goulet-0/+25
2022-12-14Highlight conflicting param-env candidates, againMichael Goulet-2/+10
2022-12-13Mention implementations that satisfy the traitEsteban Küber-0/+1
2022-11-09Rollup merge of #103307 - b4den:master, r=estebankManish Goregaokar-1/+1
2022-10-27Only ban duplication across parameters.Camille GILLOT-0/+3
2022-10-23Do not consider repeated lifetime params for elision.Camille GILLOT-1/+16
2022-10-20Update tests to match error message changesb4den-1/+1
2022-10-19Rollup merge of #103216 - cjgillot:issue-103210, r=jackh726Dylan DPC-0/+11
2022-10-18Consider patterns in fn params in an `Elided(Infer)` lifetime rib.Camille GILLOT-0/+11
2022-10-13resolve: Add some asserts for unexpected lifetime rib combinationsVadim Petrochenkov-0/+89
2022-10-08handle late-bound vars from inner binders correctly and add testb-naber-0/+24
2022-09-30bless testsb-naber-1/+1
2022-09-26remove implied link bound per reviewMatthew Kelly-0/+1
2022-09-26address reviewb-naber-4/+4
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