about summary refs log tree commit diff
path: root/tests/ui/useless_asref.rs
AgeCommit message (Expand)AuthorLines
2019-03-15Enable rustfix for `useless_asref` lint testsPhilipp Hansch-0/+4
2019-01-08Remove all copyright license headersPhilipp Hansch-9/+0
2018-12-09rustfmt testsMatthias Krüger-13/+24
2018-10-11Stabilize tool lintsOliver Scherer-1/+1
2018-10-06Add license header to Rust filesManish Goregaokar-0/+10
2018-08-29Adapt ui-tests to the tool_lintsflip1995-3/+5
2018-06-15Allow configuring the trivial copy size limitWim Looman-1/+1
2017-10-21Add tests for generic codeHMPerson1-0/+24
2017-10-20Add lint for useless `as_ref` callsHMPerson1-0/+94