| Age | Commit message (Expand) | Author | Lines |
| 2021-06-04 | Remove `doc(include)` | Joshua Nelson | -2/+1 |
| 2021-06-03 | Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup | flip1995 | -212/+1018 |
| 2021-05-20 | Merge commit '9e3cd88718cd1912a515d26dbd9c4019fd5a9577' into clippyup | flip1995 | -182/+969 |
| 2021-05-12 | Show macro name in 'this error originates in macro' message | Aaron Hill | -90/+90 |
| 2021-05-11 | Auto merge of #85109 - RalfJung:remove-const_fn, r=oli-obk | bors | -7/+6 |
| 2021-05-11 | fix clippy test | Ralf Jung | -7/+6 |
| 2021-05-10 | Auto merge of #85053 - camsteffen:duplicate-lint, r=davidtwco | bors | -28/+4 |
| 2021-05-07 | Fix duplicate unknown lint errors | Cameron Steffen | -28/+4 |
| 2021-05-06 | Merge commit 'b71f3405606d49b9735606b479c3415a0ca9810f' into clippyup | flip1995 | -75/+374 |
| 2021-05-04 | Auto merge of #83213 - rylev:update-lints-to-errors, r=nikomatsakis | bors | -0/+8 |
| 2021-05-02 | Add ErrorKind::OutOfMemory | Kornel | -2/+4 |
| 2021-04-29 | Fix clippy error | Ryan Levick | -0/+8 |
| 2021-04-29 | Auto merge of #84189 - jyn514:clippy-dev, r=Mark-Simulacrum | bors | -8/+1 |
| 2021-04-27 | Implement `x.py test src/tools/clippy --bless` | Joshua Nelson | -8/+1 |
| 2021-04-27 | Merge commit '7c7683c8efe447b251d6c5ca6cce51233060f6e8' into clippyup | flip1995 | -173/+224 |
| 2021-04-22 | Merge commit '98e2b9f25b6db4b2680a3d388456d9f95cb28344' into clippyup | flip1995 | -595/+2521 |
| 2021-04-19 | fix suggestion for unsized function parameters | lcnr | -2/+2 |
| 2021-04-18 | Auto merge of #78880 - CDirkx:not_supported, r=joshtriplett | bors | -2/+4 |
| 2021-04-18 | Fix clippy test using `ErrorKind` | Christiaan Dirkx | -2/+4 |
| 2021-04-18 | Auto merge of #84064 - hyd-dev:unknown-lints, r=petrochenkov | bors | -1/+1 |
| 2021-04-17 | Do not ignore path segments in the middle in `#[allow]`/`#[warn]`/`#[deny]`/`... | hyd-dev | -1/+1 |
| 2021-04-16 | Remove #[main] attribute. | Charles Lew | -2/+2 |
| 2021-04-08 | Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9' into clippyup | flip1995 | -422/+3054 |
| 2021-04-03 | Remove attribute `#[link_args]` | Vadim Petrochenkov | -4/+4 |
| 2021-03-27 | format macro argument parsing fix | Ömer Sinan Ağacan | -2/+3 |
| 2021-03-25 | Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyup | flip1995 | -194/+1756 |
| 2021-03-19 | clippy: stabilize or_patterns lint | mark | -43/+31 |
| 2021-03-16 | Update clippy tests | Vadim Petrochenkov | -38/+28 |
| 2021-03-12 | Merge commit '6ed6f1e6a1a8f414ba7e6d9b8222e7e5a1686e42' into clippyup | flip1995 | -930/+1797 |
| 2021-02-25 | Fix Clippy build and test | flip1995 | -0/+6 |
| 2021-02-25 | Merge commit '928e72dd10749875cbd412f74bfbfd7765dbcd8a' into clippyup | flip1995 | -213/+1932 |
| 2021-02-11 | Merge commit '70c0f90453701e7d6d9b99aaa1fc6a765937b736' into clippyup | flip1995 | -22/+644 |
| 2021-02-09 | Rename HIR UnOp variants | Ömer Sinan Ağacan | -2/+2 |
| 2021-02-03 | Suggest panic!("{}", ..) instead of panic!(..) clippy::expect_fun_call. | Mara Bos | -10/+10 |
| 2021-02-03 | Fix/allow non_fmt_panic in clippy tests. | Mara Bos | -20/+20 |
| 2021-02-02 | Merge commit '3e4179766bcecd712824da04356621b8df012ea4' into sync-from-clippy | Manish Goregaokar | -66/+289 |
| 2021-02-01 | Auto merge of #80851 - m-ou-se:panic-2021, r=petrochenkov | bors | -4/+19 |
| 2021-01-30 | Update clippy test output for panic macros. | Mara Bos | -4/+19 |
| 2021-01-30 | Merge commit '95c0459217d1661edfa794c8bb122452b92fb485' into clippyup | flip1995 | -231/+1366 |
| 2021-01-22 | Auto merge of #81135 - jyn514:no-backticks, r=flip1995 | bors | -17/+17 |
| 2021-01-18 | Rollup merge of #81038 - flip1995:clippyup, r=Manishearth | Ashley Mannix | -93/+990 |
| 2021-01-17 | Fix formatting for removed lints | Joshua Nelson | -17/+17 |
| 2021-01-16 | Deprecate unknown_clippy_lints | flip1995 | -18/+31 |
| 2021-01-15 | Merge commit '953f024793dab92745fee9cd2c4dee6a60451771' into clippyup | flip1995 | -93/+990 |
| 2021-01-07 | Reintroduce hir::ExprKind::If | Caio | -2/+2 |
| 2021-01-02 | Use bootstrap rustc for versioncheck in Clippy | flip1995 | -3/+4 |
| 2021-01-02 | Merge commit '1fcc74cc9e03bc91eaa80ecf92976b0b14b3aeb6' into clippyup | flip1995 | -44/+299 |
| 2020-12-29 | Remove unnecessary semicolon from Clippy test | Aaron Hill | -2/+2 |
| 2020-12-23 | Special sync of 'e89801553ddbaccdeb2eac4db08900edb51ac7ff' | flip1995 | -1/+1 |
| 2020-12-20 | Merge commit '4911ab124c481430672a3833b37075e6435ec34d' into clippyup | flip1995 | -432/+1706 |