about summary refs log tree commit diff
path: root/clippy_lints/src/lib.rs
AgeCommit message (Expand)AuthorLines
2021-07-28Update lint documentation to use markdown headlinesxFrednet-6/+5
2021-07-19Merge remote-tracking branch 'upstream/master' into rustupflip1995-0/+5
2021-07-19Auto merge of #7403 - Anthuang:redundant-method-names, r=Manishearthbors-0/+6
2021-07-15Merge commit '54a20a02ecd0e1352a871aa0990bcc8b8b03173e' into clippyupflip1995-2/+8
2021-07-15Merge remote-tracking branch 'upstream/master' into rustupflip1995-2/+8
2021-07-06Add s to non_fmt_panicRyan Levick-1/+1
2021-07-05Add redundant_method_names lintAnthony Huang-0/+6
2021-07-05Add new lint: strlen_on_c_stringsMateusz Gacek-0/+5
2021-07-03Auto merge of #7316 - lengyijun:rc_mutex, r=llogiqbors-0/+2
2021-07-02Downgrade nonstandard_macro_braces to nurseryDavid Tolnay-2/+1
2021-07-01Merge commit '61eb38aeda6cb54b93b872bf503d70084c4d621c' into clippyupflip1995-27/+55
2021-06-30Auto merge of #7400 - popzxc:restrict-locales, r=Manishearthbors-1/+5
2021-06-30Implement 'disallowed_script_idents' lintIgor Aleksanov-1/+5
2021-06-25Move some lints to suspiciousCameron Steffen-14/+17
2021-06-25Add suspicious groupCameron Steffen-3/+8
2021-06-24Add import_rename lint, this adds a field on the Conf structDevin Ragotzy-0/+5
2021-06-20Fix wrong config option being suggested for deprecated wrong_pub_self_convent...Matthias Krüger-2/+2
2021-06-19Auto merge of #7299 - DevinR528:macro-brace, r=llogiqbors-0/+6
2021-06-18Move from-iter-instead-of-collect to pedanticDirkjan Ochtman-2/+1
2021-06-17Add macro_braces lint to check for irregular brace use in certain macrosDevin Ragotzy-0/+6
2021-06-10added lint to check for full range of vector and suggest appendvalentine-mario-0/+3
2021-06-10Auto merge of #7315 - DevinR528:disallowed-ty, r=giraffatebors-0/+5
2021-06-09Add disallowed_types lint, this adds a field to the Conf structDevin Ragotzy-0/+5
2021-06-08Move `map_identity` into the `methods` modulexFrednet-5/+3
2021-06-04correct lintlyj-0/+2
2021-06-03Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyupflip1995-321/+314
2021-05-30Add lint `manual_str_repeat`Jason Newcomb-0/+3
2021-05-30Add lint `suspicious_splitn`Jason Newcomb-0/+3
2021-05-27Remove clippy_utils::consts re-exportCameron Steffen-1/+0
2021-05-27Auto merge of #7187 - camsteffen:avoid-break-exported, r=flip1995,phanschbors-19/+14
2021-05-26Fix config file lookupCameron Steffen-11/+0
2021-05-26Auto merge of #7280 - camsteffen:macro-use, r=Manishearthbors-16/+4
2021-05-26Use break api config for upper_case_acronymsCameron Steffen-1/+1
2021-05-26Use break api config for unnecessary_wrapsCameron Steffen-1/+1
2021-05-26Use break api config for enum_variant_namesCameron Steffen-3/+5
2021-05-26Use break api config for pass by value or refCameron Steffen-0/+1
2021-05-26Use break api config for wrong_pub_self_conventionCameron Steffen-3/+6
2021-05-26Add macro_use clippy_utilsCameron Steffen-16/+4
2021-05-24Move `semicolon_if_nothing_returned` to `pedantic`mbartlett21-1/+1
2021-05-24remove cfg(bootstrap)Pietro Albini-1/+0
2021-05-24Downgrade suspicious_op..._groupings to NurseryMichael Wright-2/+1
2021-05-21Move `needless_borrow` to styleJason Newcomb-1/+2
2021-05-20Improve `needless_borrow` lintJason Newcomb-1/+3
2021-05-20Remove fix for rustc bug from `needless_borrow`Jason Newcomb-1/+1
2021-05-20Early return from LintPass registration when collecting metadataflip1995-285/+288
2021-05-20Merge commit '9e3cd88718cd1912a515d26dbd9c4019fd5a9577' into clippyupflip1995-4/+13
2021-05-18Auto merge of #7089 - Jarcho:multiple_impls_generic, r=Jarchobors-1/+1
2021-05-18Improve `multiple_inherent_impl` lintJason Newcomb-1/+1
2021-05-17Auto merge of #7133 - arya-k:master, r=llogiqbors-0/+4
2021-05-17Auto merge of #7225 - InquisitivePenguin:unnessecary-async, r=llogiqbors-0/+4