about summary refs log tree commit diff
path: root/src/test/ui/dyn-keyword
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-681/+0
2022-10-01bless ui testsMaybe Waffle-6/+6
2022-09-12A SubstitutionPart is not a deletion if it replaces nothing with nothingMichael Goulet-30/+20
2022-06-16diagnostics: fix trailing spaceklensy-10/+10
2021-12-04Bless tests.Camille GILLOT-1/+81
2021-12-04Use multipart suggestions.Camille GILLOT-7/+24
2021-12-04Lint bare traits in AstConv.Camille GILLOT-41/+5
2021-08-30Add test for extra <> in dyn suggestion.Mara Bos-0/+71
2021-08-12Rollup merge of #87885 - m-ou-se:edition-guide-links, r=rylevGuillaume Gomez-3/+3
2021-08-11Modify structured suggestion outputEsteban Küber-3/+3
2021-08-09Link to edition guide instead of issues for 2021 lints.Mara Bos-3/+3
2021-07-18Add `#![allow(dyn_drop)]` to test cases with `dyn Drop` in themMichael Howell-0/+1
2021-06-25Address PR feedbackRyan Levick-48/+48
2021-06-25Change how edition based future compatibility warnings are handledRyan Levick-48/+48
2021-06-21Mark some edition tests as check-passAris Merchant-24/+30
2021-04-13Add compatibility info to lintsRyan Levick-0/+50
2021-04-08Improve errorRyan Levick-3/+18
2021-04-08Update BARE_TRAIT_OBJECT and ELLIPSIS_INCLUSIVE_RANGE_PATTERNS to errors in R...Ryan Levick-0/+33
2020-01-24Normalise notes with the/isvarkor-1/+1
2019-11-04Use check-pass in ui tests where appropriateTomasz Miąsko-1/+1
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-4/+4
2019-03-28Revise and generalize the macros-unlinted tests.Felix S. Klock II-2/+85
2019-03-28Revise test slightly so that `dyn` in macro invocation *must* be parsed as ke...Felix S. Klock II-4/+4
2019-03-27Regression test for rust-lang/rust#56327.Felix S. Klock II-0/+25
2019-03-27Some tests illustrating where the revised lint does and does not apply.Felix S. Klock II-0/+346