about summary refs log tree commit diff
path: root/tests/ui/lifetimes
AgeCommit message (Expand)AuthorLines
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
2025-06-05cleaned up some testsKivooeo-0/+128
2025-06-04Replace `elided_named_lifetimes` with `mismatched_lifetime_syntaxes`Jake Goulding-67/+323
2025-06-04Introduce the `mismatched_lifetime_syntaxes` lintJake Goulding-0/+791
2025-06-04Rollup merge of #141959 - ferrocene:lw/2015-edition-directives2, r=compiler-e...Matthias Krüger-1/+4
2025-06-03Add missing `dyn` keywords to tests that do not test for them Part 2Lukas Wirth-3/+2
2025-06-03Add missing 2015 edition directivesLukas Wirth-1/+4
2025-04-11Auto merge of #139578 - ferrocene:pa-compiletest-edition, r=jieyouxubors-2/+2
2025-04-11Improve `AssocItem::descr`.Nicholas Nethercote-4/+4
2025-04-10replace `//@ compile-flags: --edition` with `//@ edition`Pietro Albini-2/+2
2025-04-08UI tests: add missing diagnostic kinds where possibleVadim Petrochenkov-4/+4
2025-03-06Suggest typo fix for static lifetimeMichael Goulet-0/+33