about summary refs log tree commit diff
path: root/clippy_lints/src
AgeCommit message (Expand)AuthorLines
2025-02-05don't emit lint inside macro in `manual_async_fn`lapla-cogito-0/+1
2025-02-05move `expr_requires_coercion` to clippy_utils & some other adjustmentsJ-ZhengLi-71/+3
2025-02-04fix: manual_unwrap_or_defaultyanglsh-2/+32
2025-02-05fix [`manual_map`] not catching type adjustmentJ-ZhengLi-11/+77
2025-02-04Move mutex_integer to restriction and improve mutex_{integer,atomic} docs (#1...Jason Newcomb-9/+21
2025-02-03Simplify `reindent_multiline()` signatureSamuel Tardieu-35/+23
2025-02-03new `manual_option_as_slice` lint (#13901)Alejandra González-9/+229
2025-02-03tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc`Askar Safin-14/+13
2025-02-03add `manual_slice_fill` lint (#14082)llogiq-0/+140
2025-02-03add `manual_slice_fill` lintlapla-cogito-0/+140
2025-02-02Rollup merge of #136422 - nnethercote:convert-lint-functions, r=NoratriebMatthias Krüger-216/+125
2025-02-02remove "Known problems" of `verbose_bit_mask` (#14137)llogiq-3/+0
2025-02-03remove "Known problems" of `verbose_bit_mask`lapla-cogito-3/+0
2025-02-02autofix for `range_zip_with_len`lapla-cogito-6/+7
2025-02-02Convert two `rustc_middle::lint` functions to `Span` methods.Nicholas Nethercote-216/+125
2025-02-01autofix for `cmp_null` (#14122)Alex Macleod-10/+20
2025-02-02add autofix for `cmp_null`lapla-cogito-10/+20
2025-02-01Remove `Known problems` section `invalid_upcast_comparisons`alexey semenyuk-3/+0
2025-02-01Use a better message for `toplevel_ref_arg` lintSamuel Tardieu-1/+1
2025-02-01add MSRV check for `lines_filter_map_ok`lapla-cogito-4/+22
2025-02-01Rename `tcx.ensure()` to `tcx.ensure_ok()`Zalathar-1/+1
2025-02-01Resolve projections during internal mutability analysisPavel Grigorenko-0/+6
2025-01-31Do not remove semicolon if it changes the block type (#14103)dswij-13/+25
2025-01-30doc_link_code: add check for `text`[`adjacent`] style linksMichael Howell-0/+63
2025-01-30`sliced_string_as_bytes`: fix typo in lint description (#14117)Catherine Flores-1/+1
2025-01-30New lint: `precedence_bits`, with recent additions to `precedence` (#14115)llogiq-21/+48
2025-01-30`sliced_string_as_bytes`: fix typo in lint descriptionSamuel Tardieu-1/+1
2025-01-30feat: new lint for `and_then` when returning Option or Result (#14051)Catherine Flores-5/+124
2025-01-30introduce `ty::Value`Lukas Markeffsky-6/+4
2025-01-30New lint: `precedence_bits`, with recent additions to `precedence`Samuel Tardieu-21/+48
2025-01-30Move mutex_integer to restriction and improve mutex_{integer,atomic} docsTaiki Endo-9/+21
2025-01-30Include generic arguments when suggesting a closure η-reduction (#14105)llogiq-4/+9
2025-01-30change the applicability of `if_then_some_else_none` to `MachineApplicable`lapla-cogito-1/+1
2025-01-30autofix for `redundant_else` lint (#13936)Alejandra González-4/+42
2025-01-29Include generic arguments when suggesting a closure η-reductionSamuel Tardieu-4/+9
2025-01-29Do not remove semicolon if it changes the block typeSamuel Tardieu-13/+25
2025-01-29Add new lint `return_and_then`Aaron Ang-5/+124
2025-01-29Eliminate PatKind::PathOli Scherer-51/+114
2025-01-29Rollup merge of #136164 - celinval:chores-fnkind, r=oli-obkLeón Orell Valerian Liehr-2/+2
2025-01-29Rollup merge of #135902 - compiler-errors:item-non-self-bound-in-new-solver, ...León Orell Valerian Liehr-1/+1
2025-01-28Undo most of last commit and add type aliasSamuel Moelius-11/+10
2025-01-28Move `format_push_string` and `format_collect` to pedantic (#13894)Catherine Flores-4/+5
2025-01-28Fix escaping problem in `write_literal` and `print_literal` lint suggestion (...Catherine Flores-1/+1
2025-01-28Refactor FnKind variant to hold &FnCelina G. Val-2/+2
2025-01-28Make item self/non-self bound naming less whackMichael Goulet-1/+1
2025-01-28`needless_option_take`: add autofix (#14042)llogiq-4/+14
2025-01-28Merge commit '51d49c1ae2785b24ef18a46ef233fc1d91844666' into clippy-subtree-u...Philipp Krones-325/+1443
2025-01-28Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-330/+1445
2025-01-28Add new lint `doc_overindented_list_items`Yutaro Ohno-38/+105
2025-01-28proper applicability for `obfuscated_if_else` (#14061)Catherine Flores-1/+7