]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/needless_pass_by_value.rs
Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyup
[rust.git] / clippy_lints / src / needless_pass_by_value.rs
2021-03-25 flip1995Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1...
2021-03-17 borsAuto merge of #82122 - bstrie:dep4real, r=dtolnay
2021-03-17 borsAuto merge of #83188 - petrochenkov:field, r=lcnr
2021-03-17 Yuki OkushiRollup merge of #83092 - petrochenkov:qspan, r=estebank
2021-03-16 borsAuto merge of #82536 - sexxi-goose:handle-patterns...
2021-03-15 RoxaneAdd comments with examples and tests
2021-03-14 RoxaneAdd fake_read() to clippy
2021-03-10 borsAuto merge of #79519 - cjgillot:noattr, r=wesleywiser
2021-03-09 Camille GILLOTDo not store attrs in FnKind.
2021-02-13 borsAuto merge of #81238 - RalfJung:copy-intrinsics, r...
2021-02-02 Jack HueyRollup merge of #81260 - vn971:restore-editorconfig...
2021-02-01 borsAuto merge of #80851 - m-ou-se:panic-2021, r=petrochenkov
2021-01-30 flip1995Merge commit '95c0459217d1661edfa794c8bb122452b92fb485...
2021-01-22 borsAuto merge of #81135 - jyn514:no-backticks, r=flip1995
2021-01-18 Ashley MannixRollup merge of #81038 - flip1995:clippyup, r=Manishearth
2021-01-17 borsAuto merge of #80679 - jackh726:predicate-kind-take2...
2021-01-16 Jack HueyReview changes
2021-01-16 Jack HueyCleanup
2021-01-16 Jack HueyUse pred not binder
2021-01-16 Jack HueyCleanup
2021-01-16 Jack HueyRemove PredicateKind
2021-01-16 Jack HueyRemove PredicateKind::Atom
2021-01-15 flip1995Merge commit '953f024793dab92745fee9cd2c4dee6a60451771...
2021-01-14 borsAuto merge of #79328 - c410-f3r:hir-if, r=matthewjasper
2021-01-13 borsAuto merge of #77524 - Patryk27:fixes/66228, r=estebank
2021-01-13 Joshua NelsonSeparate out a `hir::Impl` struct
2020-12-20 flip1995Merge commit '4911ab124c481430672a3833b37075e6435ec34d...
2020-12-15 borsAuto merge of #78399 - vn-ki:gsgdt-graphviz, r=oli-obk
2020-11-18 Mara BosRollup merge of #79145 - camelid:clippy-fix-panics...
2020-11-17 borsAuto merge of #78779 - LeSeulArtichaut:ty-visitor-retur...
2020-11-16 Bastian Kauschkeclippy: fold by value
2020-11-09 Dylan DPCRollup merge of #78710 - petrochenkov:macvisit, r=davidtwco
2020-11-05 flip1995Merge commit 'b20d4c155d2fe3a8391f86dcf9a8c49e17188703...
2020-11-04 borsAuto merge of #78662 - sexxi-goose:add_expr_id_to_deleg...
2020-11-02 Dhruv JauharProvide diagnostic suggestion in ExprUseVisitor Delegate
2020-09-20 borsAuto merge of #76136 - CDirkx:const-result, r=dtolnay
2020-09-07 borsAuto merge of #76044 - ecstatic-morse:dataflow-lattice...
2020-09-04 LeSeulArtichaut`ty.kind` -> `ty.kind()` in rustdoc and clippy
2020-08-12 borsAuto merge of #75405 - flip1995:clippyup, r=Manishearth
2020-08-11 flip1995Merge commit '09bd400243ed6f7059fedc0c1623aae3792521d6...
2020-08-10 Dylan DPCRollup merge of #75098 - Ryan1729:clippy-pointer-cast...
2020-08-07 borsAuto merge of #74821 - oli-obk:const_eval_read_uninit_f...
2020-08-03 Vadim Petrochenkovrustc_ast: `(Nested)MetaItem::check_name` -> `has_name`
2020-07-27 Bastian Kauschkeintroduce PredicateAtom
2020-07-27 Bastian Kauschkeclippy
2020-07-17 Valentin LazureanuRename TypeckTables to TypeckResults.
2020-07-11 Manish GoregaokarRollup merge of #72920 - oli-obk:const_transmute, r...
2020-07-10 Tamir DubersteinAvoid "whitelist"
2020-07-07 borsAuto merge of #74117 - Manishearth:rollup-ds7z0kx,...
2020-07-07 Manish GoregaokarRollup merge of #73870 - sexxi-goose:projection-ty...
2020-07-06 borsAuto merge of #73978 - Mark-Simulacrum:shrink-paramenv...
2020-07-05 Mark RousskovShrink ParamEnv to 16 bytes
2020-07-02 Eduard-Mihai BurtescuUse 'tcx for references to AccessLevels wherever possible.
2020-06-26 borsAuto merge of #73756 - Manishearth:rollup-aehswb2,...
2020-06-26 Manish GoregaokarRollup merge of #73597 - ayazhafiz:i/const-span, r...
2020-06-25 Eduard-Mihai Burtescurustc_lint: only query `typeck_tables_of` when a lint...
2020-06-18 Aman AroraRefactor hir::Place
2020-05-29 borsAuto merge of #72671 - flip1995:clippyup, r=Xanewok
2020-05-29 Dylan DPCRollup merge of #72466 - lzutao:stabilize_str-strip...
2020-05-28 flip1995Merge commit '7ea7cd165ad6705603852771bf82cc2fd6560db5...
2020-05-23 Bastian Kauschkeiterate List by value
2020-05-20 Bastian Kauschkeintroduce newtype'd `Predicate<'tcx>`
2020-05-20 Bastian Kauschkerename `Predicate` to `PredicateKind`, introduce alias
2020-05-19 borsAuto merge of #68717 - petrochenkov:stabexpat, r=varkor
2020-05-17 flip1995Merge commit 'e214ea82ad0a751563acf67e1cd9279cf302db3a...
2020-04-28 borsAuto merge of #5543 - matthiaskrgr:rustup_45, r=flip1995
2020-04-28 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/71292/
2020-04-27 borsAuto merge of #5538 - csmoe:rustup, r=phansch
2020-04-27 csmoerustup: rust-lang/rust#71628
2020-04-27 borsAuto merge of #5522 - CrazyRoka:match_vec_item, r=phansch
2020-04-26 borsAuto merge of #5534 - phansch:remove-util-dev, r=flip1995
2020-04-26 borsAuto merge of #5509 - phansch:more-diagnostic-items2...
2020-04-26 Philipp Hanschcargo dev fmt
2020-04-26 Philipp HanschMore diagnostic items
2020-04-25 Philipp KronesRollup merge of #5523 - phansch:add-new-ret-no-self...
2020-04-25 Philipp KronesRollup merge of #5517 - flip1995:deploy_time_travel...
2020-04-25 Philipp KronesRollup merge of #5516 - flip1995:doc_release, r=phansch
2020-04-25 Philipp KronesRollup merge of #5505 - flip1995:avoid_running_lints...
2020-04-25 Philipp KronesRollup merge of #5408 - dtolnay:matchbool, r=flip1995
2020-04-25 borsAuto merge of #5520 - matthiaskrgr:rustup_44, r=flip199...
2020-04-24 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/71215/
2020-04-17 borsAuto merge of #5445 - logan-dev-oss:master, r=flip1995
2020-04-17 borsAuto merge of #5482 - phansch:diag, r=matthiaskrgr
2020-04-17 Philipp HanschCleanup: Rename 'db' variable to 'diag'
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-13 borsAuto merge of #5448 - Emerentius:update_new_ret_no_self...
2020-04-13 Philipp HanschCleanup: Use our `sym!` macro more
2020-04-11 borsAuto merge of #5450 - matthiaskrgr:rustup_41, r=phansch
2020-04-10 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/69745
2020-03-30 borsAuto merge of #5365 - mgr-inz-rafal:issue4983_bool_upda...
2020-03-30 borsAuto merge of #5373 - flip1995:doc_release_backport...
2020-03-30 borsAuto merge of #5387 - jpospychala:useless_self_fp,...
2020-03-30 borsAuto merge of #5392 - matthiaskrgr:rustup_40, r=phansch
next