]> git.lizzy.rs Git - rust.git/history - tests/ui/redundant_clone.fixed
update most tests to 2021 edition
[rust.git] / tests / ui / redundant_clone.fixed
2021-10-30 Andre Bogusupdate most tests to 2021 edition
2021-07-19 borsAuto merge of #7221 - th1000s:keyword_, r=giraffate
2021-07-19 borsAuto merge of #7403 - Anthuang:redundant-method-names...
2021-07-16 Guillaume GomezRollup merge of #87069 - sexxi-goose:copy_ref_always...
2021-07-15 borsAuto merge of #7460 - camsteffen:run-from-source, r...
2021-07-15 flip1995Merge commit '54a20a02ecd0e1352a871aa0990bcc8b8b03173e...
2021-07-15 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-07-14 borsAuto merge of #7462 - xFrednet:7369-branches-sharing...
2021-07-14 borsAuto merge of #7437 - ebobrow:redundant-closure-move...
2021-07-14 borsAuto merge of #7346 - lengyijun:redundant_clone_5707...
2021-07-14 lyjfix 5707
2021-05-04 borsAuto merge of #83213 - rylev:update-lints-to-errors...
2021-04-11 borsAuto merge of #6905 - ThibsG:fpSingleComponentPathImpor...
2021-04-08 flip1995Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9...
2021-04-08 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-04-02 borsAuto merge of #7016 - camsteffen:bind-map-paths, r...
2021-04-02 borsAuto merge of #6988 - mikerite:fix-6984, r=camsteffen
2021-04-01 borsAuto merge of #7013 - Y-Nak:fix-needless-paren, r=flip1995
2021-04-01 borsAuto merge of #7011 - Jarcho:redundant_clone_fp, r...
2021-03-31 Jason NewcombFix `redundant_clone` fp where the cloned value is...
2021-03-17 borsAuto merge of #82122 - bstrie:dep4real, r=dtolnay
2021-03-17 borsAuto merge of #6805 - matthiaskrgr:uca_nopub_6803,...
2021-03-12 flip1995Merge commit '6ed6f1e6a1a8f414ba7e6d9b8222e7e5a1686e42...
2021-03-11 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-03-10 borsAuto merge of #6814 - hyd-dev:issue-6486, r=flip1995
2021-03-10 borsAuto merge of #6794 - camsteffen:needless-borrowed...
2021-03-07 borsAuto merge of #6823 - Jarcho:diagnostic_items, r=phansch
2021-03-02 borsAuto merge of #6801 - Jarcho:manual_match_fix, r=phansch
2021-03-02 borsAuto merge of #6791 - TaKO8Ki:iter-count, r=matthiaskrgr
2021-03-02 borsAuto merge of #6822 - camsteffen:rustfmt, r=llogiq
2021-03-01 Cameron SteffenAdd version = "Two" to rustfmt.toml
2021-02-28 borsAuto merge of #6802 - camsteffen:dogfood-fix, r=llogiq
2021-02-27 borsAuto merge of #6730 - anall:feature/owned_to_owned_meth...
2021-02-27 Andrea Nalladded new lint `implicit_clone`
2020-08-04 Philipp KronesRollup merge of #5856 - phansch:remove-symbol-reexport...
2020-07-26 borsAuto merge of #5820 - ThibsG:FixSuspiciousArithmeticImp...
2020-07-26 flip1995Merge commit 'da5a6fb1b65ec6581a67e942a3850f6bc15a552c...
2020-07-21 borsAuto merge of #5830 - flip1995:rustup, r=flip1995
2020-07-20 borsAuto merge of #5824 - tmiasko:manually-drop-clone,...
2020-07-19 Tomasz MiąskoIgnore not really redundant clones of ManuallyDrop
2020-04-15 Philipp KronesRollup merge of #5430 - michaelsproul:integer-arithmeti...
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-15 borsAuto merge of #5452 - phansch:match_def_path_refactor...
2020-04-14 borsAuto merge of #5449 - phansch:diagnostic-items, r=matth...
2020-04-14 borsAuto merge of #5460 - phansch:fix_incorrect_tests,...
2020-04-14 borsAuto merge of #5457 - phansch:sym, r=matthiaskrgr
2020-04-14 borsAuto merge of #5453 - rabisg0:fix/redundant_clone,...
2020-04-13 Rabi GuhaFixes #5405: redundant clone false positive with arrays
2020-03-18 flip1995Merge remote-tracking branch 'upstream/rust-1.43.0...
2020-03-13 borsAuto merge of #5308 - flip1995:changelog, r=Manishearth
2020-03-12 borsAuto merge of #5304 - sinkuu:redundant_clone_not_consum...
2020-03-12 Shotaro YamadaUse visit_place
2020-03-12 Shotaro YamadaCheck for mutation
2020-03-12 Shotaro YamadaExtend `redundant_clone` to the case that cloned value...
2020-02-15 borsAuto merge of #4809 - iankronquist:patch-1, r=flip1995
2020-01-09 borsAuto merge of #4960 - ThibsG:patterns_with_wildcard_...
2020-01-08 borsAuto merge of #5022 - flip1995:useless_attr, r=phansch
2020-01-08 borsAuto merge of #5017 - sinkuu:mir_no_opt_fallout, r...
2020-01-08 Shotaro YamadaFix `redundant_clone`
2019-11-28 Phil HanschRollup merge of #4832 - dario23:i4829, r=phansch
2019-11-23 Philipp KronesRollup merge of #4830 - lzutao:str-repeat, r=flip1995
2019-11-23 Philipp KronesRollup merge of #4820 - guanqun:comment-fix, r=flip1995
2019-11-23 Philipp KronesRollup merge of #4811 - mikerite:lit_repr_20191113...
2019-11-23 Philipp KronesRollup merge of #4766 - phansch:fix_fp_in_derive_hash_x...
2019-11-23 Philipp KronesRollup merge of #4730 - yerke:fix-check_infinite_loop...
2019-11-23 flip1995Merge remote-tracking branch 'FlorianRohm/issue/4623...
2019-11-23 flip1995Merge remote-tracking branch 'Areredify/large_stack_arr...
2019-11-23 flip1995Merge remote-tracking branch 'popzxc/if-same-cond-fn...
2019-11-23 flip1995Merge remote-tracking branch 'upstream/zst-offset'...
2019-11-23 borsAuto merge of #4825 - Manishearth:rustup, r=flip1995
2019-11-22 flip1995Set mir_opt_level=0
2019-11-19 Manish GoregaokarRustup to rustc 1.41.0-nightly (d1da8023d 2019-11-19)
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 YamadaAdd run-rustfix