]> git.lizzy.rs Git - rust.git/history - tests/ui/unnecessary_clone.rs
Auto merge of #9684 - kraktus:ref_option_ref, r=xFrednet
[rust.git] / tests / ui / unnecessary_clone.rs
2022-10-13 borsAuto merge of #9584 - royrustdev:implicit_saturating_su...
2022-10-11 borsAuto merge of #9572 - Nilstrieb:as-ptr-cast-mut, r...
2022-10-09 Yuki OkushiRollup merge of #102829 - compiler-errors:rename-impl...
2022-10-08 borsAuto merge of #9451 - kraktus:manual_filter2, r=dswij
2022-10-08 Matthias KrügerRollup merge of #102675 - ouz-a:mir-technical-debt...
2022-10-06 Philipp KronesMerge commit 'ac0e10aa68325235069a842f47499852b2dee79e...
2022-10-06 Philipp KronesMerge remote-tracking branch 'upstream/master' into...
2022-10-04 borsAuto merge of #9587 - c410-f3r:arith, r=Alexendoo
2022-10-04 borsAuto merge of #9547 - nyurik:capt, r=flip1995
2022-10-02 Yuri Astrakhanfallout: fix tests to allow uninlined_format_args
2021-03-03 Ryan LevickFix borrow and deref
2021-03-03 Ryan LevickAllow noop_method_call in clippy ui test
2020-12-15 borsAuto merge of #78399 - vn-ki:gsgdt-graphviz, r=oli-obk
2020-11-30 borsAuto merge of #79329 - camelid:int-lit-suffix-error...
2020-11-24 borsAuto merge of #79228 - flip1995:clippyup, r=oli-obk
2020-11-23 borsAuto merge of #6313 - giraffate:fix_fp_needless_collect...
2020-11-23 Eduardo BrotoMerge remote-tracking branch 'upstream/master' into...
2020-11-23 borsAuto merge of #6317 - chansuke:add-external-macro,...
2020-11-23 flip1995Merge commit '3e7c6dec244539970b593824334876f8b6ed0b18...
2020-11-20 borsAuto merge of #6347 - flip1995:changelog, r=Manishearth
2020-11-20 borsAuto merge of #6351 - flip1995:rustup, r=flip1995
2020-11-17 borsAuto merge of #6070 - matsujika:unnecessary_wrap, r...
2020-11-17 Hirochika MatsumotoPluralize lint name
2020-11-17 Hirochika MatsumotoAllow this lint on lint tests
2020-10-09 flip1995Merge remote-tracking branch 'upstream/beta' into backp...
2020-09-02 Tim NielensMerge branch 'master' into unit-arg
2020-08-28 flip1995Merge commit '3d0b0e66afdfaa519d8855b338b35b4605775945...
2020-08-26 borsAuto merge of #5966 - 1c3t3a:1c3t3a-dev-5819-fix, r...
2020-08-26 borsAuto merge of #5946 - mikerite:fix-5729, r=flip1995
2020-08-26 borsAuto merge of #5949 - rail-rain:fix_fp_borrow_interior_...
2020-08-25 borsAuto merge of #5951 - ThibsG:FixMacroCloneOnRefPtr2076...
2020-08-24 ThibsGFix incorrect suggestion when `clone_on_ref_ptr` is...
2020-07-16 flip1995Merge remote-tracking branch 'upstream/rust-1.44.1...
2020-07-14 flip1995Merge commit '2ca58e7dda4a9eb142599638c59dc04d15961175...
2020-07-13 borsAuto merge of #5790 - flip1995:rustup, r=flip1995
2020-07-08 borsAuto merge of #5776 - flip1995:rustup, r=flip1995
2020-07-03 flip1995Merge remote-tracking branch 'upstream/master' into...
2020-06-30 flip1995Merge remote-tracking branch 'upstream/master' into...
2020-06-24 borsAuto merge of #5701 - ebroto:4874_cmp_owned_fp, r=flip1995
2020-06-24 borsAuto merge of #5745 - montrivo:copy_on_clone, r=phansch
2020-06-23 Tim Nielenscopy_on_clone - add machine applicability
2020-06-05 flip1995Merge remote-tracking branch 'upstream/beta' into backp...
2020-05-08 borsAuto merge of #5541 - DarkEld3r:patch-1, r=flip1995
2020-05-02 borsAuto merge of #5536 - rail-rain:fix_manual_memcpy,...
2020-04-29 borsAuto merge of #5547 - CrazyRoka:fix-clone-double-ref...
2020-04-29 CrazyRokaFixed incorrect suggestion of `clone_double_ref` lint
2020-04-15 Philipp KronesRollup merge of #5248 - ThibsG:ConstValues, r=flip1995
2020-04-15 Jane LusbyMerge remote-tracking branch 'upstream/master' into...
2020-04-15 borsAuto merge of #5345 - Toxyxer:add-lint-for-float-in...
2020-04-13 borsAuto merge of #5448 - Emerentius:update_new_ret_no_self...
2020-04-10 borsAuto merge of #5441 - rabisg0:fix/clone-on-copy, r...
2020-04-09 Rabi GuhaCheck for clone-on-copy in argument positions
2019-10-28 flip1995Merge remote-tracking branch 'upstream/rust-1.39.0...
2019-10-28 flip1995Merge remote-tracking branch 'upstream/rust-1.38.0...
2019-10-28 flip1995Merge remote-tracking branch 'upstream/rust-1.36.0...
2019-10-09 borsAuto merge of #4616 - mati865:license, r=Manishearth
2019-10-08 borsAuto merge of #4611 - rust-lang:doc-visibility, r=flip1995
2019-10-08 borsAuto merge of #4595 - rust-lang:rustbot, r=flip1995
2019-10-08 borsAuto merge of #4592 - rust-lang:transmute-collection...
2019-10-04 borsAuto merge of #4613 - Lythenas:lint-assert_eq-unit_expr...
2019-10-04 borsAuto merge of #4621 - JohnTitor:fix-windows, r=phansch
2019-10-04 borsAuto merge of #4625 - phansch:rollup-qp7ki0h, r=phansch
2019-10-04 Phil HanschRollup merge of #4614 - HMPerson1:abs_cast_unsigned...
2019-10-04 Phil HanschRollup merge of #4509 - sinkuu:redundant_clone_fix...
2019-10-02 Shotaro YamadaTest fixes
2019-09-26 borsAuto merge of #4568 - mikerite:fix-4548, r=flip1995
2019-09-26 borsAuto merge of #4569 - james9909:add-comparison-chain...
2019-09-25 borsAuto merge of #4575 - Manishearth:suggestions, r=oli-obk
2019-09-25 Manish Goregaokarunnecessary_clone: split rustfixable lint out into...
2019-08-23 borsAuto merge of #4409 - jeremystucki:export, r=phansch
2019-08-21 borsAuto merge of #4372 - phansch:changelog_update, r=flip1995
2019-08-20 borsAuto merge of #4401 - JJJollyjim:literal-separation...
2019-08-20 borsAuto merge of #4420 - phansch:disable_rls_integration_t...
2019-08-19 borsAuto merge of #4414 - chansuke:fix-contributing-doc...
2019-08-19 borsAuto merge of #4411 - mikerite:fix-4384, r=flip1995
2019-08-19 Michael WrightFix `clone_on_copy` false positives
2019-05-30 borsAuto merge of #4113 - rust-lang:author, r=flip1995
2019-05-30 borsAuto merge of #4155 - phansch:rustup_trait_obj, r=oli-obk
2019-05-30 Philipp HanschRustup to https://github.com/rust-lang/rust/pull/61203
2019-05-17 Manish GoregaokarMerge remote-tracking branch 'origin/rust-1.34.1' into...
2019-05-17 Manish GoregaokarMerge remote-tracking branch 'origin/rust-1.31.0' into...
2019-05-17 Manish GoregaokarMerge remote-tracking branch 'origin/beta_backport...
2019-02-25 borsAuto merge of #3772 - flip1995:ice-3719, r=Manishearth
2019-02-24 borsAuto merge of #3790 - ljedrz:HirIdify_intravisit, r...
2019-02-21 borsAuto merge of #3789 - bzzzzzz:needless_range_loop_bugfi...
2019-02-20 borsAuto merge of #3781 - uniphil:write_with_newline_false_...
2019-02-20 borsAuto merge of #3779 - mikerite:fix-3704, r=phansch
2019-02-19 Michael WrightFormat again
2019-02-18 Michael WrightImprove `iter_cloned_collect` suggestions
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
2018-12-14 Michael WrightMerge branch 'master' into fix-3514
2018-12-12 borsAuto merge of #3533 - phansch:add_to_doc_valid_idents...
2018-12-12 borsAuto merge of #3529 - matthiaskrgr:rustfmt_tests, r...
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-09 Matthias Krügerrustfmt tests
2018-12-08 Philipp HanschMerge pull request #3336 from HMPerson1/clone_on_copy_deref
next