| Age | Commit message (Expand) | Author | Lines |
| 2024-11-15 | Rename all clippy_config::msrvs -> clippy_utils::msrvs | Philipp Krones | -87/+86 |
| 2024-11-15 | Move create_disallowed_map to clippy_config | Philipp Krones | -3/+4 |
| 2024-11-14 | Merge commit '786fbd6d683933cd0e567fdcd25d449a69b4320c' into clippy-subtree-u... | Philipp Krones | -214/+513 |
| 2024-11-14 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -219/+515 |
| 2024-11-14 | Fix needless_match FP on if-lets | blyxyas | -2/+4 |
| 2024-11-12 | new lint `unnecessary_map_or` | Jacherr | -106/+256 |
| 2024-11-12 | Fix `shadow_unrelated`'s behaviour with closures | Daniel McNab | -8/+50 |
| 2024-11-12 | Consolidate type system const evaluation under `traits::evaluate_const` | Boxy | -1/+1 |
| 2024-11-10 | allow conditional `Send` futures in `future_not_send` | y21 | -10/+57 |
| 2024-11-10 | Add match-based manual try to clippy::question_mark (#13627) | Timo | -5/+165 |
| 2024-11-09 | Fix `large_include_file` lint being triggered all the time by doc comments (#... | Manish Goregaokar | -0/+2 |
| 2024-11-09 | Fix `large_include_file` lint being triggered all the time by doc comments | Guillaume Gomez | -0/+2 |
| 2024-11-09 | fix: `identity_op` suggestions use correct parenthesis (#13647) | Jason Newcomb | -102/+88 |
| 2024-11-07 | Remove check for duplicate parenthesis | TheSlapstickDictator | -7/+1 |
| 2024-11-07 | Merge commit 'f712eb5cdccd121d0569af12f20e6a0fabe4364d' into clippy-subtree-u... | Philipp Krones | -344/+1511 |
| 2024-11-07 | Merge pull request #13657 from jdonszelmann/disallowed-macros-to-early | Philipp Krones | -7/+67 |
| 2024-11-07 | Fix lint_without_lint_pass internal lint | Philipp Krones | -3/+3 |
| 2024-11-07 | Clean up declare_clippy_lint | Philipp Krones | -21/+30 |
| 2024-11-07 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -318/+1413 |
| 2024-11-06 | Link fix | alexey semenyuk | -1/+1 |
| 2024-11-05 | no_mangle_with_rust_abi: properly position the suggested ABI | Samuel Tardieu | -2/+2 |
| 2024-11-05 | collect attribute spans early for disallowed macros | Jonathan Dönszelmann | -7/+67 |
| 2024-11-05 | Rollup merge of #132637 - blyxyas:lint-less-passes, r=flip1995 | Matthias Krüger | -19/+6 |
| 2024-11-05 | Do not filter empty passes & Make CTFE Clippy into lintless pass | blyxyas | -19/+6 |
| 2024-11-05 | Auto merge of #132580 - compiler-errors:globs, r=Noratrieb | bors | -10/+10 |
| 2024-11-04 | Fixing a missed check for needs_parenthesis in division | TheSlapstickDictator | -7/+2 |
| 2024-11-04 | Swap Visitors to early exit, instead of storing poison flag | GnomedDev | -91/+97 |
| 2024-11-04 | Move two attribute lints to be early pass (post expansion) | Jonathan Dönszelmann | -75/+101 |
| 2024-11-04 | Remove BorrowKind glob, make names longer | Michael Goulet | -7/+7 |
| 2024-11-04 | ty::KContainer -> ty::AssocItemContainer::K | Michael Goulet | -3/+3 |
| 2024-11-03 | Auto merge of #13648 - samueltardieu:push-rpxvoukpolvm, r=Centri3 | bors | -2/+3 |
| 2024-11-03 | Auto merge of #13631 - samueltardieu:push-uoowutzkvsrk, r=Centri3 | bors | -6/+7 |
| 2024-11-03 | Fix parens getting removed for non-associative operators | TheSlapstickDictator | -16/+6 |
| 2024-11-03 | needless_continue: check labels consistency before warning | Samuel Tardieu | -2/+3 |
| 2024-11-03 | Auto merge of #13573 - y21:issue13427, r=Centri3 | bors | -2/+23 |
| 2024-11-02 | fix: `identity_op` suggestions use correct parenthesis | TheSlapstickDictator | -102/+109 |
| 2024-11-02 | Avoid linting for closures with inferred return types | GnomedDev | -2/+2 |
| 2024-11-02 | Auto merge of #13376 - decryphe:source-ordering, r=llogiq | bors | -0/+534 |
| 2024-11-01 | Auto merge of #13630 - samueltardieu:push-qrnxuykslnsl, r=y21 | bors | -57/+54 |
| 2024-11-01 | Add match-based manual try to clippy::question_mark | GnomedDev | -5/+165 |
| 2024-11-01 | Auto merge of #13608 - J-ZhengLi:issue12338-new, r=Alexendoo | bors | -8/+54 |
| 2024-10-31 | Auto merge of #13634 - nyurik:fix-iter-without-into, r=xFrednet,samueltardieu | bors | -1/+1 |
| 2024-10-31 | Auto merge of #13628 - samueltardieu:push-puluprmsyuzq, r=xFrednet | bors | -3/+3 |
| 2024-10-31 | Auto merge of #132301 - compiler-errors:adjust, r=lcnr | bors | -8/+8 |
| 2024-10-31 | Auto merge of #13636 - GuillaumeGomez:extend-large_include_file, r=dswij | bors | -15/+48 |
| 2024-10-30 | Extend `large_include_file` lint to also work on attributes | Guillaume Gomez | -15/+48 |
| 2024-10-30 | Cleanup code suggestion for `into_iter_without_iter` | Yuri Astrakhan | -1/+1 |
| 2024-10-30 | Remap impl-trait lifetimes on HIR instead of AST lowering. | Camille GILLOT | -51/+38 |
| 2024-10-30 | no_mangle attribute requires unsafe in Rust 2024 | Samuel Tardieu | -6/+7 |
| 2024-10-30 | Use match ergonomics compatible with editions 2021 and 2024 | Samuel Tardieu | -57/+54 |