| Age | Commit message (Expand) | Author | Lines |
| 2023-11-30 | Allow `allow`ing `upper_case_acronyms` on enum variants | clubby789 | -13/+18 |
| 2023-11-30 | Auto merge of #11896 - samueltardieu:issue-11893, r=Alexendoo | bors | -9/+12 |
| 2023-11-30 | Auto merge of #11872 - llogiq:test-attr-in-doctest, r=xFrednet | bors | -17/+91 |
| 2023-11-29 | `option_if_let_else`: do not trigger on expressions returning `()` | Samuel Tardieu | -9/+12 |
| 2023-11-29 | Auto merge of #11818 - y21:more_redundant_guards, r=llogiq | bors | -23/+94 |
| 2023-11-28 | add lint against unit tests in doctests | Andre Bogus | -17/+91 |
| 2023-11-28 | Auto merge of #11363 - KisaragiEffective:fix_redundant_closure_call_on_closur... | bors | -13/+22 |
| 2023-11-28 | rename `DocMarkdown` to `Documentation` | y21 | -6/+5 |
| 2023-11-27 | Auto merge of #11836 - lukaslueg:issue11831, r=Alexendoo | bors | -2/+6 |
| 2023-11-27 | Auto merge of #11817 - y21:ptr_arg_mut_ref, r=Alexendoo | bors | -2/+4 |
| 2023-11-27 | Auto merge of #11879 - samueltardieu:issue-11876, r=Alexendoo | bors | -2/+3 |
| 2023-11-28 | fix dogfood | Kisaragi Marine | -5/+4 |
| 2023-11-28 | don't add paren on occurrences that is in call args | Kisaragi Marine | -7/+14 |
| 2023-11-27 | re-implement fix for rust-lang#11357 | Kisaragi Marine | -7/+10 |
| 2023-11-26 | Auto merge of #11867 - y21:implied_bounds_in_impls_complexity, r=Jarcho | bors | -1/+1 |
| 2023-11-26 | `manual_try_fold`: check that `fold` is really `Iterator::fold` | Samuel Tardieu | -2/+3 |
| 2023-11-26 | Fix `box_default` behaviour with empty `vec![]` coming from macro arg | Samuel Tardieu | -5/+5 |
| 2023-11-25 | Use absolute path for `declare_tool_lint` in `declare_clippy_lint` | Alex Macleod | -305/+305 |
| 2023-11-25 | move `implied_bounds_in_impls` to complexity | y21 | -1/+1 |
| 2023-11-25 | Auto merge of #11864 - GuillaumeGomez:option_map_or_err_ok, r=flip1995 | bors | -0/+70 |
| 2023-11-25 | Auto merge of #11866 - GuillaumeGomez:simplify-code-result_map_or_else_none, ... | bors | -9/+5 |
| 2023-11-25 | Simplify code for `result_map_or_else_none` | Guillaume Gomez | -9/+5 |
| 2023-11-24 | Auto merge of #11862 - christophbeberweil:7125-single-element-loop-over-range... | bors | -10/+25 |
| 2023-11-24 | Create new lint `option_map_or_err_ok` | Guillaume Gomez | -0/+70 |
| 2023-11-24 | feat: 7125 code snippets are wrapped in backticks | Christoph Beberweil | -1/+1 |
| 2023-11-24 | fix: 7125 lint message should start with a small letter | Christoph Beberweil | -1/+1 |
| 2023-11-24 | Auto merge of #11863 - smoelius:patch-1, r=dswij | bors | -1/+2 |
| 2023-11-24 | Auto merge of #11850 - Nilstrieb:tbd, r=dswij | bors | -4/+5 |
| 2023-11-24 | Auto merge of #11859 - y21:issue11856, r=blyxyas | bors | -3/+3 |
| 2023-11-24 | Nit re `matches!` formatting | Samuel Moelius | -1/+2 |
| 2023-11-24 | feat: 7125 shorten lint text | Christoph Beberweil | -1/+3 |
| 2023-11-24 | fix: 7125 update lint applicability to Unspecified | Christoph Beberweil | -1/+1 |
| 2023-11-23 | suggest alternatives to iterate an array of ranges | Christoph Beberweil | -10/+23 |
| 2023-11-23 | Improve error messages format | Guillaume Gomez | -18/+7 |
| 2023-11-23 | Extend `result_map_or_into_option` lint to handle `Result::map_or_else(|_| No... | Guillaume Gomez | -0/+50 |
| 2023-11-23 | check on a per-body level instead of blocks independently | y21 | -3/+3 |
| 2023-11-22 | Auto merge of #11757 - matthri:iter-kv-map-msrv-fix, r=Alexendoo | bors | -1/+6 |
| 2023-11-22 | Auto merge of #11844 - GuillaumeGomez:manual_non_exhaustive-rm-underscore-che... | bors | -4/+0 |
| 2023-11-22 | Remove underscore check for `manual_non_exhaustive` lint | Guillaume Gomez | -4/+0 |
| 2023-11-22 | Auto merge of #11627 - y21:issue11616, r=giraffate | bors | -1/+20 |
| 2023-11-21 | Allow `#[deprecated(since = "TBD")]` | Nilstrieb | -4/+5 |
| 2023-11-21 | [`needless_return_with_question_mark`]: dont lint in case of coercion | y21 | -1/+20 |
| 2023-11-21 | [`missing_safety_doc`], [`unnecessary_safety_doc`], [`missing_panics_doc`], [... | Guillaume Gomez | -11/+32 |
| 2023-11-20 | Auto merge of #11801 - y21:split_doc_pass, r=blyxyas | bors | -342/+410 |
| 2023-11-20 | New lint `clippy::join_absolute_paths` | ofeeg | -0/+97 |
| 2023-11-20 | move `doc.rs` to its own subdirectory | y21 | -342/+410 |
| 2023-11-19 | Auto merge of #11840 - GuillaumeGomez:improve-maybe_misused_cfg, r=blyxyas | bors | -4/+5 |
| 2023-11-19 | Improve `maybe_misused_cfg` lint output | Guillaume Gomez | -4/+5 |
| 2023-11-19 | Auto merge of #11781 - partiallytyped:11710, r=xFrednet | bors | -0/+109 |
| 2023-11-19 | New Lint [`impl_hash_with_borrow_str_and_bytes`] | Quinn Sinclair | -0/+109 |