about summary refs log tree commit diff
path: root/clippy_lints/src/declared_lints.rs
AgeCommit message (Expand)AuthorLines
2024-07-05Rename thread_local_initializer_can_be_made_const to missing_const_for_thread...Alexey Semenyuk-1/+1
2024-07-05feat: add cfg_not_test lintMilo Moisson-0/+1
2024-07-04New Lint: `byte_char_slices`Marcel Müller-0/+1
2024-07-03Rename lint, generalize function, add known issues, use multispanRenato Lochetti-1/+1
2024-07-03Add new lint `hashset_insert_after_contains`Renato Lochetti-0/+1
2024-06-29Implement a lint to replace bit manual rotations with rotate_left/rotate_rightRoman Franchuk-0/+1
2024-06-27Merge commit '68a799aea9b65e2444fbecfe32217ce7d5a3604f' into clippy-subtree-u...Philipp Krones-0/+3
2024-06-27Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-0/+3
2024-06-25RFC 2383: Stabilize `lint_reasons` in Clippy :paperclips:xFrednet-1/+1
2024-06-20feat: unnecessary_min_max lintvohoanglong0107-0/+1
2024-06-16Add lint `manual_inspect`Jason Newcomb-0/+1
2024-06-16Add field_scoped_visibility_modifiers lintkyle oneill-0/+1
2024-06-13Merge commit '3e5a02b13b1244545454752c6629b767522a44b1' into clippy-subtree-u...Philipp Krones-3/+4
2024-06-11Add lint to check manual pattern char comparison and merge its code with sing...AurelienFT-1/+2
2024-06-05Auto merge of #10632 - Alexendoo:needless-maybe-sized, r=Jarchobors-0/+1
2024-06-03Auto merge of #12875 - y21:deprecate_cfg_lints, r=flip1995bors-2/+0
2024-06-03Auto merge of #12815 - GuillaumeGomez:add-needless_character_iteration, r=xFr...bors-0/+1
2024-06-01deprecate `mismatched_target_os`y21-1/+0
2024-06-01deprecate `maybe_misused_cfg`y21-1/+0
2024-05-27Add `needless_character_iteration` lintGuillaume Gomez-0/+1
2024-05-21Auto merge of #12765 - yusufraji:while-float, r=llogiqbors-0/+1
2024-05-12new lint: `macro_metavars_in_unsafe`y21-0/+1
2024-05-12Auto merge of #11540 - J-ZhengLi:issue11443, r=xFrednetbors-0/+1
2024-05-07add new lint that disallow renaming parameters in trait functionsJ-ZhengLi-0/+1
2024-05-06Add lint for markdown lazy paragraph continuationsMichael Howell-0/+1
2024-05-06Lint while loops with float comparisonYusuf Raji-0/+1
2024-04-14Add `needless_maybe_sized` lintAlex Macleod-0/+1
2024-03-30Auto merge of #12312 - pitaj:legacy_numeric_constants, r=xFrednetbors-0/+1
2024-03-24Auto merge of #12239 - GuillaumeGomez:missing_transmute_annotation, r=y21bors-0/+1
2024-03-21new lint `legacy_numeric_constants`Catherine-0/+1
2024-03-15Add `missing_transmute_annotation` lintGuillaume Gomez-0/+1
2024-03-11new restriction lint: `division_remainder_used`Jacherr-0/+1
2024-03-11Auto merge of #12378 - GuillaumeGomez:duplicated_attr, r=blyxyasbors-0/+1
2024-03-10Rename into `manual_unwrap_or_default`Guillaume Gomez-1/+1
2024-03-10Add new `match_option_and_default` lintGuillaume Gomez-0/+1
2024-03-09add new lint `zero_repeat_side_effects`Jacherr-0/+1
2024-03-09Add new `duplicated_attributes` lintGuillaume Gomez-0/+1
2024-03-09Auto merge of #12310 - samueltardieu:issue-12307, r=xFrednetbors-0/+1
2024-03-01Add `assigning_clones` lintJakub Beránek-0/+1
2024-02-27Add new `mixed_attributes_style` lintGuillaume Gomez-0/+1
2024-02-26Auto merge of #12342 - lucarlig:empty-docs, r=llogiqbors-0/+1
2024-02-26feat: add `const_is_empty` lintSamuel Tardieu-0/+1
2024-02-25WIP: empty doc span is still brokenlucarlig-0/+1
2024-02-24Add new `unnecessary_get_then_check` clippy lintGuillaume Gomez-0/+1
2024-02-24Auto merge of #12259 - GuillaumeGomez:multiple-bound-locations, r=llogiqbors-0/+1
2024-02-23Add new `multiple_bound_locations` lintGuillaume Gomez-0/+1
2024-02-22Add `unneeded_clippy_cfg_attr` lintGuillaume Gomez-0/+1
2024-05-21Merge commit '2efebd2f0c03dabbe5c3ad7b4ebfbd99238d1fb2' into clippy-subtree-u...Philipp Krones-0/+4
2024-04-04Merge commit '9725c4a162502a02c1c67fdca6b797fe09b2b73c' into clippy-subtree-u...Philipp Krones-0/+2
2024-03-21Merge commit '9d6f41691ed9dbfaec2a2df2661c42451f2fe0d3' into clippy-subtree-u...Philipp Krones-0/+5