]> git.lizzy.rs Git - rust.git/history - tests/ui/redundant_clone.fixed
Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd' into clippyup
[rust.git] / tests / ui / redundant_clone.fixed
2022-04-08 flip1995Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd...
2022-01-03 Matthias KrügerRollup merge of #90102 - nbdd0121:box3, r=jonas-schievink
2021-11-04 flip1995Merge commit 'e18101137866b79045fee0ef996e696e68c920b4...
2021-07-16 Guillaume GomezRollup merge of #87069 - sexxi-goose:copy_ref_always...
2021-07-15 flip1995Merge commit '54a20a02ecd0e1352a871aa0990bcc8b8b03173e...
2021-05-04 borsAuto merge of #83213 - rylev:update-lints-to-errors...
2021-04-08 flip1995Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9...
2021-03-17 borsAuto merge of #82122 - bstrie:dep4real, r=dtolnay
2021-03-12 flip1995Merge commit '6ed6f1e6a1a8f414ba7e6d9b8222e7e5a1686e42...
2020-07-26 flip1995Merge commit 'da5a6fb1b65ec6581a67e942a3850f6bc15a552c...
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