about summary refs log tree commit diff
path: root/clippy_config
AgeCommit message (Expand)AuthorLines
2025-02-21rename `MANUAL_DIV_CEIL` MSRV alias and add missing conf info for `manual_div...Alejandra González-0/+1
2025-02-20Rustup (#14262)Philipp Krones-1/+1
2025-02-20add missing MSRV configuration information for `manual_div_ceil`lapla-cogito-0/+1
2025-02-20Bump Clippy version -> 0.1.87Philipp Krones-1/+1
2025-02-19add `owned_cow` lintAndre Bogus-0/+1
2025-02-12New lint: `mem_replace_option_with_some` (#14197)llogiq-0/+1
2025-02-12New lint: `mem_replace_option_with_some`Samuel Tardieu-0/+1
2025-02-11`{expect,unwrap}_used`: add options to lint at compilation timeSamuel Tardieu-0/+6
2025-02-10correct "Affected lints" for `allow-one-hash-in-raw-strings`lapla-cogito-1/+1
2025-02-08Two improvements to `disallowed_*` (#13669)Catherine Flores-15/+78
2025-02-08add MSRV check for `manual_flatten` (#14086)dswij-0/+1
2025-02-07Address additional review commentsSamuel Moelius-1/+3
2025-02-07add `manual_option_as_slice` MSRV to the lint documentation (#14171)Catherine Flores-0/+1
2025-02-07add MSRV check for `lines_filter_map_ok` (#14130)Catherine Flores-0/+1
2025-02-07add `manual_option_as_slice` to the lint documentationlapla-cogito-0/+1
2025-02-03add `manual_slice_fill` lint (#14082)llogiq-0/+1
2025-02-03add `manual_slice_fill` lintlapla-cogito-0/+1
2025-02-01add MSRV check for `lines_filter_map_ok`lapla-cogito-0/+1
2025-01-28Undo most of last commit and add type aliasSamuel Moelius-61/+23
2025-01-27add MSRV check for `manual_flatten`lapla-cogito-0/+1
2025-01-27fixed a missing description of the MSRV option for `manual_repeat_n`lapla-cogito-0/+1
2025-01-24add new lint `non_std_lazy_statics`J-ZhengLi-0/+1
2025-01-22Suggest using `Vec::extend()` in `same_item_push` (#13987)Fridtjof Stoldt-0/+1
2025-01-15Suggest using `Vec::extend()` in `same_item_push`Samuel Tardieu-0/+1
2025-01-13Select edition 2024Samuel Tardieu-1/+1
2025-01-09Bump Clippy version -> 0.1.86Philipp Krones-1/+1
2024-12-27Make `inconsistent_struct_constructor` "all fields are shorthand" requirement...Timo-0/+20
2024-12-26Make "all fields are shorthand" requirement configurableSamuel Moelius-0/+20
2024-12-20Add allow-indexing-slicing-in-tests optionAlexey Semenyuk-0/+3
2024-12-18Use two structs rather than a const genericSamuel Moelius-25/+65
2024-11-28Bump Clippy version -> 0.1.85Philipp Krones-1/+1
2024-11-22Remove incorrect "no default" text from trivial_copy_size_limitboyned//Kampfkarren-1/+1
2024-11-21Add new lint `doc_include_without_cfg` (#13625)Alejandra González-1/+1
2024-11-21Add new lint `doc_include_without_cfg`Guillaume Gomez-1/+1
2024-11-19Add `cargo dev release` subcommandPhilipp Krones-0/+2
2024-11-15Add const parameter `REPLACEMENT_ALLOWED` to `DisallowedPath`Samuel Moelius-16/+45
2024-11-15Properly handle `disallowed_types`Samuel Moelius-1/+1
2024-11-15Support replacements in `disallowed_methods`Samuel Moelius-4/+34
2024-11-15Move create_disallowed_map to clippy_configPhilipp Krones-0/+19
2024-11-15Move MSRV implementation to clippy_utilsPhilipp Krones-172/+1
2024-11-02Auto merge of #13376 - decryphe:source-ordering, r=llogiqbors-1/+338
2024-10-30Add 'CoAP' to doc-valid-identschrysn-1/+1
2024-10-30new lint: `source_item_ordering`decryphe-1/+338
2024-10-29Add new `map_with_unused_argument_over_ranges` lintRobert Spencer-2/+3
2024-10-27Swap Msrv from Vec to SmallVecGnomedDev-4/+6
2024-10-26Auto merge of #13571 - Alexendoo:website-code-indent, r=Centri3bors-1/+3
2024-10-24Auto merge of #13460 - ROMemories:feat/freq-units-allowed-idents, r=Centri3bors-0/+1
2024-10-20Fix indentation of website code snippetsAlex Macleod-1/+3
2024-10-18Bump Clippy version -> 0.1.84Philipp Krones-1/+1
2024-10-13Auto merge of #13510 - alex-semenyuk:cleanup_const_float_classify, r=llogiqbors-2/+1