about summary refs log tree commit diff
path: root/clippy_lints/src/lib.rs
AgeCommit message (Expand)AuthorLines
2025-02-20Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-1/+3
2025-02-18remove an unneeded `#![feature]`cyrgani-1/+0
2025-02-09Add `single_option_map` lint (#14033)llogiq-0/+2
2025-02-09Add single_option_map lintYusuf Raji-0/+2
2025-02-07Convert `EMPTY_LINE_AFTER_OUTER_ATTR` and `EMPTY_LINE_AFTER_OUTER_ATTR` lint ...Guillaume Gomez-0/+2
2025-02-07add MSRV check for `lines_filter_map_ok` (#14130)Catherine Flores-1/+1
2025-02-06Merge commit '3e3715c31236bff56f1c63a1de2c7bbdfcfb0923' into clippy-subtree-u...Philipp Krones-0/+2
2025-02-01add MSRV check for `lines_filter_map_ok`lapla-cogito-1/+1
2025-01-28Merge commit '51d49c1ae2785b24ef18a46ef233fc1d91844666' into clippy-subtree-u...Philipp Krones-1/+7
2025-01-26new `manual_option_as_slice` lintAndre Bogus-0/+2
2025-01-24add new lint `non_std_lazy_statics`J-ZhengLi-0/+2
2025-01-22`unnecessary_semicolon`: do not lint if it may cause borrow errorsSamuel Tardieu-1/+1
2025-01-19New lint: `unnecessary_semicolon`Samuel Tardieu-0/+2
2025-01-13Rust 1.81 and later support elision with explicit self typesSamuel Tardieu-1/+1
2025-01-12Add new lint `unneeded_struct_pattern` (#13465)Catherine Flores-0/+2
2025-01-09Merge commit '19e305bb57a7595f2a8d81f521c0dd8bf854e739' into clippy-subtree-u...Philipp Krones-1/+5
2024-12-27Make `inconsistent_struct_constructor` "all fields are shorthand" requirement...Timo-1/+5
2024-12-26Make "all fields are shorthand" requirement configurableSamuel Moelius-1/+5
2024-12-26Merge commit '609cd310be44677ae31d452a17b0f8207e1abfe1' into clippy-subtree-u...Philipp Krones-1/+6
2024-12-26Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-1/+6
2024-12-16rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structuresJonathan Dönszelmann-1/+1
2024-12-16Correctly handle string indices in `literal_string_with_formatting_arg`Guillaume Gomez-0/+1
2024-12-15Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-1/+5
2024-12-15Add new lint `unneeded_struct_pattern`Asuna-0/+2
2024-12-02Drop uplifted `clippy::fn_address_comparisons`Urgau-2/+0
2024-11-22Limit `literal_string_with_formatting_args` to known variables if no formatti...Guillaume Gomez-1/+1
2024-11-22Rename `literal_string_with_formatting_arg` into `literal_string_with_formatt...Guillaume Gomez-3/+3
2024-11-22Allow `literal_string_with_formatting_arg` in some clippy cratesGuillaume Gomez-1/+2
2024-11-19Add new `literal_string_with_formatting_arg` lintGuillaume Gomez-0/+3
2024-11-07Merge commit 'f712eb5cdccd121d0569af12f20e6a0fabe4364d' into clippy-subtree-u...Philipp Krones-1/+11
2024-11-07Merge pull request #13657 from jdonszelmann/disallowed-macros-to-earlyPhilipp Krones-1/+8
2024-11-07Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-0/+3
2024-11-05collect attribute spans early for disallowed macrosJonathan Dönszelmann-1/+8
2024-11-04Move two attribute lints to be early pass (post expansion)Jonathan Dönszelmann-0/+2
2024-10-30new lint: `source_item_ordering`decryphe-0/+2
2024-10-19Apply review comments + use `shallow_lint_levels_on`blyxyas-1/+1
2024-10-19Remove module passes filteringblyxyas-1/+1
2024-10-19Follow review comments (optimize the filtering)blyxyas-0/+3
2024-10-18Auto merge of #13543 - GnomedDev:symbol-comparisons, r=y21bors-0/+1
2024-10-18Merge commit 'a109190d7060236e655fc75533373fa274ec5343' into clippy-subtree-u...Philipp Krones-5/+12
2024-10-18Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-5/+12
2024-10-15Add lint for unnecessary lifetime bounded &str returnGnomedDev-0/+2
2024-10-13Add lint to check for slow symbol comparisonsGnomedDev-0/+1
2024-10-13Auto merge of #13510 - alex-semenyuk:cleanup_const_float_classify, r=llogiqbors-1/+1
2024-10-13Auto merge of #13334 - nyurik:ascii-str-eq, r=xFrednetbors-0/+2
2024-10-12Rollup merge of #131277 - ismailarilik:handle-potential-query-instability-lin...Matthias Krüger-2/+0
2024-10-11Auto merge of #13359 - blyxyas:declare_clippy_macro, r=Alexendoobors-4/+7
2024-10-10Clean up const_float_classify leftoversAlexey Semenyuk-1/+1
2024-10-05Handle `clippy` cases of `rustc::potential_query_instability` lintismailarilik-2/+0
2024-10-04Rollup merge of #130518 - scottmcm:stabilize-controlflow-extra, r=dtolnayJubilee-1/+0