about summary refs log tree commit diff
path: root/tests/ui/unnecessary_clone.rs
AgeCommit message (Expand)AuthorLines
2019-10-03Test fixesShotaro Yamada-1/+1
2019-09-25unnecessary_clone: split rustfixable lint out into separate testManish Goregaokar-21/+2
2019-08-19Fix `clone_on_copy` false positivesMichael Wright-0/+5
2019-05-30Rustup to https://github.com/rust-lang/rust/pull/61203Philipp Hansch-1/+1
2019-02-19Format againMichael Wright-1/+1
2019-02-18Improve `iter_cloned_collect` suggestionsMichael Wright-0/+12
2019-01-08Remove all copyright license headersPhilipp Hansch-9/+0
2018-12-09rustfmt testsMatthias Krüger-11/+12
2018-10-19Fix suggestion for multiple derefsHMPerson1-0/+32
2018-10-19Fix `clone_on_copy` not detecting derefs sometimesHMPerson1-0/+4
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-01-14Moves `clone_on_ref_ptr` to be a restriction lintAdam Lusch-1/+7
2017-10-09move unnecessary clone testsCameron Steffen-0/+59