about summary refs log tree commit diff
path: root/tests/ui/never_loop.rs
AgeCommit message (Expand)AuthorLines
2019-07-01Fix `never_loop` false positiveMichael Wright-0/+11
2019-01-08Remove all copyright license headersPhilipp Hansch-9/+0
2018-12-09rustfmt testsMatthias Krüger-29/+41
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/+3
2018-02-25lint: immutable only vars in while conditionKarim Snj-1/+1
2017-11-05Refactor the never-loop detection, fixes #1991.laurent-0/+9
2017-10-08add never_loop testsCameron Steffen-0/+14
2017-10-05add never_loop testCameron Steffen-0/+14
2017-10-03Reduce the hackiness of cargo-clippyOliver Schneider-2/+2
2017-09-14Update a testSeiichi Uchida-1/+16
2017-08-01Move all our tests back to ui testsOliver Schneider-0/+128
2017-05-17Make most tests an `example` so we can run them one by oneOliver Schneider-34/+0
2017-02-17New never loop lintAndre Bogus-0/+34