summary refs log tree commit diff
path: root/src/tools/clippy/clippy_lints
AgeCommit message (Expand)AuthorLines
2023-10-02Backport https://github.com/rust-lang/rust-clippy/pull/11596Mark Rousskov-1/+1
2023-08-17Auto merge of #11314 - GuillaumeGomez:needless_ref_mut_async_block, r=Centri3bors-22/+81
2023-08-17Auto merge of #11070 - y21:issue11065, r=flip1995bors-3/+15
2023-08-14Move scrutinee `HirId` into `MatchSource::TryDesugar`Esteban Küber-11/+12
2023-08-11Merge commit '1e8fdf492808a25d78a97e1242b835ace9924e4d' into clippyupPhilipp Krones-238/+676
2023-08-11Auto merge of #114719 - compiler-errors:rollup-bf1vr51, r=compiler-errorsbors-80/+0
2023-08-10Revert "New lint [`filter_map_bool_then`]"Catherine Flores-80/+0
2023-08-09rustc: Move `crate_types` from `Session` to `GlobalCtxt`Vadim Petrochenkov-1/+0
2023-08-08Rollup merge of #114566 - fmease:type-alias-laziness-is-crate-specific, r=oli...Matthias Krüger-1/+1
2023-08-07Store the laziness of type aliases in the DefKindLeón Orell Valerian Liehr-1/+1
2023-08-06Rollup merge of #114505 - ouz-a:cleanup_mir, r=RalfJungMatthias Krüger-1/+1
2023-08-06cleanup misinformation regarding has_derefouz-a-1/+1
2023-08-04Auto merge of #114481 - matthiaskrgr:rollup-58pczpl, r=matthiaskrgrbors-31/+31
2023-08-04Rollup merge of #114434 - Nilstrieb:indexing-spans, r=est31Matthias Krüger-31/+31
2023-08-04Auto merge of #114104 - oli-obk:syn2, r=compiler-errorsbors-10/+1
2023-08-04Improve spans for indexing expressionsNilstrieb-31/+31
2023-08-03Rollup merge of #113657 - Urgau:expand-incorrect_fn_null_check-lint, r=cjgillotMatthias Krüger-1/+1
2023-08-02Auto merge of #107254 - chenyukang:yukang/fix-107113-wrong-sugg-in-macro, r=e...bors-3/+13
2023-08-02Remove constness from `TraitPredicate`Deadbeef-5/+2
2023-08-02fix RedundantLocals clippy caused by async and awaityukang-3/+13
2023-08-01Rename incorrect_fn_null_checks to useless_ptr_null_checks (clippy side)Urgau-1/+1
2023-07-31Merge commit '5436dba826191964ac1d0dab534b7eb6d4c878f6' into clippyupPhilipp Krones-1353/+2923
2023-07-31Remove a `bool` for color in favor of the `WriteColor` trait wrapping colored...Oli Scherer-1/+0
2023-07-31Use builder pattern instead of lots of arguments for `EmitterWriter::new`Oli Scherer-9/+1
2023-07-30Rollup merge of #112655 - WaffleLapkin:must_use_map_or, r=workingjubileeMatthias Krüger-3/+3
2023-07-30Mark `map_or` as `#[must_use]`Maybe Waffle-3/+3
2023-07-29Auto merge of #113422 - Urgau:cast_ref_to_mut-pre-beta, r=Nilstriebbors-1/+1
2023-07-28Make Clippy understand generic const itemsLeón Orell Valerian Liehr-3/+7
2023-07-27bless clippyDeadbeef-3/+5
2023-07-27Remove `constness` from `ParamEnv`Deadbeef-3/+2
2023-07-26Rollup merge of #114070 - blyxyas:iter_mut_symbol, r=oli-obkMatthias Krüger-1/+1
2023-07-26Auto merge of #114054 - oli-obk:cleanups, r=estebankbors-1/+1
2023-07-25Add `sym::iter_mut` + `sym::as_mut_ptr`blyxyas-1/+1
2023-07-25Use a builder instead of boolean/option argumentsOli Scherer-1/+1
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-899/+1943
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-1181/+5394
2023-07-02Auto merge of #112718 - oli-obk:SIMD-destructure_mir_const, r=cjgillotbors-14/+50