| Age | Commit message (Expand) | Author | Lines |
| 2024-02-25 | correct wrong doc syntax | lucarlig | -1/+1 |
| 2024-02-25 | Remove `clippy_utils::get_parent_node` | Alex Macleod | -5/+4 |
| 2024-02-24 | Add new `unnecessary_get_then_check` clippy lint | Guillaume Gomez | -5/+127 |
| 2024-02-22 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -137/+290 |
| 2024-02-21 | Extend `unnecessary_to_owned` to handle `Borrow` trait in map types | Guillaume Gomez | -2/+96 |
| 2024-05-21 | Merge commit '2efebd2f0c03dabbe5c3ad7b4ebfbd99238d1fb2' into clippy-subtree-u... | Philipp Krones | -16/+79 |
| 2024-05-19 | Rollup merge of #124948 - blyxyas:remove-repeated-words, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-05-18 | Fix typos (taking into account review comments) | blyxyas | -1/+1 |
| 2024-05-17 | Rename Unsafe to Safety | Santiago Pastorino | -4/+2 |
| 2024-02-19 | Prefer `DiagnosticBuilder` over `Diagnostic` in diagnostic modifiers. | Nicholas Nethercote | -2/+2 |
| 2024-02-14 | [`case_sensitive_file_extension_comparisons`]: Don't trigger on digits-only e... | Ethiraric | -0/+1 |
| 2024-02-10 | hir: Remove `hir::Map::{opt_parent_id,parent_id,get_parent,find_parent}` | Vadim Petrochenkov | -5/+5 |
| 2024-02-09 | Auto merge of #12070 - roife:fix/issue-12034, r=Centri3 | bors | -41/+100 |
| 2024-02-08 | Merge commit '60cb29c5e4f9772685c9873752196725c946a849' into clippyup | Philipp Krones | -2/+358 |
| 2024-02-08 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -3/+360 |
| 2024-02-08 | Merging the calculation of sugg and applicability | roife | -13/+12 |
| 2024-02-07 | hir: Remove `fn opt_hir_id` and `fn opt_span` | Vadim Petrochenkov | -3/+3 |
| 2024-02-05 | new lint: `manual_c_str_literals` | y21 | -0/+234 |
| 2024-02-03 | Remove wildcard usage for patterns | roife | -13/+8 |
| 2024-02-03 | Refactor machine_applicable_sugg in unnecessary_fallible_conversions | roife | -17/+24 |
| 2024-02-02 | Refactor sugg builder in unnecessary_fallible_conversions | roife | -47/+72 |
| 2024-02-02 | Move qpath_spans into FunctionKind | roife | -26/+23 |
| 2024-01-30 | hir: Remove `hir::Map::{owner,expect_owner}` | Vadim Petrochenkov | -1/+1 |
| 2024-01-29 | Remove fixed FIXME | Guillaume Gomez | -1/+0 |
| 2024-01-27 | Auto merge of #12169 - GuillaumeGomez:unnecessary_result_map_or_else, r=llogiq | bors | -1/+124 |
| 2024-01-25 | Merge commit '66c29b973b3b10278bd39f4e26b08522a379c2c9' into clippy-subtree-u... | Philipp Krones | -136/+215 |
| 2024-01-25 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -137/+217 |
| 2024-01-23 | Add new `unnecessary_result_map_or_else` lint | Guillaume Gomez | -1/+124 |
| 2024-01-20 | Improve wording for suggestion messages | Guillaume Gomez | -10/+10 |
| 2024-01-19 | Pack the u128 in LitKind::Int | Josh Stone | -7/+12 |
| 2024-01-17 | Fix clippy | Oli Scherer | -1/+2 |
| 2024-01-16 | Auto merge of #11608 - atwam:suspicious-open-options, r=y21 | bors | -101/+168 |
| 2024-01-16 | Auto merge of #12149 - GuillaumeGomez:core-std-suggestions, r=llogiq | bors | -10/+6 |
| 2024-01-15 | Use `std_or_core` instead of doing check by hand every time | Guillaume Gomez | -2/+2 |
| 2024-01-15 | fix false positive in `suspicious_open_options`, make paths work | y21 | -13/+47 |
| 2024-01-15 | Fix conflicts | atwam | -7/+24 |
| 2024-01-15 | Add suggestion/fix to suspicious_open_options | atwam | -31/+35 |
| 2024-01-15 | PR Fixes | atwam | -23/+14 |
| 2024-01-15 | More helpful text, small style changes. | atwam | -33/+50 |
| 2024-01-15 | Add suspicious_open_options lint. | atwam | -92/+96 |
| 2024-01-15 | Auto merge of #12136 - y21:issue12135, r=Jarcho | bors | -5/+13 |
| 2024-01-14 | Correctly suggest `std` or `core` path depending if this is a `no_std` crate | Guillaume Gomez | -9/+5 |
| 2024-01-13 | lint on `.map(|&x| x.clone())` | y21 | -22/+10 |
| 2024-01-12 | Improve help message for `search_is_some` lint | Guillaume Gomez | -4/+4 |
| 2024-01-12 | [`useless_asref`]: check that the clone receiver is the local | y21 | -3/+23 |
| 2024-01-11 | Auto merge of #12129 - GuillaumeGomez:map-clone-copy, r=llogiq | bors | -6/+14 |
| 2024-01-11 | Fix suggestion for `map_clone` on types implementing `Copy` | Guillaume Gomez | -6/+14 |
| 2024-01-11 | Merge commit '26ac6aab023393c94edf42f38f6ad31196009643' | Philipp Krones | -104/+641 |
| 2024-01-11 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -105/+643 |
| 2024-01-09 | Fix dogfood and add code comments | Guillaume Gomez | -7/+12 |