]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/redundant_clone.rs
rustup https://github.com/rust-lang/rust/pull/57907/
[rust.git] / clippy_lints / src / redundant_clone.rs
2019-01-27 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/57907/
2019-01-27 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/57726
2019-01-23 A.A.AbroskinMerge branch 'master' into add-lints-aseert-checks
2019-01-11 borsAuto merge of #3646 - matthiaskrgr:travis, r=phansch
2019-01-09 borsAuto merge of #3645 - phansch:remove_copyright_headers...
2019-01-08 Philipp HanschRemove all copyright license headers
2019-01-03 borsAuto merge of #3519 - phansch:brave_newer_ui_tests...
2018-12-30 borsAuto merge of #3593 - mikerite:readme-syspath-2, r...
2018-12-30 borsAuto merge of #3597 - xfix:match-ergonomics, r=phansch
2018-12-29 borsAuto merge of #3598 - xfix:apply-cargo-fix-edition...
2018-12-29 borsAuto merge of #3558 - russelltg:new_without_default_mer...
2018-12-29 borsAuto merge of #3596 - xfix:remove-crate-from-paths...
2018-12-29 Konrad BorowskiRemove crate:: prefixes from crate paths
2018-12-11 borsAuto merge of #3527 - phansch:update_readme2, r=matthia...
2018-12-11 Matthias KrügerMerge branch 'master' into rustfmt_tests
2018-12-10 borsAuto merge of #3511 - phansch:remove_allow_doc_markdown...
2018-12-10 borsAuto merge of #3518 - sinkuu:redundant_clone_tw, r...
2018-12-10 Shotaro YamadaOnly check the assignment found at last
2018-12-10 Shotaro YamadaAdd comment and rename
2018-12-09 Shotaro YamadaLint redundant clone of projection
2018-12-09 Shotaro YamadaCleanup
2018-12-08 Philipp HanschMerge pull request #3512 from matthiaskrgr/rustup
2018-12-08 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/56502...
2018-12-08 Philipp HanschMerge pull request #3336 from HMPerson1/clone_on_copy_deref
2018-12-04 Philipp KronesMerge pull request #3490 from phansch/extract_single_ma...
2018-12-04 Philipp HanschMerge pull request #3473 from lucasloisp/additional...
2018-12-04 Philipp HanschMerge pull request #3488 from phansch/fix_cargo_lint_bug
2018-12-03 Oliver S̶c̶h̶n̶e̶i... Merge pull request #3478 from dtolnay/setlen
2018-12-03 Oliver S̶c̶h̶n̶e̶i... Merge pull request #3479 from dtolnay/literal
2018-12-03 Philipp HanschMerge pull request #3487 from phansch/fix_fmt
2018-12-03 Philipp HanschFix rustfmt format
2018-11-28 Oliver S̶c̶h̶n̶e̶i... Merge pull request #3465 from flip1995/rustfmt
2018-11-27 flip1995Run rustfmt on clippy_lints
2018-10-31 Maxwell AndersonMerge remote-tracking branch 'upstream/master'
2018-10-31 bors[bot]Merge #3368
2018-10-31 bors[bot]Merge #3370
2018-10-28 bors[bot]Merge #3217 #3366
2018-10-28 bors[bot]Merge #3364
2018-10-28 Philipp HanschMerge pull request #3371 from matthiaskrgr/temp_breakag...
2018-10-28 Matthias KrügerMerge branch 'compiletest' into temp_breakage_fix
2018-10-28 Matthias KrügerMerge remote-tracking branch 'phansch/disable_master_bu...
2018-10-28 Matthias Krügerrustup: fix build with rustc 1.31.0-nightly (cae6efc37...
2018-10-27 Maxwell AndersonMerge remote-tracking branch 'upstream/master'
2018-10-26 bors[bot]Merge #3355
2018-10-25 Shotaro YamadaMove in_macro check
2018-10-25 Shotaro YamadaUse BasicBlockData::terminator
2018-10-25 Shotaro YamadaRefactor
2018-10-25 Shotaro YamadaUse lint_root
2018-10-25 Shotaro YamadaImplement visit_basic_block_data
2018-10-25 Shotaro YamadaAdd redundant_clone lint