| Age | Commit message (Expand) | Author | Lines |
| 2021-07-28 | Update lint documentation to use markdown headlines | xFrednet | -6/+5 |
| 2021-07-19 | Merge remote-tracking branch 'upstream/master' into rustup | flip1995 | -0/+5 |
| 2021-07-19 | Auto merge of #7403 - Anthuang:redundant-method-names, r=Manishearth | bors | -0/+6 |
| 2021-07-15 | Merge commit '54a20a02ecd0e1352a871aa0990bcc8b8b03173e' into clippyup | flip1995 | -2/+8 |
| 2021-07-15 | Merge remote-tracking branch 'upstream/master' into rustup | flip1995 | -2/+8 |
| 2021-07-06 | Add s to non_fmt_panic | Ryan Levick | -1/+1 |
| 2021-07-05 | Add redundant_method_names lint | Anthony Huang | -0/+6 |
| 2021-07-05 | Add new lint: strlen_on_c_strings | Mateusz Gacek | -0/+5 |
| 2021-07-03 | Auto merge of #7316 - lengyijun:rc_mutex, r=llogiq | bors | -0/+2 |
| 2021-07-02 | Downgrade nonstandard_macro_braces to nursery | David Tolnay | -2/+1 |
| 2021-07-01 | Merge commit '61eb38aeda6cb54b93b872bf503d70084c4d621c' into clippyup | flip1995 | -27/+55 |
| 2021-06-30 | Auto merge of #7400 - popzxc:restrict-locales, r=Manishearth | bors | -1/+5 |
| 2021-06-30 | Implement 'disallowed_script_idents' lint | Igor Aleksanov | -1/+5 |
| 2021-06-25 | Move some lints to suspicious | Cameron Steffen | -14/+17 |
| 2021-06-25 | Add suspicious group | Cameron Steffen | -3/+8 |
| 2021-06-24 | Add import_rename lint, this adds a field on the Conf struct | Devin Ragotzy | -0/+5 |
| 2021-06-20 | Fix wrong config option being suggested for deprecated wrong_pub_self_convent... | Matthias Krüger | -2/+2 |
| 2021-06-19 | Auto merge of #7299 - DevinR528:macro-brace, r=llogiq | bors | -0/+6 |
| 2021-06-18 | Move from-iter-instead-of-collect to pedantic | Dirkjan Ochtman | -2/+1 |
| 2021-06-17 | Add macro_braces lint to check for irregular brace use in certain macros | Devin Ragotzy | -0/+6 |
| 2021-06-10 | added lint to check for full range of vector and suggest append | valentine-mario | -0/+3 |
| 2021-06-10 | Auto merge of #7315 - DevinR528:disallowed-ty, r=giraffate | bors | -0/+5 |
| 2021-06-09 | Add disallowed_types lint, this adds a field to the Conf struct | Devin Ragotzy | -0/+5 |
| 2021-06-08 | Move `map_identity` into the `methods` module | xFrednet | -5/+3 |
| 2021-06-04 | correct lint | lyj | -0/+2 |
| 2021-06-03 | Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup | flip1995 | -321/+314 |
| 2021-05-30 | Add lint `manual_str_repeat` | Jason Newcomb | -0/+3 |
| 2021-05-30 | Add lint `suspicious_splitn` | Jason Newcomb | -0/+3 |
| 2021-05-27 | Remove clippy_utils::consts re-export | Cameron Steffen | -1/+0 |
| 2021-05-27 | Auto merge of #7187 - camsteffen:avoid-break-exported, r=flip1995,phansch | bors | -19/+14 |
| 2021-05-26 | Fix config file lookup | Cameron Steffen | -11/+0 |
| 2021-05-26 | Auto merge of #7280 - camsteffen:macro-use, r=Manishearth | bors | -16/+4 |
| 2021-05-26 | Use break api config for upper_case_acronyms | Cameron Steffen | -1/+1 |
| 2021-05-26 | Use break api config for unnecessary_wraps | Cameron Steffen | -1/+1 |
| 2021-05-26 | Use break api config for enum_variant_names | Cameron Steffen | -3/+5 |
| 2021-05-26 | Use break api config for pass by value or ref | Cameron Steffen | -0/+1 |
| 2021-05-26 | Use break api config for wrong_pub_self_convention | Cameron Steffen | -3/+6 |
| 2021-05-26 | Add macro_use clippy_utils | Cameron Steffen | -16/+4 |
| 2021-05-24 | Move `semicolon_if_nothing_returned` to `pedantic` | mbartlett21 | -1/+1 |
| 2021-05-24 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2021-05-24 | Downgrade suspicious_op..._groupings to Nursery | Michael Wright | -2/+1 |
| 2021-05-21 | Move `needless_borrow` to style | Jason Newcomb | -1/+2 |
| 2021-05-20 | Improve `needless_borrow` lint | Jason Newcomb | -1/+3 |
| 2021-05-20 | Remove fix for rustc bug from `needless_borrow` | Jason Newcomb | -1/+1 |
| 2021-05-20 | Early return from LintPass registration when collecting metadata | flip1995 | -285/+288 |
| 2021-05-20 | Merge commit '9e3cd88718cd1912a515d26dbd9c4019fd5a9577' into clippyup | flip1995 | -4/+13 |
| 2021-05-18 | Auto merge of #7089 - Jarcho:multiple_impls_generic, r=Jarcho | bors | -1/+1 |
| 2021-05-18 | Improve `multiple_inherent_impl` lint | Jason Newcomb | -1/+1 |
| 2021-05-17 | Auto merge of #7133 - arya-k:master, r=llogiq | bors | -0/+4 |
| 2021-05-17 | Auto merge of #7225 - InquisitivePenguin:unnessecary-async, r=llogiq | bors | -0/+4 |