about summary refs log tree commit diff
path: root/src/test/ui/single-use-lifetime
AgeCommit message (Expand)AuthorLines
2021-02-02Update UI tests affected by changed DefPathHash value construction.Michael Woerister-12/+12
2020-10-24Use check-pass in single-use-lifetime ui test suiteOlivia Crain-25/+25
2020-01-24Normalise notes with the/isvarkor-10/+10
2019-11-01Rollup merge of #65112 - jack-t:type-parens-lint, r=varkorTyler Mandry-3/+3
2019-10-29Add lint for unnecessary parens around typesjack-t-3/+3
2019-10-24Increase spacing for suggestions in diagnosticsEsteban Küber-0/+3
2019-07-06in which we suggest anonymizing single-use lifetimes in pathsZack M. Davis-2/+17
2019-07-06path-type examples for single-use lifetime in fn argument UI testZack M. Davis-1/+28
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-6/+6
2019-06-16compiletest: Validate pass modes harderVadim Petrochenkov-9/+5
2019-06-14in which we decline to lint single-use lifetimes in `derive`d implsZack M. Davis-0/+7
2019-03-11Update testsVadim Petrochenkov-12/+12
2018-12-25Remove licensesMark Rousskov-169/+19
2018-10-28single-use-lifetime lint: don't false-positive on the anonymous lifetimeZack M. Davis-5/+8
2018-10-28structured suggestions for single-use lifetime lint on fns and methodsZack M. Davis-19/+66
2018-10-07structured suggestions for unused-lifetimes lintZack M. Davis-37/+71
2018-08-19Fix typos found by codespell.Matthias Krüger-1/+1
2018-07-18Implement existential typesOliver Schneider-12/+12
2018-06-21Add label to lint for lifetimes used onceEsteban Küber-8/+30
2018-05-25Fix naming conventions for new lintsVadim Petrochenkov-36/+36
2018-05-04add warnings for unused lifetime parametersNiko Matsakis-0/+68
2018-05-04fix single-use lintNiko Matsakis-0/+514