about summary refs log tree commit diff
path: root/tests/ui/needless_range_loop.stderr
AgeCommit message (Expand)AuthorLines
2020-01-24Split up `needless_range_loop` ui testYuki Okushi-104/+16
2019-10-26Rustup to rust-lang/rust#65773flip1995-0/+21
2019-04-24UI test cleanup: Extract needless_range_loop testsPhilipp Hansch-10/+140
2019-02-11Fix `needless_range_loop` bad suggestionMichael Wright-1/+11
2019-01-08Remove all copyright license headersPhilipp Hansch-8/+8
2018-12-28Update *.stderr filesflip1995-16/+16
2018-12-10update test stderrMatthias Krüger-24/+24
2018-10-19Check for known array length in `needless_range_loop`HMPerson1-1/+31
2018-10-14Swap order of methods in `needless_range_loop` suggestion in some casesOwen Sanchez-1/+21
2018-10-06Add license header to Rust filesManish Goregaokar-15/+15
2018-08-29Adapt the *.stderr files of the ui-tests to the tool_lintsflip1995-1/+1
2018-05-29Update to nightly 2018-05-28Mateusz Mikuła-3/+3
2018-01-29Update spansManish Goregaokar-22/+15
2018-01-17Update changed ui testsOliver Schneider-0/+2
2017-11-20Fix for the new nightly version.Laurent Mazare-2/+0
2017-11-14Merge branch 'master' of github.com:Manishearth/rust-clippy into rust-testOliver Schneider-0/+27
2017-11-10Merge pull request #2214 from rust-lang-nursery/nrlfpOliver Schneider-0/+27
2017-11-10RustupOliver Schneider-1/+1
2017-11-07Differentiate between mutable iteration and immutable iteration in `needless_...Oliver Schneider-0/+27
2017-10-08tests for `needless_range_loop`Andriy S. from cobalt-0/+14