| Age | Commit message (Expand) | Author | Lines |
| 2021-08-30 | `feature(const_generics)` -> `feature(const_param_types)` | lcnr | -19/+11 |
| 2021-08-30 | rename const_evaluatable_checked to generic_const_exprs | Ellen | -2/+2 |
| 2021-08-23 | Rollup merge of #88230 - steffahn:a_an, r=oli-obk | Mara Bos | -1/+1 |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -1/+1 |
| 2021-08-19 | Fix clippy let expressions fallout | Cameron Steffen | -25/+32 |
| 2021-08-16 | Auto merge of #84039 - jyn514:uplift-atomic-ordering, r=wesleywiser | bors | -1190/+8 |
| 2021-08-16 | Uplift the `invalid_atomic_ordering` lint from clippy to rustc | Thom Chiovoloni | -1190/+8 |
| 2021-08-15 | Introduce hir::ExprKind::Let - Take 2 | Caio | -26/+32 |
| 2021-08-13 | Auto merge of #87954 - flip1995:clippyup, r=Manishearth | bors | -87/+608 |
| 2021-08-12 | Rollup merge of #87885 - m-ou-se:edition-guide-links, r=rylev | Guillaume Gomez | -3/+3 |
| 2021-08-12 | Merge commit '7bfc26ec8e7a454786668e7e52ffe527fc649735' into clippyup | flip1995 | -87/+608 |
| 2021-08-12 | Bless clippy tests. | Mara Bos | -3/+3 |
| 2021-08-11 | update clippy | Esteban Kuber | -906/+961 |
| 2021-07-30 | Auto merge of #86754 - estebank:use-multispans-more, r=varkor | bors | -4/+6 |
| 2021-07-31 | Rollup merge of #87385 - Aaron1011:final-enable-semi, r=petrochenkov | Yuki Okushi | -2/+2 |
| 2021-07-30 | Use multispan suggestions more often | Esteban Küber | -4/+6 |
| 2021-07-29 | Remove unnecessary trailing semicolons from clippy tests | Aaron Hill | -2/+2 |
| 2021-07-29 | Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyup | flip1995 | -126/+278 |
| 2021-07-27 | Update tests | Jacob Pratt | -32/+30 |
| 2021-07-23 | update clippy ui test 'future_not_send.stderr' to match | chaz-kiker | -2/+2 |
| 2021-07-19 | Merge commit '4c41a222ca5d1325fb4b6709395bd06e766cc042' into clippyup | flip1995 | -73/+225 |
| 2021-07-18 | fix(clippy): add missing allow(dyn_drop) | Michael Howell | -1/+1 |
| 2021-07-15 | Merge commit '54a20a02ecd0e1352a871aa0990bcc8b8b03173e' into clippyup | flip1995 | -161/+1472 |
| 2021-07-06 | Add s to non_fmt_panic | Ryan Levick | -3/+3 |
| 2021-07-01 | Merge commit '61eb38aeda6cb54b93b872bf503d70084c4d621c' into clippyup | flip1995 | -132/+1082 |
| 2021-06-25 | Fix clippy test | Ryan Levick | -3/+3 |
| 2021-06-18 | Address comment | hi-rustin | -10/+10 |
| 2021-06-18 | Make clippy tests happy | hi-rustin | -30/+30 |
| 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 |