| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-08-07 | Merge commit '334fb906aef13d20050987b13448f37391bb97a2' into ↵ | Philipp Krones | -6/+12 | |
| clippy-subtree-update | ||||
| 2025-05-21 | Merge commit 'cadf98bb7d783e2ea3572446c3f80d3592ec5f86' into ↵ | Philipp Krones | -40/+40 | |
| clippy-subtree-update | ||||
| 2025-04-22 | Merge commit '0621446356e20fd2ead13a6763bb936c95eb0cfa' into ↵ | Philipp Krones | -1/+7 | |
| clippy-subtree-update | ||||
| 2025-02-28 | Merge commit '9f9a822509e5ad3e560cbbe830d1013f936fca28' into ↵ | Philipp Krones | -1/+7 | |
| clippy-subtree-update | ||||
| 2024-08-08 | Merge commit 'cb806113e0f83a8f9b47d35b453b676543bcc40e' into ↵ | Philipp Krones | -49/+19 | |
| clippy-subtree-update | ||||
| 2024-06-13 | Merge commit '3e5a02b13b1244545454752c6629b767522a44b1' into ↵ | Philipp Krones | -1/+13 | |
| clippy-subtree-update | ||||
| 2024-02-27 | Merge commit '10136170fe9ed01e46aeb4f4479175b79eb0e3c7' into ↵ | Philipp Krones | -16/+16 | |
| clippy-subtree-update | ||||
| 2023-09-04 | Adjust clippy tests with new rustc help suggestion for lints | Urgau | -0/+1 | |
| 2022-05-05 | Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyup | flip1995 | -16/+16 | |
| 2021-11-04 | Merge commit 'e18101137866b79045fee0ef996e696e68c920b4' into clippyup | flip1995 | -67/+61 | |
| 2021-08-16 | Uplift the `invalid_atomic_ordering` lint from clippy to rustc | Thom Chiovoloni | -1/+7 | |
| - Deprecate clippy::invalid_atomic_ordering - Use rustc_diagnostic_item for the orderings in the invalid_atomic_ordering lint - Reduce code duplication - Give up on making enum variants diagnostic items and just look for `Ordering` instead I ran into tons of trouble with this because apparently the change to store HIR attrs in a side table also gave the DefIds of the constructor instead of the variant itself. So I had to change `matches_ordering` to also check the grandparent of the defid as well. - Rename `atomic_ordering_x` symbols to just the name of the variant - Fix typos in checks - there were a few places that said "may not be Release" in the diagnostic but actually checked for SeqCst in the lint. - Make constant items const - Use fewer diagnostic items - Only look at arguments after making sure the method matches This prevents an ICE when there aren't enough arguments. - Ignore trait methods - Only check Ctors instead of going through `qpath_res` The functions take values, so this couldn't ever be anything else. - Add if_chain to allowed dependencies - Fix grammar - Remove unnecessary allow | ||||
| 2021-07-06 | Add s to non_fmt_panic | Ryan Levick | -2/+2 | |
| 2021-07-01 | Merge commit '61eb38aeda6cb54b93b872bf503d70084c4d621c' into clippyup | flip1995 | -2/+2 | |
| 2021-06-03 | Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup | flip1995 | -1/+13 | |
| 2021-05-07 | Fix duplicate unknown lint errors | Cameron Steffen | -7/+1 | |
| 2021-04-22 | Merge commit '98e2b9f25b6db4b2680a3d388456d9f95cb28344' into clippyup | flip1995 | -15/+21 | |
| 2021-01-30 | Merge commit '95c0459217d1661edfa794c8bb122452b92fb485' into clippyup | flip1995 | -1/+7 | |
| 2021-01-17 | Fix formatting for removed lints | Joshua Nelson | -13/+13 | |
| - Don't add backticks for the reason a lint was removed. This is almost never a code block, and when it is the backticks should be in the reason itself. - Don't assume clippy is the only tool that needs to be checked for backwards compatibility | ||||
| 2021-01-16 | Deprecate unknown_clippy_lints | flip1995 | -1/+7 | |
| This is now handled by unknown_lints | ||||
| 2020-12-06 | Merge commit 'c1664c50b27a51f7a78c93ba65558e7c33eabee6' into clippyup | flip1995 | -29/+17 | |
| 2020-11-23 | Merge commit '3e7c6dec244539970b593824334876f8b6ed0b18' into clippyup | flip1995 | -1/+7 | |
| 2020-10-28 | Merge commit '645ef505da378b6f810b1567806d1bcc2856395f' into clippyup | Eduardo Broto | -1/+7 | |
| 2020-10-02 | Deprecate clippy lint | Michael Howell | -1/+7 | |
| 2020-07-14 | Merge commit '2ca58e7dda4a9eb142599638c59dc04d15961175' into clippyup | flip1995 | -1/+7 | |
| 2020-05-02 | Add 'src/tools/clippy/' from commit 'd2708873ef711ec8ab45df1e984ecf24a96cd369' | Oliver Scherer | -0/+64 | |
| git-subtree-dir: src/tools/clippy git-subtree-mainline: 06c44816c1532e5ff08ad072f581fc068eb60e2e git-subtree-split: d2708873ef711ec8ab45df1e984ecf24a96cd369 | ||||
