about summary refs log tree commit diff
path: root/README.md
AgeCommit message (Collapse)AuthorLines
2025-01-28Add new lint `doc_overindented_list_items`Yutaro Ohno-3/+3
Add a new lint `doc_overindented_list_items` to detect and fix list items in docs that are overindented. For example, ```rs /// - first line /// second line fn foo() {} ``` this would be fixed to: ```rs /// - first line /// second line fn foo() {} ``` This lint improves readabiliy and consistency in doc.
2024-11-07Remove CI badge from README and bookPhilipp Krones-1/+0
2024-10-28Update the number of lints (over 700 → over 750)Samuel Tardieu-1/+1
2024-06-03Using Clippy as a proper noun when refering to the unique entity ClippyRenato Lochetti-2/+2
2024-01-05Auto merge of #12051 - y21:option_as_ref_cloned, r=dswijbors-1/+1
new lint: `option_as_ref_cloned` Closes #12009 Adds a new lint that looks for `.as_ref().cloned()` on `Option`s. That's the same as just `.clone()`-ing the option directly. changelog: new lint: [`option_as_ref_cloned`]
2024-01-03new lint: `option_as_ref_cloned`y21-1/+1
2024-01-03Update copyright year for Clippy (2024 edition)blyxyas-1/+1
2023-07-08Refactor, remove `Constant::to_bits`Catherine-1/+1
2023-05-02Bump README copyrightalnoki-1/+1
2023-04-25Add the warning to all documentation.blyxyas-1/+2
2023-03-30Gramar, and spelin kleanupYuri Astrakhan-3/+3
A few minor cleanups in various markdown files, mostly focusing on spelling and ignoring non-compilable codeblocks.
2023-03-09avoid reuse tripping over copyright noticesPietro Albini-0/+4
2023-02-25Merge commit '149392b0baa4730c68f3c3eadf5c6ed7b16b85a4' into clippyupJason Newcomb-11/+28
2023-02-10Merge commit '0f7558148c22e53cd4608773b56cdfa50dcdeac3' into clippyupPhilipp Krones-1/+1
2023-01-27Merge commit '1480cea393d0cee195e59949eabdfbcf1230f7f9' into clippyupPhilipp Krones-3/+13
2022-12-01Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyupPhilipp Krones-3/+3
2022-11-21Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyupPhilipp Krones-7/+1
2022-10-06Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyupPhilipp Krones-19/+27
2022-08-11Merge commit '2b2190cb5667cdd276a24ef8b9f3692209c54a89' into clippyupPhilipp Krones-1/+1
2022-06-30Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyupPhilipp Krones-1/+9
2022-01-17Merge commit '8d14c94b5c0a66241b4244f1c60ac5859cec1d97' into clippyupflip1995-1/+1
2022-01-13Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyupflip1995-13/+9
2021-12-30Merge commit '0eff589afc83e21a03a168497bbab6b4dfbb4ef6' into clippyupflip1995-3/+7
2021-12-17Merge commit '23d11428de3e973b34a5090a78d62887f821c90e' into clippyupflip1995-1/+2
2021-09-28Merge commit 'cb7915b00c235e9b5861564f3be78dba330980ee' into clippyupflip1995-1/+1
2021-09-08Merge commit '27afd6ade4bb1123a8bf82001629b69d23d62aff' into clippyupflip1995-4/+4
2021-07-01Merge commit '61eb38aeda6cb54b93b872bf503d70084c4d621c' into clippyupflip1995-13/+13
2021-06-21Delete spacesAlexander Melentyev-1/+1
2021-06-03Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyupflip1995-1/+2
2021-04-08Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9' into clippyupflip1995-1/+1
2021-03-12Merge commit '6ed6f1e6a1a8f414ba7e6d9b8222e7e5a1686e42' into clippyupflip1995-1/+0
2021-02-25Merge commit '928e72dd10749875cbd412f74bfbfd7765dbcd8a' into clippyupflip1995-0/+17
2021-01-02Merge commit '1fcc74cc9e03bc91eaa80ecf92976b0b14b3aeb6' into clippyupflip1995-33/+10
2020-12-23Special sync of 'e89801553ddbaccdeb2eac4db08900edb51ac7ff'flip1995-0/+1
2020-12-20Merge commit '4911ab124c481430672a3833b37075e6435ec34d' into clippyupflip1995-1/+16
2020-12-06Merge commit 'c1664c50b27a51f7a78c93ba65558e7c33eabee6' into clippyupflip1995-1/+28
2020-11-23Merge commit '3e7c6dec244539970b593824334876f8b6ed0b18' into clippyupflip1995-19/+13
2020-11-05Merge commit 'b20d4c155d2fe3a8391f86dcf9a8c49e17188703' into clippyupflip1995-6/+9
2020-10-23Merge commit 'bf1c6f9871f430e284b17aa44059e0d0395e28a6' into clippyupEduardo Broto-5/+26
2020-10-09Merge commit '2f6439ae6a6803d030cceb3ee14c9150e91b328b' into clippyupflip1995-1/+1
2020-07-26Merge commit 'da5a6fb1b65ec6581a67e942a3850f6bc15a552c' into clippyupflip1995-4/+2
2020-04-23README: fix lit count lineMatthias Krüger-1/+1
It looks like after changing to "there are more than 120 lints", an older PR was merged and resolving merge conflicts this was changed back to "there are 123 lints" causing the update-script to silently fail. Changed back the README.md back to the new format fixes the problem.
2020-04-20fix map import to rustc_middleDevin R-1/+1
2020-04-20dev update_lintsDevin R-1/+1
2020-04-16readme: update to cargo clippy --fix commandMatthias Krüger-2/+2
2020-03-31Run update_lintsflip1995-1/+1
2020-03-31Don't use an exact lint counter anymoreflip1995-1/+1
2020-03-30Lint unnamed address comparisonsTomasz Miąsko-1/+1
2020-03-30Auto merge of #5380 - lzutao:deprecate-REPLACE_CONSTS, r=phanschbors-1/+1
Deprecate REPLACE_CONSTS lint Closes #5346 changelog: Deprecate `replace_consts` lint
2020-03-29readme: move "how to run single lint" instructions to "Allowing/denying ↵Matthias Krüger-8/+2
lints" section.