about summary refs log tree commit diff
path: root/clippy_lints/src/redundant_clone.rs
AgeCommit message (Expand)AuthorLines
2020-01-29Rustup to rust-lang/rust#68512Yuki Okushi-1/+1
2020-01-13Rustup to rust-lang/rust#68045Yuki Okushi-1/+1
2020-01-12Remove referencesYuki Okushi-3/+3
2020-01-12Rustup to rust-lang/rust#67000Yuki Okushi-61/+28
2020-01-11Rustup to rust-lang/rust#67806Yuki Okushi-3/+2
2020-01-09Rustup to rust-lang/rust#67979Yuki Okushi-1/+1
2020-01-08Fix `redundant_clone`Shotaro Yamada-0/+7
2020-01-07Rustup to rust-lang/rust#67886Yuki Okushi-1/+1
2020-01-04Rustup to https://github.com/rust-lang/rust/pull/67853Philipp Hansch-1/+1
2019-12-30Rustup to rust-lang/rust#66942Yuki Okushi-1/+1
2019-12-22Add <'_> where necessaryflip1995-1/+1
2019-12-20Fix 'redudant' spelling in redundant_clone docsEmma-1/+1
2019-12-04Rustup to rust-lang/rust#66878Matthias Krüger-1/+2
2019-12-02Rustup to rust-lang/rust#64736flip1995-2/+3
2019-12-02Use assert_crate_local for a more explicit errorPhilipp Hansch-5/+5
2019-12-02Rustup to https://github.com/rust-lang/rust/pull/66789Philipp Hansch-2/+3
2019-10-03extern rustc_indexShotaro Yamada-5/+2
2019-10-03Add commentsShotaro Yamada-14/+41
2019-10-03Resolve reviewsShotaro Yamada-13/+11
2019-10-03Apply suggestionShotaro Yamada-2/+1
2019-10-03Add run-rustfixShotaro Yamada-1/+9
2019-10-03Fix false-positive of redundant_clone and move to clippy::perfShotaro Yamada-71/+301
2019-09-26Rustup https://github.com/rust-lang/rust/pull/64513Lzu Tao-1/+1
2019-09-13Convert to Place's new boxed slice projectionJason Olson-6/+5
2019-08-19Remove in_macro_or_desugarKRAAI, MATTHEW [VISUS]-3/+3
2019-08-03Doctests: Enable running doc tests for nursery lintsPhilipp Hansch-2/+10
2019-07-24rustup https://github.com/rust-lang/rust/pull/62859Matthias Krüger-1/+1
2019-07-21Fix breakage due to rust-lang/rust#60913Michael Wright-16/+29
2019-05-29rustup https://github.com/rust-lang/rust/pull/60928Matthias Krüger-3/+3
2019-05-18Dogfood and rustfmtOliver Scherer-2/+1
2019-05-17Prevent symbocalypseOliver Scherer-9/+9
2019-05-14Rustfmt all the thingsOliver Scherer-3/+4
2019-05-14Use symbols instead of stringsOliver Scherer-9/+9
2019-05-11Rename in_macro to in_macro_or_desugarManish Goregaokar-2/+2
2019-04-29Rustup to rustc 1.36.0-nightly (f843ad60e 2019-04-30)Manish Goregaokar-3/+2
2019-04-17Use lint pass macrosMatthew Kraai-12/+2
2019-04-17Use {get,match}_def_path from LateContextflip1995-8/+7
2019-04-03rustup https://github.com/rust-lang/rust/pull/59657Matthias Krüger-1/+1
2019-03-18Replace most of ty:Ty with TyMateusz Mikuła-2/+2
2019-03-13cargo fmtPhilipp Hansch-2/+2
2019-03-12Rename span_lint_node* functions to span_lint_hir*Philipp Hansch-4/+4
2019-03-05move lint documentation into macro invocationsAndy Russell-31/+31
2019-03-01Place::Local(x) is now Place::Base(PlaceBase::Local(x))Santiago Pastorino-4/+5
2019-02-24fix formattingljedrz-3/+1
2019-02-20partially HirIdify lintsljedrz-3/+2
2019-02-01Adding lint for too many lines.Araam Borhanian-0/+1
2019-01-27rustup https://github.com/rust-lang/rust/pull/57907/Matthias Krüger-1/+1
2019-01-27rustup https://github.com/rust-lang/rust/pull/57726Matthias Krüger-0/+4
2019-01-08Remove all copyright license headersPhilipp Hansch-9/+0
2018-12-29Remove crate:: prefixes from crate pathsKonrad Borowski-15/+15