| Age | Commit message (Expand) | Author | Lines |
| 2024-09-22 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -39/+144 |
| 2024-09-20 | [Clippy] Remove final std paths for diagnostic item | GnomedDev | -6/+6 |
| 2024-09-19 | Initial impl of `unnecessary_first_then_check` | Lukas Lueg | -0/+89 |
| 2024-09-19 | [Clippy] Swap `open_options` to use diagnostic items instead of paths | GnomedDev | -11/+12 |
| 2024-09-19 | [Clippy] Swap `unnecessary_to_owned` to use diagnostic item instead of path | GnomedDev | -2/+2 |
| 2024-09-19 | [Clippy] Swap `waker_clone_wake` to use diagnostic item instead of path | GnomedDev | -2/+2 |
| 2024-09-19 | [Clippy] Swap `filter_map_bool_then` to use diagnostic item instead of path | GnomedDev | -3/+2 |
| 2024-09-19 | [Clippy] Swap `single_char_add_str`/`format_push_string` to use diagnostic it... | GnomedDev | -3/+3 |
| 2024-09-19 | [Clippy] Swap `option_as_ref_deref` to use diagnostic items instead of paths | GnomedDev | -12/+12 |
| 2024-09-09 | Remove unnecessary symbols and add missing symbols | cuishuang | -1/+1 |
| 2024-09-06 | Make `Ty::boxed_ty` return an `Option` | Pavel Grigorenko | -4/+4 |
| 2024-09-05 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -26/+40 |
| 2024-09-05 | Auto merge of #13323 - xFrednet:chnagelog-1-81, r=flip1995 | bors | -2/+2 |
| 2024-09-03 | Auto merge of #13263 - y21:warn_manual_c_str_literals, r=Centri3 | bors | -1/+1 |
| 2024-09-01 | Auto merge of #13325 - alex-semenyuk:wrong_self_convention_doc_fix, r=y21 | bors | -0/+11 |
| 2024-08-31 | Provide more clear example for WRONG_SELF_CONVENTION | alexey semenyuk | -0/+11 |
| 2024-08-29 | Update version attribute for 1.81 lints | xFrednet | -2/+2 |
| 2024-08-29 | Stop using ty::GenericPredicates for non-predicates_of queries | Michael Goulet | -2/+1 |
| 2024-08-28 | Auto merge of #13235 - kyoto7250:fix_issue_13191, r=llogiq | bors | -21/+24 |
| 2024-08-25 | Auto merge of #13091 - Alexendoo:empty-line-after-rewrite, r=dswij | bors | -1/+0 |
| 2024-08-24 | Merge commit '0f8eabd6231366bfc1bb1464601297c2d48f8f68' into clippyup | Jason Newcomb | -62/+70 |
| 2024-08-24 | Merge branch 'master' into rustup | Jason Newcomb | -63/+72 |
| 2024-08-24 | Rewrite empty_line_after_doc_comments and empty_line_after_outer_attr | Alex Macleod | -1/+0 |
| 2024-08-24 | Auto merge of #13296 - Jarcho:get_src_display3, r=Alexendoo | bors | -45/+55 |
| 2024-08-24 | Fix suggestion unwrap_or_else | Alexey Semenyuk | -2/+2 |
| 2024-08-21 | Replace more uses of `snippet_opt`. | Jason Newcomb | -45/+55 |
| 2024-08-21 | Start removing `snippet_opt` | Jason Newcomb | -4/+4 |
| 2024-08-17 | Replace some iteration with `get_[type_]diagnostic_name` | Alex Macleod | -4/+5 |
| 2024-08-17 | Remove redundant doc comments | Alex Macleod | -2/+0 |
| 2024-08-17 | Replace `span_suggestion_with_style` with `_verbose` | Alex Macleod | -2/+1 |
| 2024-08-12 | move `manual_c_str_literals` to complexity | y21 | -1/+1 |
| 2024-08-12 | fix code blocks in doc comments inconsistently using 3 or 4 spaces of indenta... | Antoni Spaanderman | -3/+3 |
| 2024-08-09 | Shrink `TyKind::FnPtr`. | Nicholas Nethercote | -1/+1 |
| 2024-08-08 | Merge commit 'cb806113e0f83a8f9b47d35b453b676543bcc40e' into clippy-subtree-u... | Philipp Krones | -112/+128 |
| 2024-08-08 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -113/+130 |
| 2024-08-09 | check the def_id with using diagnostic_item in unnecessary_min_or_max lint | kyoto7250 | -21/+24 |
| 2024-08-08 | Require `ConstEvalCtxt` to be constructed. | Jason Newcomb | -24/+23 |
| 2024-08-06 | Auto merge of #13145 - xFrednet:07797-restriction-and-then-why, r=Jarcho | bors | -2/+5 |
| 2024-08-05 | Auto merge of #13136 - xFrednet:07797-restriction-and-then, r=blyxyas | bors | -31/+45 |
| 2024-08-04 | Auto merge of #13213 - Alexendoo:multispan-sugg, r=y21 | bors | -13/+13 |
| 2024-08-04 | Remove `multispan_sugg[_with_applicability]` | Alex Macleod | -13/+13 |
| 2024-08-03 | Add clarification for from_iter_instead_of_collect | alexey semenyuk | -1/+11 |
| 2024-08-03 | Migrating restriction lints to `span_lint_and_then` (e -> i) | xFrednet | -21/+32 |
| 2024-08-03 | Migrating restriction lints to `span_lint_and_then` (a -> d) | xFrednet | -10/+13 |
| 2024-08-03 | Auto merge of #13115 - tesuji:rm-dup-peels, r=dswij | bors | -10/+9 |
| 2024-07-29 | Remove some miscellaneous `#[allow]`s | Alex Macleod | -19/+6 |
| 2024-07-27 | Make restriction lint's use `span_lint_and_then` (t -> w) | xFrednet | -2/+5 |
| 2024-07-26 | Auto merge of #13130 - nyurik:ref-lints, r=Centri3 | bors | -2/+2 |
| 2024-07-26 | Auto merge of #13144 - xFrednet:07797-restriction-and-then-what, r=y21 | bors | -4/+8 |
| 2024-07-26 | Make restriction lint's use `span_lint_and_then` (n -> p) | xFrednet | -1/+0 |