about summary refs log tree commit diff
path: root/tests/ui/ptr_offset_with_cast.rs
AgeCommit message (Expand)AuthorLines
2019-01-08Remove all copyright license headersPhilipp Hansch-9/+0
2019-01-04Add run-rustfix where it already passesPhilipp Hansch-0/+2
2018-12-09rustfmt testsMatthias Krüger-1/+0
2018-10-06Add license header to Rust filesManish Goregaokar-0/+10
2018-08-29suggest wrapping_offset as wellCorey Farwell-0/+4
2018-08-28New lint: Suggest `ptr.add([usize])` over `ptr.offset([usize] as isize)`.Corey Farwell-0/+14