| Age | Commit message (Expand) | Author | Lines |
| 2024-11-05 | collect attribute spans early for disallowed macros | Jonathan Dönszelmann | -0/+2 |
| 2023-10-24 | Hide config implementation details from public docs | Alex Macleod | -33/+0 |
| 2023-10-23 | Move configuration to new `clippy_config` crate | Alex Macleod | -110/+0 |
| 2023-07-24 | Remove Gha status emitter in compile-test | Alex Macleod | -1/+1 |
| 2023-06-13 | Now `cargo collect-metadata` updates the `CHANGELOG.md` | blyxyas | -0/+7 |
| 2023-05-09 | Refresh Lint Configuration's looks | blyxyas | -7/+2 |
| 2023-05-06 | Minimizing changes | blyxyas | -0/+140 |
| 2023-03-06 | Add `format_args_collector` internal lint | Alex Macleod | -0/+1 |
| 2022-04-18 | Add `#[clippy::print_hir]` attribute for debugging | xFrednet | -1/+1 |
| 2022-01-09 | Combine internal features in clippy_lints | Cameron Steffen | -1/+1 |
| 2021-05-05 | Metadata collection lint: Basic lint collection | xFrednet | -1/+1 |
| 2021-03-17 | Don't re-export clippy_utils::* | Cameron Steffen | -2/+0 |
| 2021-02-24 | Move conf.rs back into clippy_lints | Samuel E. Moelius III | -0/+1 |
| 2021-02-23 | Move `declare_clippy_lint` back into clippy_lints | Samuel E. Moelius III | -0/+6 |
| 2021-02-23 | Factor out `clippy_utils` crate | Samuel E. Moelius III | -1862/+0 |
| 2021-02-21 | Add: option_manual_map lint | Jason Newcomb | -1/+26 |
| 2021-02-11 | Merge remote-tracking branch 'upstream/master' into rustup | flip1995 | -10/+47 |
| 2021-02-06 | Rollup merge of #81680 - camsteffen:primty, r=oli-obk | Jonas Schievink | -1/+0 |
| 2021-02-05 | Cleanup path to local checks | Cameron Steffen | -8/+21 |
| 2021-02-04 | Auto merge of #6646 - nahuakang:for_loops_over_options_or_results, r=flip1995 | bors | -2/+26 |
| 2021-02-03 | Use PrimTy in builtin type shadow lint | Cameron Steffen | -1/+0 |
| 2021-02-02 | Merge commit '3e4179766bcecd712824da04356621b8df012ea4' into sync-from-clippy | Manish Goregaokar | -14/+17 |
| 2021-02-02 | Auto merge of #6664 - camsteffen:path-to-res, r=Manishearth | bors | -13/+15 |
| 2021-02-02 | Auto merge of #6659 - phlip9:let_and_return_fix, r=phansch | bors | -1/+2 |
| 2021-02-01 | Implement manual flatten lint | nahuakang | -2/+26 |
| 2021-01-31 | Remove Option from path_to_res return type | Cameron Steffen | -13/+15 |
| 2021-01-30 | Merge commit '95c0459217d1661edfa794c8bb122452b92fb485' into clippyup | flip1995 | -61/+76 |
| 2021-01-30 | Merge remote-tracking branch 'upstream/master' into rustup | flip1995 | -61/+76 |
| 2021-01-29 | Fix let_and_return false positive | Philip Hayes | -1/+2 |
| 2021-01-29 | Rollup merge of #81176 - camsteffen:qpath-res, r=oli-obk | Yuki Okushi | -13/+0 |
| 2021-01-22 | Fix dogfood | Cameron Steffen | -2/+1 |
| 2021-01-20 | Auto merge of #6567 - camsteffen:path-to-res-enum, r=Manishearth | bors | -59/+37 |
| 2021-01-18 | Remove qpath_res util function | Cameron Steffen | -13/+0 |
| 2021-01-18 | Use ty::{IntTy,UintTy,FloatTy} in rustdoc and clippy | LeSeulArtichaut | -7/+6 |
| 2021-01-18 | Rollup merge of #81038 - flip1995:clippyup, r=Manishearth | Ashley Mannix | -11/+24 |
| 2021-01-16 | Review changes | Jack Huey | -1/+1 |
| 2021-01-15 | Auto merge of #6574 - Jarcho:single_match_eq, r=Manishearth | bors | -0/+38 |
| 2021-01-15 | Merge commit '953f024793dab92745fee9cd2c4dee6a60451771' into clippyup | flip1995 | -11/+24 |
| 2021-01-15 | Merge remote-tracking branch 'upstream/master' into rustup | flip1995 | -11/+24 |
| 2021-01-14 | Rename function | Jason Newcomb | -1/+1 |
| 2021-01-14 | Address review comments | Jason Newcomb | -0/+38 |
| 2021-01-14 | Auto merge of #79328 - c410-f3r:hir-if, r=matthewjasper | bors | -6/+6 |
| 2021-01-12 | Separate out a `hir::Impl` struct | Joshua Nelson | -3/+3 |
| 2021-01-08 | Fix path_to_res for enum inherent items | Cameron Steffen | -59/+37 |
| 2021-01-08 | Move `is_hir_ty_cfg_dependant` to `util`, | rail | -0/+12 |
| 2021-01-07 | Reintroduce hir::ExprKind::If | Caio | -6/+6 |
| 2021-01-05 | Tiny Symbol cleanup | Philipp Hansch | -5/+5 |
| 2021-01-02 | Merge commit '1fcc74cc9e03bc91eaa80ecf92976b0b14b3aeb6' into clippyup | flip1995 | -2/+1 |
| 2020-12-22 | remove clone in manual_async_fn lint | Matthias Krüger | -2/+1 |
| 2020-12-20 | Merge commit '4911ab124c481430672a3833b37075e6435ec34d' into clippyup | flip1995 | -2/+33 |