about summary refs log tree commit diff
path: root/tests/ui/lifetimes
AgeCommit message (Expand)AuthorLines
2025-09-30Split Bound into Canonical and Boundjackh726-1/+1
2025-09-24temporary-lifetime-extension-tuple-ctor.rs: make usable on all editionsTshepang Mbambo-3/+3
2025-09-18Rollup merge of #146622 - aklaiber:91831_add_regression_test, r=jdonszelmannMatthias Krüger-0/+33
2025-09-18Add regression test for issue 91831aklaiber-0/+33
2025-09-15Bump rustfix 0.8.1 -> 0.8.7Jynn Nelson-1/+1
2025-08-29Rollup merge of #145676 - Oneirical:uncountable-integer-9, r=jieyouxuMatthias Krüger-0/+19
2025-08-27Add test batch 2Oneirical-0/+19
2025-08-23Use unnamed lifetime spans as primary spans for MISMATCHED_LIFETIME_SYNTAXESMichael Goulet-103/+100
2025-08-22Rollup merge of #145641 - estebank:point-at-type-in-e0277, r=davidtwcoJacob Pratt-1/+5
2025-08-22On E0277, point at type that doesn't implement boundEsteban Küber-1/+5
2025-08-22print raw lifetime idents with `r#`Deadbeef-0/+63
2025-08-19bless tests with new lint messagesKarol Zwolak-2/+2
2025-08-14it's not a borrow checker limitation :<lcnr-6/+6
2025-08-10Rollup merge of #144553 - Oneirical:uncountable-integer-4, r=jieyouxuJacob Pratt-0/+17
2025-08-10Rehome tests/ui/issues/ tests [4/?]Oneirical-0/+17
2025-08-10Rollup merge of #144403 - Kivooeo:issue4, r=jieyouxuStuart Cook-0/+57
2025-08-09commentsKivooeo-0/+18
2025-08-08Rollup merge of #144400 - Kivooeo:issue3, r=jieyouxuStuart Cook-0/+157
2025-08-06Rollup merge of #144977 - fmease:fortify-param-default-checks, r=compiler-errorsGuillaume Gomez-3/+3
2025-08-06Rollup merge of #144552 - Oneirical:uncountable-integer-3, r=jieyouxuJakub Beránek-0/+18
2025-08-06Fortify generic param default checksLeón Orell Valerian Liehr-3/+3
2025-08-05commentsKivooeo-1/+86
2025-08-05moved 35 tests to organized locationsKivooeo-0/+72
2025-08-04Rehome tests/ui/issues/ tests [3/?]Oneirical-0/+18
2025-08-01Rollup merge of #144397 - Kivooeo:issue2, r=jieyouxuRalf Jung-0/+178
2025-07-31commentsKivooeo-0/+132
2025-07-25commentsKivooeo-0/+126
2025-07-25move 28 testsKivooeo-0/+101
2025-07-25moved 34 tests to organized locationsKivooeo-0/+39
2025-07-24moved 35 tests to organized locationsKivooeo-0/+46
2025-07-20Lower extra lifetimes before normal generic params.Camille GILLOT-0/+20
2025-07-20Add test.Camille GILLOT-0/+12
2025-07-14Reword mismatched-lifetime-syntaxes text based on feedbackJake Goulding-308/+414
2025-07-11Rollup merge of #143302 - Kivooeo:tf27, r=tgross35Matthias Krüger-0/+37
2025-07-10cleaned up some testsKivooeo-3/+9
2025-07-01moved testsKivooeo-0/+31
2025-06-30Use predicate spans instead of whole item spansOli Scherer-6/+24
2025-06-30Check variances in the non-hir wfcheckerOli Scherer-6/+6
2025-06-30Unconditionally run `check_item_type` on all itemsOli Scherer-8/+8
2025-06-24Make missing lifetime suggestion verboseMichael Goulet-6/+16
2025-06-23compiletest: Improve diagnostics for line annotation mismatchesVadim Petrochenkov-3/+3
2025-06-18Bless/update tests.Mara Bos-1/+1
2025-06-14Auto merge of #142129 - shepmaster:mismatched-syntaxes-in-function-like-place...bors-1/+105
2025-06-13Add test for temporary lifetime extension in `Self()` syntax.Mara Bos-1/+12
2025-06-13Add tests.Mara Bos-0/+44
2025-06-09Make E0621 missing lifetime suggestion verboseEsteban Küber-26/+56
2025-06-08cleaned up some testsKivooeo-0/+89
2025-06-06Apply `mismatched-lifetime-syntaxes` to trait and extern functionsJake Goulding-1/+105
2025-06-06Rollup merge of #141982 - Kivooeo:tf5, r=jieyouxuMatthias Krüger-0/+128
2025-06-05Auto merge of #138677 - shepmaster:consistent-elided-lifetime-syntax, r=travi...bors-30/+1077