about summary refs log tree commit diff
path: root/src/test/ui/span/lint-unused-unsafe.rs
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-1100/+0
2022-08-02never consider unsafe blocks unused if they would be required with unsafe_op_...Ralf Jung-37/+37
2022-02-20Improve `unused_unsafe` lintFrank Steffahn-4/+1045
2021-05-27Test THIR unsafeck for unsafe ops in closuresLeSeulArtichaut-0/+3
2021-01-13Update tests for extern block lintingMark Rousskov-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2017-03-10Point to enclosing block/fn on nested unsafeEsteban Küber-0/+66