about summary refs log tree commit diff
path: root/clippy_lints/src/declared_lints.rs
AgeCommit message (Expand)AuthorLines
2024-11-22Rename `literal_string_with_formatting_arg` into `literal_string_with_formatt...Guillaume Gomez-1/+1
2024-11-21Add new lint `doc_include_without_cfg` (#13625)Alejandra González-0/+1
2024-11-21Add new lint `doc_include_without_cfg`Guillaume Gomez-0/+1
2024-11-19Add new `literal_string_with_formatting_arg` lintGuillaume Gomez-0/+1
2024-11-14Merge commit '786fbd6d683933cd0e567fdcd25d449a69b4320c' into clippy-subtree-u...Philipp Krones-0/+1
2024-11-12new lint `unnecessary_map_or`Jacherr-0/+1
2024-11-07Merge commit 'f712eb5cdccd121d0569af12f20e6a0fabe4364d' into clippy-subtree-u...Philipp Krones-0/+6
2024-10-30new lint: `source_item_ordering`decryphe-0/+1
2024-10-29Add new `map_with_unused_argument_over_ranges` lintRobert Spencer-0/+1
2024-10-29Add new lint: `map_all_any_identity`Samuel Tardieu-0/+1
2024-10-28New lint `needless_as_bytes`Samuel Tardieu-0/+1
2024-10-18Auto merge of #13543 - GnomedDev:symbol-comparisons, r=y21bors-0/+2
2024-10-18Merge commit 'a109190d7060236e655fc75533373fa274ec5343' into clippy-subtree-u...Philipp Krones-0/+3
2024-10-15Add lint for unnecessary lifetime bounded &str returnGnomedDev-0/+1
2024-10-13Add lint to check for slow symbol comparisonsGnomedDev-0/+2
2024-10-13Auto merge of #13334 - nyurik:ascii-str-eq, r=xFrednetbors-0/+1
2024-10-05Auto merge of #13412 - GnomedDev:regex-comp-in-loop, r=y21bors-0/+1
2024-10-03Merge commit 'aa0d551351a9c15d8a95fdb3e2946b505893dda8' into clippy-subtree-u...Philipp Krones-0/+1
2024-10-01Add manual_ignore_cast_cmp lintYuri Astrakhan-0/+1
2024-09-28Suggest `Option<&T>` instead of `&Option<T>`Yuri Astrakhan-0/+1
2024-09-24Merge commit '7901289135257ca0fbed3a5522526f95b0f5edba' into clippy-subtree-u...Philipp Krones-2/+11
2024-09-21Implement lint for regex::Regex compilation inside a loopGnomedDev-0/+1
2024-09-21Add lint unused_trait_namesRuairidh Williamson-0/+1
2024-09-19Initial impl of `unnecessary_first_then_check`Lukas Lueg-0/+1
2024-09-07Lint readySamarth1696-0/+1
2024-09-05Add `manual_is_power_of_two`Sour1emon-0/+1
2024-09-06Add `manual_div_ceil`Artem Belyakov-0/+1
2024-09-03add pointers_in_nomem_asm_block lintSoveu-0/+1
2024-08-31Auto merge of #12476 - GuillaumeGomez:add-manual_arithmetic_check, r=y21bors-0/+1
2024-08-29Create new `inverted_saturating_sub` lintGuillaume Gomez-0/+1
2024-08-27new lint: `zombie_processes`y21-0/+1
2024-08-27Auto merge of #13294 - WeiTheShinobi:new_lint_used_underscore_items, r=llogiqbors-0/+1
2024-08-24Merge commit '0f8eabd6231366bfc1bb1464601297c2d48f8f68' into clippyupJason Newcomb-3/+2
2024-08-24Rewrite empty_line_after_doc_comments and empty_line_after_outer_attrAlex Macleod-2/+2
2024-08-24Auto merge of #12993 - GuillaumeGomez:too_long_first_doc_paragraph, r=Centri3bors-0/+1
2024-08-21Add new lint: `used_underscore_items`WeiTheShinobi-0/+1
2024-08-12Replace the metadata collector with testsAlex Macleod-3/+1
2024-08-08Merge commit 'cb806113e0f83a8f9b47d35b453b676543bcc40e' into clippy-subtree-u...Philipp Krones-2/+1
2024-08-06Auto merge of #12150 - ithinuel:add_misleading_use_of_ok, r=y21bors-0/+1
2024-08-05Make `cargo dev deprecate` require a reasonJason Newcomb-2/+0
2024-07-29Add lint for `unused_result_ok`Wilfried Chauveau-0/+1
2024-07-26Add new `too_long_first_doc_paragraph` first paragraph lintGuillaume Gomez-0/+1
2024-07-25Merge commit '37f4fbb92913586b73a35772efd00eccd1cbbe13' into clippy-subtree-u...Philipp Krones-0/+1
2024-07-21[`pathbuf_init_then_push`]: Checks for calls to `push` immediately after cre...lengyijun-0/+1
2024-07-11Merge commit 'b794b8e08c16517a941dc598bb1483e8e12a8592' into clippy-subtree-u...Philipp Krones-4/+6
2024-07-10Auto merge of #12944 - Jarcho:overflow_check, r=y21bors-1/+1
2024-07-08Auto merge of #13056 - y21:rm-compiler-lint-functions, r=Manishearthbors-2/+0
2024-07-07Rename `overflow_check_conditional` to `panicking_overflow_checks`.Jason Newcomb-1/+1
2024-07-06remove internal `compiler_lint_functions` linty21-2/+0
2024-07-05Auto merge of #12974 - alex-semenyuk:rename_thread_local_initializer_can_be_m...bors-1/+1