about summary refs log tree commit diff
path: root/clippy_lints/src
AgeCommit message (Expand)AuthorLines
2023-07-25clippy: `env!` invocations can't be b"" literalsDavid Wood-1/+1
2023-07-20XSimplifiedType to SimplifiedType::Xlcnr-4/+4
2023-07-19On nightly, dump ICE backtraces to diskEsteban Küber-1/+1
2023-07-17Rename arg_iter to iter_instantiatedMichael Goulet-1/+1
2023-07-17Another fix for incorrect_implsPhilipp Krones-4/+3
2023-07-17Merge commit 'd9c24d1b1ee61f276e550b967409c9f155eac4e3' into clippyupPhilipp Krones-898/+1942
2023-07-14refactor(rustc_middle): Substs -> GenericArgMahdi Dibaiee-243/+243
2023-07-13Rename cast_ref_to_mut to invalid_reference_casting (clippy side)Urgau-1/+1
2023-07-11Auto merge of #111717 - Urgau:uplift_fn_null_check, r=oli-obkbors-105/+1
2023-07-10Drop uplifted `clippy::fn_null_check`Urgau-105/+1
2023-07-08Auto merge of #113376 - Nilstrieb:pointer-coercions-are-not-casts-because-tha...bors-4/+4
2023-07-07Fix failing clippy testsAlex Macleod-1/+1
2023-07-07Rename `adjustment::PointerCast` and variants using it to `PointerCoercion`Nilstrieb-4/+4
2023-07-05Move `TyCtxt::mk_x` to `Ty::new_x` where applicableBoxy-15/+16
2023-07-02Merge commit '37f4c1725d3fd7e9c3ffd8783246bc5589debc53' into clippyupPhilipp Krones-1180/+5392
2023-07-02Auto merge of #112718 - oli-obk:SIMD-destructure_mir_const, r=cjgillotbors-14/+50
2023-06-26Migrate predicates_of and caller_bounds to ClauseMichael Goulet-20/+20
2023-06-26Auto merge of #112887 - WaffleLapkin:become_unuwuable_in_hir, r=compiler-erro...bors-0/+12
2023-06-26Make simd_shuffle_indices use valtreesOli Scherer-14/+50
2023-06-26Support `hir::ExprKind::Become` in clippyMaybe Waffle-0/+12
2023-06-22Migrate item_bounds to ty::ClauseMichael Goulet-1/+1
2023-06-21Auto merge of #112877 - Nilstrieb:rollup-5g5hegl, r=Nilstriebbors-21/+21
2023-06-21Auto merge of #106450 - albertlarsan68:fix-arc-ptr-eq, r=Amanieubors-3/+1
2023-06-19s/Clause/ClauseKindMichael Goulet-21/+21
2023-06-16Add `AliasKind::Weak` for type aliases.Oli Scherer-0/+1
2023-06-10Drop uplifted `clippy:cmp_nan`Urgau-59/+1
2023-06-09Auto merge of #111530 - Urgau:uplift_undropped_manually_drops, r=compiler-errorsbors-43/+3
2023-06-08Drop uplifted clippy::undropped_manually_dropsUrgau-43/+3
2023-06-08Whoops, submodule change was actually valid - undoing fixupAndrew Xie-1/+1
2023-06-08fixup! Removed stable/unstable sort arg from into_sorted_stable_ord, fixed a ...Andrew Xie-1/+1
2023-06-08Removed stable/unstable sort arg from into_sorted_stable_ord, fixed a few mis...Andrew Xie-1/+1
2023-06-02Rollup merge of #112165 - fee1-dead-contrib:rn-defualtness, r=compiler-errorsMatthias Krüger-1/+1
2023-06-02Merge commit '30448e8cf98d4754350db0c959644564f317bc0f' into clippyupPhilipp Krones-231/+728
2023-06-01Rename `impl_defaultness` to `defaultness`Deadbeef-1/+1
2023-05-31Drop uplifted clippy::cast_ref_to_mutUrgau-65/+1
2023-05-30Rollup merge of #112060 - lcnr:early-binder, r=jackh726Nilstrieb-5/+5
2023-05-30Rollup merge of #111543 - Urgau:uplift_invalid_utf8_in_unchecked, r=WaffleLapkinNilstrieb-77/+1
2023-05-29EarlyBinder::new -> EarlyBinder::bindlcnr-5/+5
2023-05-29Use `Cow` in `{D,Subd}iagnosticMessage`.Nicholas Nethercote-9/+6
2023-05-28Make EarlyBinder's inner value private; and fix all of the resulting errorsKyle Matsuda-1/+1
2023-05-28Replace EarlyBinder(x) with EarlyBinder::new(x)Kyle Matsuda-5/+5
2023-05-27Drop uplifted clippy::invalid_utf8_in_uncheckedUrgau-77/+1
2023-05-21Rename `forget_ref` lint to `forgetting_references`Urgau-2/+2
2023-05-21Rename `drop_ref` lint to `dropping_references`Urgau-2/+2
2023-05-21Rename `forget_copy` lint to `forgetting_copy_types`Urgau-2/+2
2023-05-21Rename `drop_copy` lint to `dropping_copy_types`Urgau-2/+2
2023-05-20Merge commit '435a8ad86c7a33bd7ffb91c59039943408d3b6aa' into clippyupPhilipp Krones-445/+955
2023-05-17Rollup merge of #111648 - Nilstrieb:language-items, r=WaffleLapkinDylan DPC-4/+5
2023-05-16Remove `LangItems::require`Nilstrieb-4/+5
2023-05-10Drop uplifted clippy::forget_copyUrgau-34/+3