| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-01-07 | Update stderrs | Yuki Okushi | -1/+1 | |
| 2019-04-28 | Suggest .copied() for map_clone on iterators too | Manish Goregaokar | -4/+4 | |
| 2019-04-15 | Only suggest .copied() for Option right now | Manish Goregaokar | -11/+17 | |
| 2019-04-15 | Also suggest .copied() when .clone() is called on a Copy type | Manish Goregaokar | -2/+8 | |
| 2019-04-15 | Suggest .copied() instead of .cloned() in map_clone when dealing with references | Manish Goregaokar | -8/+8 | |
| 2019-02-10 | removing redundant closures in the whole project | Grzegorz | -4/+4 | |
| 2019-01-15 | Fix `map_clone` bad suggestion | Michael Wright | -4/+10 | |
| `cloned` requires that the elements of the iterator must be references. This change determines if that is the case by examining the type of the closure argument and suggesting `.cloned` only if it is a reference. When the closure argument is not a reference, it suggests removing the `map` call instead. A minor problem with this change is that the new check sometimes overlaps with the `clone_on_copy` lint. Fixes #498 | ||||
| 2019-01-13 | Add run-rustfix to map_clone test | Wilco Kusee | -3/+3 | |
| 2019-01-08 | Remove all copyright license headers | Philipp Hansch | -3/+3 | |
| Discussion previously happened in https://github.com/rust-lang/rust/pull/43498 | ||||
| 2018-12-28 | Update *.stderr files | flip1995 | -3/+3 | |
| 2018-12-10 | update test stderr | Matthias Krüger | -6/+6 | |
| 2018-10-06 | Add license header to Rust files | Manish Goregaokar | -14/+14 | |
| 2018-10-02 | Reimplement the `map_clone` lint from scratch | Oliver Schneider | -0/+22 | |
| 2018-10-02 | relicensing: Remove map_clone | Manish Goregaokar | -102/+0 | |
| This removes the code added in https://github.com/rust-lang-nursery/rust-clippy/pull/427 | ||||
| 2018-08-29 | Adapt the *.stderr files of the ui-tests to the tool_lints | flip1995 | -1/+1 | |
| 2018-01-17 | Update changed ui tests | Oliver Schneider | -0/+2 | |
| 2017-10-03 | Reduce the hackiness of cargo-clippy | Oliver Schneider | -2/+0 | |
| 2017-08-01 | Move all our tests back to ui tests | Oliver Schneider | -0/+102 | |
| 2017-05-17 | Make most tests an `example` so we can run them one by one | Oliver Schneider | -106/+0 | |
| 2017-02-08 | remove all //~ from tests | Oliver Schneider | -11/+11 | |
| 2017-02-07 | rustup and compile-fail -> ui test move | Oliver Schneider | -0/+106 | |
