about summary refs log tree commit diff
path: root/clippy_lints/src/declared_lints.rs
AgeCommit message (Expand)AuthorLines
2023-04-07new lint: suspicious_doc_commentsy21-0/+1
2023-04-06Add [`manual_slice_size_calculation`]Michael Schubart-0/+1
2023-04-02Add `tests_outside_test_module` lintblyxyas-0/+1
2023-03-31Flag `bufreader.lines().filter_map(Result::ok)` as suspiciousSamuel "Sam" Tardieu-0/+1
2023-03-30Auto merge of #10414 - csmoe:large-future, r=xFrednetbors-0/+1
2023-03-30Auto merge of #9102 - botahamec:unused-box, r=xFrednetbors-0/+1
2023-03-26Added the new lint with some docs and testsMicha White-0/+1
2023-03-26Merge branch 'rust-lang:master' into clear-with-drainbluthej-0/+1
2023-03-23New lint: detect unnecessary struct buildingSamuel "Sam" Tardieu-0/+1
2023-03-21Create `clear_with_drain` lintbluthej-0/+1
2023-03-20add large future lintcsmoe-0/+1
2023-03-16New lint to detect `&std::path::MAIN_SEPARATOR.to_string()`Samuel "Sam" Tardieu-0/+1
2023-03-15Rename lintblyxyas-1/+1
2023-03-11Add `allow_attribute` lintblyxyas-0/+1
2023-03-09Add `let_with_type_underscore` lintblyxyas-0/+1
2023-03-08Add new `redundant_async_block` lintSamuel Tardieu-0/+1
2023-03-08Add `missing_assert_message` lintBurak Varlı-0/+1
2023-02-27Add `collection_is_never_read`Michael Schubart-0/+1
2023-02-23Add new lint no_mangle_with_rust_abiKrishna Sundarram-0/+1
2023-02-21Auto merge of #10197 - blyxyas:impl_trait_param, r=Jarchobors-0/+1
2023-02-16Add the `transmute_int_to_non_zero` lintJirka Vebr-0/+1
2023-02-16Auto merge of #10342 - mitsuhiko:feature/question-mark-used, r=Alexendoobors-0/+1
2023-02-16Auto merge of #10356 - JirkaVebr:let_underscore_untyped, r=llogiqbors-0/+1
2023-02-16Auto merge of #10163 - c410-f3r:lock-1, r=llogiqbors-0/+1
2023-02-16Add the `let_underscore_untyped` lintJirka Vebr-0/+1
2023-02-15Rename lint to better fit lint naming conventionsblyxyas-1/+1
2023-02-15Add `impl_trait_param` lintblyxyas-0/+1
2023-02-13Add question-mark-used lintArmin Ronacher-0/+1
2023-02-10[significant_drop_tightening] Add MVPCaio-0/+1
2023-02-10Update lints.Mara Bos-0/+1
2023-02-02Add `extra_unused_type_parameters` lintMichael Krasnitski-0/+1
2023-01-18Add `multiple_unsafe_ops_per_block` lintNiki4tap-0/+1
2023-01-10renameRobert Bastian-1/+1
2022-12-24Add size_of_ref lintLukas Lueg-0/+1
2022-12-20add [`permissions_set_readonly_false`] #9702dboso-0/+1
2022-12-18Add lint `fn_null_check`Niki4tap-0/+1
2022-12-18Add lint `transmute_null_to_fn`Niki4tap-0/+1
2022-12-09Add lint `almost_complete_range`Hannah Town-1/+1
2022-12-09Auto merge of #9826 - Veykril:semi-blocks, r=Alexendoobors-0/+2
2022-11-25Add semicolon-outside/inside-block lintsLukas Wirth-0/+2
2022-11-25Lint unnecessary safety comments on itemsLukas Wirth-0/+1
2022-11-20Fix typo missnamed -> misnamedSosthène Guédon-1/+1
2022-11-20Document missname_gettersSosthène Guédon-1/+1
2022-11-20Add missnamed_getters lintSosthène Guédon-0/+1
2022-11-15Auto merge of #9570 - nfejzic:lint-unchecked-duration-subtraction, r=llogiqbors-1/+2
2022-11-10fix: update lintsNadir Fejzic-1/+2
2022-11-10Add `unnecessary_safety_doc` lintLukas Wirth-0/+1
2022-11-08Auto merge of #9765 - koka831:feat/manual_is_ascii_check, r=xFrednetbors-0/+1
2022-11-07Move `needless_collect` into the `methods` lint passJason Newcomb-1/+1
2022-11-07feat: implement manual_is_ascii_check lintkoka-0/+1