| Age | Commit message (Expand) | Author | Lines |
| 2021-08-15 | Use `each_binding_or_first` in `capture_local_usage` | Jason Newcomb | -10/+12 |
| 2021-08-14 | Improve doc for `can_move_expr_to_closure_no_visit` | Jason Newcomb | -4/+29 |
| 2021-08-14 | Fix tracking of which locals would need to be captured in a closure. | Jason Newcomb | -11/+84 |
| 2021-08-14 | Improve `manual_map` | Jason Newcomb | -14/+103 |
| 2021-08-14 | Improve `manual_map` and `map_entry` | Jason Newcomb | -9/+35 |
| 2021-08-12 | Merge remote-tracking branch 'upstream/master' into rustup | flip1995 | -8/+75 |
| 2021-08-12 | Auto merge of #7516 - lf-:unwrap-or-default, r=xFrednet | bors | -8/+27 |
| 2021-08-11 | Reword is_trait_item description | Jade | -3/+3 |
| 2021-08-10 | tree-wide: Fix all the rustdoc warnings | Jade | -7/+7 |
| 2021-08-10 | Add is_trait_item, refactor or_fun_call and unwrap_or_else_default | Jade | -16/+19 |
| 2021-08-10 | Add unwrap_or_else_default lint | Jade | -2/+18 |
| 2021-08-09 | merge XOR_SWAP with MANUAL_SWAP | hamidreza kalbasi | -0/+48 |
| 2021-07-29 | rfc3052: Remove authors field from Cargo manifests | Jade | -1/+0 |
| 2021-07-29 | Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyup | flip1995 | -20/+30 |
| 2021-07-29 | Bump Clippy Version -> 0.1.56 | flip1995 | -1/+1 |
| 2021-07-29 | Merge remote-tracking branch 'upstream/master' into rustup | flip1995 | -19/+29 |
| 2021-07-27 | Add primitive type support to disallowed_type lint | Devin Ragotzy | -1/+4 |
| 2021-07-27 | Auto merge of #7466 - xFrednet:5393-use-more-diagnostic-items, r=flip1995 | bors | -16/+24 |
| 2021-07-26 | Actually infer args in visitors | kadmin | -3/+3 |
| 2021-07-25 | Add inferred args to typeck | kadmin | -6/+4 |
| 2021-07-25 | Add generic arg infer | kadmin | -1/+10 |
| 2021-07-19 | Merge commit '4c41a222ca5d1325fb4b6709395bd06e766cc042' into clippyup | flip1995 | -40/+40 |
| 2021-07-19 | Merge remote-tracking branch 'upstream/master' into rustup | flip1995 | -40/+40 |
| 2021-07-18 | Auto merge of #7474 - camsteffen:binop, r=Manishearth | bors | -26/+32 |
| 2021-07-17 | Factor BinOp utils | Cameron Steffen | -0/+31 |
| 2021-07-17 | Use From to convert BinOpKind | Cameron Steffen | -26/+1 |
| 2021-07-17 | Fix ICE in `is_integer_const` when the expression is inside an `AnonConst` body | Jason Newcomb | -6/+2 |
| 2021-07-16 | Auto merge of #87140 - camsteffen:pat-slice-refs, r=oli-obk | bors | -9/+9 |
| 2021-07-16 | Fix ICE in redundant_pattern_matching | flip1995 | -2/+4 |
| 2021-07-16 | Rollup merge of #87069 - sexxi-goose:copy_ref_always, r=nikomatsakis | Guillaume Gomez | -2/+2 |
| 2021-07-15 | Remove refs from pat slices | Cameron Steffen | -9/+9 |
| 2021-07-15 | Merge commit '54a20a02ecd0e1352a871aa0990bcc8b8b03173e' into clippyup | flip1995 | -31/+175 |
| 2021-07-15 | Merge remote-tracking branch 'upstream/master' into rustup | flip1995 | -31/+175 |
| 2021-07-15 | Use diagnostic items for `Vec`, `VecDeque` and connected refactorings | xFrednet | -16/+0 |
| 2021-07-14 | Use diagnostic items for `intrinsics::transmute`, `TryInto` | xFrednet | -2/+2 |
| 2021-07-14 | Use diagnostic items for `Into`, `IntoIterator`, `LinkedList`, `ptr::null`, `... | xFrednet | -4/+22 |
| 2021-07-14 | Use diagnostic items for `BinaryHeap`, `BTreeMap`, `BTreeSet`, `HashMap`, `Ha... | xFrednet | -1/+7 |
| 2021-07-14 | Auto merge of #7437 - ebobrow:redundant-closure-move, r=flip1995 | bors | -0/+47 |
| 2021-07-14 | suggest `&mut` for redundant FnMut closures | Elliot Bobrow | -0/+47 |
| 2021-07-14 | ExprUseVisitor::Delegate consume only when moving | Aman Arora | -2/+2 |
| 2021-07-13 | Auto merge of #7446 - Y-Nak:fix-7445, r=xFrednet,flip1995 | bors | -0/+3 |
| 2021-07-13 | Refactor format macro parsing | Cameron Steffen | -6/+106 |
| 2021-07-13 | Fix `NumericLiteral::format` that may produce a invalid literal | Yoshitomo Nakanishi | -0/+3 |
| 2021-07-10 | rustc_span: Revert addition of `proc_macro` field to `ExpnKind::Macro` | Vadim Petrochenkov | -12/+2 |
| 2021-07-09 | Rename `is_allowed` -> `is_lint_allowed` | flip1995 | -1/+1 |
| 2021-07-09 | Remove lints_enabled function | flip1995 | -19/+0 |
| 2021-07-08 | Rename run_lints -> lints_enabled | flip1995 | -3/+3 |
| 2021-07-06 | Make type_implements_trait not a query | Aman Arora | -6/+8 |
| 2021-07-05 | Add new lint: strlen_on_c_strings | Mateusz Gacek | -0/+12 |
| 2021-07-04 | revert broken formatting | Niko Matsakis | -31/+25 |