about summary refs log tree commit diff
path: root/tests/ui/infinite_loop.stderr
AgeCommit message (Expand)AuthorLines
2019-11-22fix check_infinite_loop by checking for break or return inside loop bodyYerkebulan Tulibergenov-10/+47
2019-07-19rustup https://github.com/rust-lang/rust/pull/62764Matthias Krüger-1/+1
2019-01-08Remove all copyright license headersPhilipp Hansch-9/+9
2018-12-28Update *.stderr filesflip1995-18/+18
2018-12-10update test stderrMatthias Krüger-18/+18
2018-10-06Add license header to Rust filesManish Goregaokar-20/+20
2018-08-29Adapt the *.stderr files of the ui-tests to the tool_lintsflip1995-21/+21
2018-04-03Don't trigger while_immutable_condition for mutable fields of tuples/structsflip1995-12/+12
2018-03-28Update test suiteOliver Schneider-1/+1
2018-03-27Skip the mutation in while body case for closuresflip1995-18/+18
2018-03-26while_immutable_condition: limit suggestion span to conditionKarim Snj-52/+27
2018-03-26while_immutable_condition: fix handling of selfKarim Snj-13/+29
2018-03-07lint: while immutable condition: do not lint constantsKarim Snj-8/+8
2018-03-02lint: while loop: detect if no var from the condition is mutatedKarim Snj-11/+56
2018-02-25lint: immutable only vars in while conditionKarim Snj-0/+22