about summary refs log tree commit diff
path: root/tests/ui/lifetimes
AgeCommit message (Expand)AuthorLines
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
2025-03-03Do not recover missing lifetime with random in-scope lifetimeMichael Goulet-15/+3
2025-02-28Introduce `feature(generic_const_parameter_types)`Boxy-2/+0
2025-02-21More sophisticated span trimmingMichael Goulet-4/+3
2025-02-14Trim suggestion parts to the subset that is purely additiveMichael Goulet-1/+1
2025-02-14Consider add-prefix replacements tooMichael Goulet-3/+2
2025-02-10Show diff suggestion format on verbose replacementEsteban Küber-14/+21
2025-02-03tests: remove redundant `//@ ignore-{wasm,wasm32,emscripten}`许杰友 Jieyou Xu (Joe)-1/+0
2025-01-23tests: use `needs-subprocess` instead of `ignore-{wasm32,emscripten,sgx}`许杰友 Jieyou Xu (Joe)-1/+2
2025-01-08Remove special-casing for argument patterns in MIR typeckdianne-7/+9
2025-01-06point out unblamed constraints from `Copy`/`Sized` bounds in region errorsdianne-1/+4
2025-01-06`best_blame_constraint`: prioritize blaming interesting-seeming constraintsdianne-1/+5
2025-01-06`best_blame_constraint`: avoid blaming assignments without user-provided typesdianne-9/+7
2025-01-06`best_blame_constraint`: don't filter constraints by sup SCCdianne-32/+89
2025-01-06Improve span when temporary receiver is dropped in edition 2024Michael Goulet-2/+1
2024-12-14Rollup merge of #134181 - estebank:trim-render, r=oli-obkMatthias Krüger-13/+1
2024-12-12Tweak multispan renderingEsteban Küber-13/+1
2024-12-11Arbitrary self types v2: use Receiver traitAdrian Taylor-1/+1
2024-12-01Only error raw lifetime followed by \' in edition 2021+Michael Goulet-3/+7
2024-11-28Update more 2024 tests to remove -Zunstable-optionsEric Huss-8/+3
2024-11-27Update tests to use new proc-macro headerEric Huss-6/+1
2024-11-22Stabilize the 2024 editionEric Huss-2/+1
2024-11-11ensure that tail expr receive lifetime extensionDing Xiang Fei-6/+21
2024-11-09Rollup merge of #132363 - compiler-errors:raw-lt-id-valid, r=wesleywiserMatthias Krüger-0/+52
2024-11-09Rollup merge of #132341 - compiler-errors:raw-lt-prefix-id, r=chenyukangMatthias Krüger-0/+27
2024-11-02Point at tail expression on rpit E0277Esteban Küber-0/+3
2024-10-30Enforce that raw lifetime identifiers must be valid raw identifiersMichael Goulet-0/+52
2024-10-30Reject raw lifetime followed by \' as wellMichael Goulet-0/+27
2024-10-24stabilize shorter-tail-lifetimesDing Xiang Fei-10/+3