| Age | Commit message (Expand) | Author | Lines |
| 2024-11-18 | use `TypingEnv` when no `infcx` is available | lcnr | -23/+26 |
| 2024-11-17 | Prepare clippy_utils for publishing | Philipp Krones | -0/+46 |
| 2024-11-16 | Simplify instances of `Option::map_or(true, …)` in Clippy sources | Samuel Tardieu | -7/+7 |
| 2024-11-15 | Support user format-like macros | Yuri Astrakhan | -2/+8 |
| 2024-11-15 | Move create_disallowed_map to clippy_config | Philipp Krones | -16/+1 |
| 2024-11-15 | Move MSRV implementation to clippy_utils | Philipp Krones | -2/+170 |
| 2024-11-14 | Merge commit '786fbd6d683933cd0e567fdcd25d449a69b4320c' into clippy-subtree-u... | Philipp Krones | -37/+34 |
| 2024-11-14 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -37/+34 |
| 2024-11-12 | new lint `unnecessary_map_or` | Jacherr | -37/+34 |
| 2024-11-10 | ensure that all publicly reachable const fn have const stability info | Ralf Jung | -6/+2 |
| 2024-11-08 | Clippy: cfg out validate_diag on release builds | Philipp Krones | -3/+4 |
| 2024-11-07 | Merge commit 'f712eb5cdccd121d0569af12f20e6a0fabe4364d' into clippy-subtree-u... | Philipp Krones | -108/+168 |
| 2024-11-07 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -108/+168 |
| 2024-11-05 | Auto merge of #132580 - compiler-errors:globs, r=Noratrieb | bors | -5/+5 |
| 2024-11-04 | Swap Visitors to early exit, instead of storing poison flag | GnomedDev | -67/+51 |
| 2024-11-04 | Move two attribute lints to be early pass (post expansion) | Jonathan Dönszelmann | -2/+3 |
| 2024-11-04 | Remove BorrowKind glob, make names longer | Michael Goulet | -3/+3 |
| 2024-11-04 | ty::KContainer -> ty::AssocItemContainer::K | Michael Goulet | -2/+2 |
| 2024-11-03 | Rename the FIXMEs, remove a few that dont matter anymore | Michael Goulet | -2/+2 |
| 2024-11-03 | Auto merge of #13629 - samueltardieu:push-nwukowumrvsn, r=flip1995 | bors | -1/+1 |
| 2024-11-01 | Auto merge of #13630 - samueltardieu:push-qrnxuykslnsl, r=y21 | bors | -12/+12 |
| 2024-11-01 | Auto merge of #13615 - GnomedDev:document-constevalctx-point, r=Alexendoo | bors | -0/+6 |
| 2024-11-01 | Explain why clippy's HIR const eval exists | GnomedDev | -0/+6 |
| 2024-10-31 | stop using `ParamEnv::reveal` while handling MIR | lcnr | -1/+1 |
| 2024-10-31 | clippy: we've got a `LateContext` use it for `TypingMode` | lcnr | -1/+1 |
| 2024-10-31 | `ConstCx` stop using `ParamEnv::reveal` | lcnr | -2/+2 |
| 2024-10-30 | Remap impl-trait lifetimes on HIR instead of AST lowering. | Camille GILLOT | -4/+1 |
| 2024-10-30 | Return iterator must not capture lifetimes in Rust 2024 | Samuel Tardieu | -1/+1 |
| 2024-10-30 | Use match ergonomics compatible with editions 2021 and 2024 | Samuel Tardieu | -12/+12 |
| 2024-10-30 | Rollup merge of #132338 - nnethercote:rm-Engine, r=nnethercote | Matthias Krüger | -3/+1 |
| 2024-10-30 | Remove `Analysis::into_engine`. | Nicholas Nethercote | -3/+1 |
| 2024-10-29 | update tools | lcnr | -7/+7 |
| 2024-10-25 | Auto merge of #131349 - RalfJung:const-stability-checks, r=compiler-errors | bors | -8/+12 |
| 2024-10-25 | tcx.is_const_fn doesn't work the way it is described, remove it | Ralf Jung | -8/+12 |
| 2024-10-25 | Rollup merge of #132106 - maxcabrajac:ident_ref, r=petrochenkov | Matthias Krüger | -2/+2 |
| 2024-10-25 | Fix is_from_proc_macro attr | Ruairidh Williamson | -10/+16 |
| 2024-10-24 | Pass Ident by reference in ast Visitor | maxcabrajac | -2/+2 |
| 2024-10-24 | Remove associated type based effects logic | Michael Goulet | -12/+2 |
| 2024-10-22 | Represent TraitBoundModifiers as distinct parts in HIR | Michael Goulet | -1/+13 |
| 2024-10-21 | Auto merge of #131988 - matthiaskrgr:rollup-tx173wn, r=matthiaskrgr | bors | -14/+1 |
| 2024-10-20 | Rip out old effects var handling code from traits | Michael Goulet | -14/+1 |
| 2024-10-19 | Fix tests | Michael Goulet | -4/+4 |
| 2024-10-19 | add debug assertions for overlapping spans and empty replacements | y21 | -2/+62 |
| 2024-10-18 | Merge commit 'a109190d7060236e655fc75533373fa274ec5343' into clippy-subtree-u... | Philipp Krones | -38/+138 |
| 2024-10-18 | Bump Clippy version -> 0.1.84 | Philipp Krones | -1/+1 |
| 2024-10-18 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -37/+137 |
| 2024-10-16 | Auto merge of #131481 - nnethercote:rm-GenKillSet, r=cjgillot | bors | -2/+2 |
| 2024-10-15 | Auto merge of #131723 - matthiaskrgr:rollup-krcslig, r=matthiaskrgr | bors | -2/+3 |
| 2024-10-15 | Rollup merge of #130635 - eholk:pin-reborrow-sugar, r=compiler-errors | Matthias Krüger | -0/+3 |
| 2024-10-14 | Move trait bound modifiers into ast::PolyTraitRef | Michael Goulet | -2/+3 |