about summary refs log tree commit diff
path: root/tests/ui/infinite_loop.rs
AgeCommit message (Expand)AuthorLines
2019-11-22fix check_infinite_loop by checking for break or return inside loop bodyYerkebulan Tulibergenov-0/+19
2019-01-08Remove all copyright license headersPhilipp Hansch-9/+0
2018-12-09rustfmt testsMatthias Krüger-11/+20
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-2/+4
2018-07-25fix a bunch of typos found by codespellMatthias Krüger-4/+4
2018-06-15New Lint: Pass small trivially copyable objects by valueWim Looman-1/+1
2018-04-03Don't trigger while_immutable_condition for mutable fields of tuples/structsflip1995-0/+6
2018-03-27Fix check of immutable condition in closureflip1995-0/+12
2018-03-26while_immutable_condition: fix handling of selfKarim Snj-0/+27
2018-03-07lint: while immutable condition: do not lint constantsKarim Snj-0/+17
2018-03-06lint: immutable condition: add internally mutable testKarim Snj-0/+14
2018-03-02lint: while loop: detect if no var from the condition is mutatedKarim Snj-2/+14
2018-03-01lint: while immutable condition: refactor to use hir::VisitorKarim Snj-1/+1
2018-02-25lint: immutable only vars in while conditionKarim Snj-0/+89