| Age | Commit message (Expand) | Author | Lines |
| 2021-08-16 | Update docs for `expl_impl_clone_on_copy`. Bug was fixed in 879fa5c9721c89c27... | Jason Newcomb | -3/+0 |
| 2021-08-16 | Check `if let` expr usage in `manual_flatten` | dswij | -2/+5 |
| 2021-08-16 | Auto merge of #7531 - Jarcho:manual_map_7413, r=camsteffen | bors | -14/+53 |
| 2021-08-14 | Improve `manual_map` | Jason Newcomb | -6/+30 |
| 2021-08-14 | Improve `manual_map` and `map_entry` | Jason Newcomb | -8/+23 |
| 2021-08-14 | Downgrade option_if_let_else to nursery | David Tolnay | -2/+2 |
| 2021-08-13 | Fix false positive on `filter_next` | dswij | -2/+5 |
| 2021-08-12 | Use `avoid_breaking_exported_api` for `types` module lints | xFrednet | -19/+71 |
| 2021-08-12 | Updated lint message for `rc_mutex` | xFrednet | -5/+6 |
| 2021-08-12 | Merge remote-tracking branch 'upstream/master' into rustup | flip1995 | -277/+498 |
| 2021-08-12 | Auto merge of #7546 - mgeier:patch-1, r=giraffate | bors | -0/+1 |
| 2021-08-12 | Auto merge of #7516 - lf-:unwrap-or-default, r=xFrednet | bors | -8/+96 |
| 2021-08-12 | Correctly report inclusive range in no_effect lint | F3real | -7/+9 |
| 2021-08-11 | Auto merge of #7541 - LeSeulArtichaut:for-never-loop, r=camsteffen | bors | -4/+38 |
| 2021-08-11 | `never_loop`: suggest using an `if let` instead of a `for` loop | LeSeulArtichaut | -4/+38 |
| 2021-08-10 | tree-wide: Fix all the rustdoc warnings | Jade | -2/+2 |
| 2021-08-10 | Add is_trait_item, refactor or_fun_call and unwrap_or_else_default | Jade | -16/+10 |
| 2021-08-10 | Add unwrap_or_else_default lint | Jade | -6/+100 |
| 2021-08-10 | Auto merge of #7535 - LeSeulArtichaut:7518-self-ty-arg, r=xFrednet | bors | -2/+2 |
| 2021-08-10 | Auto merge of #7478 - DevinR528:preemtive, r=llogiq | bors | -1/+12 |
| 2021-08-09 | Auto merge of #7542 - LeSeulArtichaut:cleanups, r=flip1995 | bors | -34/+36 |
| 2021-08-09 | Auto merge of #7506 - HKalbasi:add-xor-swap, r=camsteffen | bors | -115/+101 |
| 2021-08-09 | merge XOR_SWAP with MANUAL_SWAP | hamidreza kalbasi | -195/+67 |
| 2021-08-07 | similar_names: allow "iter" and "item" | Matthias Geier | -0/+1 |
| 2021-08-07 | Auto merge of #7536 - LeSeulArtichaut:redundant-allocation-doc, r=giraffate | bors | -1/+1 |
| 2021-08-07 | Auto merge of #7534 - LeSeulArtichaut:7517-closure-too-many-lines, r=flip1995 | bors | -3/+12 |
| 2021-08-07 | Use `EarlyContext::sess` instead of `LintContext::sess()` | LeSeulArtichaut | -16/+16 |
| 2021-08-07 | Replace `span_to_snippet` calls with `snippet_opt` from `clippy_utils` | LeSeulArtichaut | -18/+20 |
| 2021-08-05 | Add missing backtick in docs for `redundant_allocation` | LeSeulArtichaut | -1/+1 |
| 2021-08-05 | Properly handle `Self` type for `trivially_copy_pass_by_ref` | LeSeulArtichaut | -2/+2 |
| 2021-08-05 | fixed bug that had to deal with mut and non mut suggestion | valentine-mario | -2/+6 |
| 2021-08-05 | Don't emit `too_many_lines` for closures | LeSeulArtichaut | -3/+12 |
| 2021-08-04 | Auto merge of #87568 - petrochenkov:localevel, r=cjgillot | bors | -47/+47 |
| 2021-08-04 | needless_borrow: try to make lint example a bit more illustrating | Matthias Krüger | -0/+4 |
| 2021-08-03 | fixup! Lint inside macro when owned by current crate | Devin Ragotzy | -3/+6 |
| 2021-08-02 | Updated `define_Conf!` to support multi-line doc comments | xFrednet | -36/+107 |
| 2021-08-02 | Auto merge of #87535 - lf-:authors, r=Mark-Simulacrum | bors | -1/+0 |
| 2021-08-01 | bump bootstrap compiler to 1.55 | Pietro Albini | -2/+0 |
| 2021-08-01 | Handle `Result` on `map_flatten` lint | Dharma Saputra Wijaya | -14/+28 |
| 2021-07-31 | Fix clippy | Vadim Petrochenkov | -47/+47 |
| 2021-07-31 | Fix `while_let_on_iterator` | Jason Newcomb | -1/+1 |
| 2021-07-31 | Fix `while_let_on_iterator` | Jason Newcomb | -2/+11 |
| 2021-07-29 | rfc3052: Remove authors field from Cargo manifests | Jade | -1/+0 |
| 2021-07-29 | Remove `or_patterns` feature gate in example | Léo Lanteri Thauvin | -2/+0 |
| 2021-07-29 | add xor-swap lint | Hrishi Dharam | -3/+117 |
| 2021-07-29 | Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyup | flip1995 | -2681/+2934 |
| 2021-07-29 | Rename two lints to comply with our lint naming convention | flip1995 | -18/+18 |
| 2021-07-29 | Bump Clippy Version -> 0.1.56 | flip1995 | -1/+1 |
| 2021-07-29 | Merge remote-tracking branch 'upstream/master' into rustup | flip1995 | -2678/+2936 |
| 2021-07-28 | Rollup merge of #7420 - xFrednet:7172-update-lint-documentation, r=flip1995 | Philipp Krones | -2458/+2706 |