about summary refs log tree commit diff
path: root/clippy_lints/src/lib.rs
AgeCommit message (Expand)AuthorLines
2024-10-03Merge commit 'aa0d551351a9c15d8a95fdb3e2946b505893dda8' into clippy-subtree-u...Philipp Krones-1/+1
2024-10-01Also sanitize configurationblyxyas-25/+1
2024-10-01Add manual_ignore_cast_cmp lintYuri Astrakhan-0/+2
2024-09-30Simplify negative `Option::{is_some_and,is_none_or}`Asuna-1/+1
2024-09-25Remove the `control_flow_enum` feature from clippyScott McMurray-1/+0
2024-09-26Add `sanitize_explanation`blyxyas-19/+24
2024-09-25Move tag removing to --explainblyxyas-1/+21
2024-09-24Turn declare_clippy_lint into a declarative macroblyxyas-2/+4
2024-09-24Merge commit '7901289135257ca0fbed3a5522526f95b0f5edba' into clippy-subtree-u...Philipp Krones-4/+15
2024-09-22FormattingPhilipp Krones-1/+1
2024-09-21Add lint unused_trait_namesRuairidh Williamson-0/+2
2024-09-07Lint readySamarth1696-0/+2
2024-09-05Add `manual_is_power_of_two`Sour1emon-0/+2
2024-09-06Add `manual_div_ceil`Artem Belyakov-0/+2
2024-09-05Auto merge of #13345 - Alexendoo:manual-non-exhaustive-visibility, r=y21bors-2/+1
2024-09-04Only lint `manual_non_exhaustive` for exported typesAlex Macleod-2/+1
2024-09-03add pointers_in_nomem_asm_block lintSoveu-0/+2
2024-08-31Auto merge of #12476 - GuillaumeGomez:add-manual_arithmetic_check, r=y21bors-1/+1
2024-08-31Add MSRV check for `saturating_sub` lints in const contextsGuillaume Gomez-1/+1
2024-08-27new lint: `zombie_processes`y21-0/+2
2024-08-24Merge commit '0f8eabd6231366bfc1bb1464601297c2d48f8f68' into clippyupJason Newcomb-14/+34
2024-08-12Replace the metadata collector with testsAlex Macleod-14/+34
2024-08-08Merge commit 'cb806113e0f83a8f9b47d35b453b676543bcc40e' into clippy-subtree-u...Philipp Krones-69/+12
2024-08-08Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-69/+12
2024-08-06Auto merge of #12150 - ithinuel:add_misleading_use_of_ok, r=y21bors-0/+2
2024-08-06Use `-D warnings` instead of `deny-warnings` feature.Jason Newcomb-1/+0
2024-08-05Store deprecated lints as an array of tuples.Jason Newcomb-58/+7
2024-07-29Remove some miscellaneous `#[allow]`sAlex Macleod-7/+0
2024-07-29Add lint for `unused_result_ok`Wilfried Chauveau-0/+2
2024-07-28step cfg(bootstrap)Mark Rousskov-1/+0
2024-07-28Mark the lints for each config via an attribute instead of a doc comment..Jason Newcomb-1/+1
2024-07-28stabilize `is_sorted`Slanterns-1/+0
2024-07-27Auto merge of #13053 - nyurik:rename-set_contains_or_insert, r=llogiqbors-1/+1
2024-07-26Add `BTreeSet` to set_contains_or_insertYuri Astrakhan-1/+1
2024-07-26Make `std_instead_of_core` somewhat MSRV awareAlex Macleod-1/+1
2024-07-25Merge commit '37f4fbb92913586b73a35772efd00eccd1cbbe13' into clippy-subtree-u...Philipp Krones-364/+99
2024-07-24Replace local variables signifying "done" or "loop break", use ControlFlow #1...blyxyas-0/+1
2024-07-21[`pathbuf_init_then_push`]: Checks for calls to `push` immediately after cre...lengyijun-0/+2
2024-07-17Refactor for using config values:Jason Newcomb-364/+96
2024-07-11Merge commit 'b794b8e08c16517a941dc598bb1483e8e12a8592' into clippy-subtree-u...Philipp Krones-9/+15
2024-07-10Auto merge of #12944 - Jarcho:overflow_check, r=y21bors-2/+2
2024-07-09Auto merge of #13069 - Jarcho:misc_small4, r=Manishearthbors-0/+1
2024-07-08Auto merge of #13056 - y21:rm-compiler-lint-functions, r=Manishearthbors-3/+0
2024-07-07Rework `init_numbered_fields`:Jason Newcomb-0/+1
2024-07-07`manual_float_methods`:Jason Newcomb-0/+1
2024-07-07Rename `overflow_check_conditional` to `panicking_overflow_checks`.Jason Newcomb-2/+2
2024-07-06remove internal `compiler_lint_functions` linty21-3/+0
2024-07-05Auto merge of #12974 - alex-semenyuk:rename_thread_local_initializer_can_be_m...bors-4/+3
2024-07-05Rename thread_local_initializer_can_be_made_const to missing_const_for_thread...Alexey Semenyuk-4/+3
2024-07-05feat: add cfg_not_test lintMilo Moisson-0/+2