| Age | Commit message (Expand) | Author | Lines |
| 2020-06-11 | Remove associated opaque types | Matthew Jasper | -1/+1 |
| 2020-06-10 | Clippy fixes | Aaron Hill | -1/+1 |
| 2020-06-10 | Update Clippy for MethodCall changes | Aaron Hill | -11/+11 |
| 2020-06-09 | Merge commit 'ff0993c5e9162ddaea78e83d0f0161e68bd4ea73' into clippy | Lzu Tao | -38/+563 |
| 2020-05-30 | Return early to avoid ICE | Yuki Okushi | -0/+5 |
| 2020-05-28 | Merge commit '7ea7cd165ad6705603852771bf82cc2fd6560db5' into clippyup2 | flip1995 | -8/+12 |
| 2020-05-20 | introduce newtype'd `Predicate<'tcx>` | Bastian Kauschke | -1/+1 |
| 2020-05-20 | rename `Predicate` to `PredicateKind`, introduce alias | Bastian Kauschke | -1/+1 |
| 2020-05-18 | Handle InlineAsm in clippy | Amanieu d'Antras | -3/+85 |
| 2020-05-17 | Merge commit 'e214ea82ad0a751563acf67e1cd9279cf302db3a' into clippyup | flip1995 | -16/+16 |
| 2020-05-16 | Rollup merge of #71948 - csmoe:issue-61076, r=oli-obk | Dylan DPC | -16/+2 |
| 2020-05-15 | implement type_implments_trait query | csmoe | -16/+2 |
| 2020-05-11 | Merge commit '43a1777b89cf6791f9e20878b4e5e3ae907867a5' into clippyup | flip1995 | -14/+25 |
| 2020-05-08 | Fix clippy. | Camille GILLOT | -16/+14 |
| 2020-04-28 | rustup https://github.com/rust-lang/rust/pull/71292/ | Matthias Krüger | -3/+5 |
| 2020-04-27 | rustup: rust-lang/rust#71628 | csmoe | -7/+6 |
| 2020-04-26 | More diagnostic items | Philipp Hansch | -2/+0 |
| 2020-04-25 | Rollup merge of #5505 - flip1995:avoid_running_lints, r=matthiaskrgr | Philipp Krones | -7/+34 |
| 2020-04-24 | rustup https://github.com/rust-lang/rust/pull/71215/ | Matthias Krüger | -1/+1 |
| 2020-04-22 | Only run (late) internal lints, when they are warn/deny/forbid | flip1995 | -7/+25 |
| 2020-04-22 | Only run cargo lints, when they are warn/deny/forbid | flip1995 | -0/+9 |
| 2020-04-21 | Switch to matching against full paths instead of just the last element of the... | Andy Weiss | -0/+3 |
| 2020-04-19 | Implement unsafe_derive_deserialize lint | Eduardo Broto | -2/+3 |
| 2020-04-19 | Formatting and naming | Philipp Krones | -1/+1 |
| 2020-04-19 | Formatting and naming | Philipp Krones | -24/+25 |
| 2020-04-18 | Change note_span argument for span_lint_and_note. | xiongmao86 | -12/+24 |
| 2020-04-18 | Add an Option<Span> argument to span_lint_and_help. | xiongmao86 | -13/+42 |
| 2020-04-18 | Implement collapsible_span_lint_calls lint. | xiongmao86 | -7/+224 |
| 2020-04-17 | Cleanup: Rename 'db' variable to 'diag' | Philipp Hansch | -43/+46 |
| 2020-04-15 | Rollup merge of #5468 - Toxyxer:zero-single-char-names, r=flip1995 | Philipp Krones | -1/+1 |
| 2020-04-15 | Rollup merge of #5248 - ThibsG:ConstValues, r=flip1995 | Philipp Krones | -1/+1 |
| 2020-04-15 | Rename dummy_hir_id -> parent_hir_id | Philipp Krones | -2/+2 |
| 2020-04-15 | rustup https://github.com/rust-lang/rust/pull/71116 | Matthias Krüger | -1/+2 |
| 2020-04-15 | Change default many single char names threshold | Marcin Serwin | -1/+1 |
| 2020-04-15 | Auto merge of #5452 - phansch:match_def_path_refactor, r=matthiaskrgr | bors | -2/+4 |
| 2020-04-15 | Refactor: Use rustc's `match_def_path` | Philipp Hansch | -2/+4 |
| 2020-04-14 | Auto merge of #5449 - phansch:diagnostic-items, r=matthiaskrgr | bors | -3/+3 |
| 2020-04-13 | Cleanup: Use rustc's is_proc_macro_attr | Philipp Hansch | -8/+2 |
| 2020-04-12 | Make use of some existing diagnostic items | Philipp Hansch | -3/+0 |
| 2020-04-12 | Say that diagnostic items are preferred over paths | Philipp Hansch | -0/+3 |
| 2020-04-11 | rustup https://github.com/rust-lang/rust/pull/69745 | Matthias Krüger | -1/+6 |
| 2020-04-09 | Update doc generation script | ThibsG | -1/+1 |
| 2020-04-08 | Use assoc const NAN for zero_div_zero lint | Linus Färnstrand | -1/+1 |
| 2020-04-02 | Rustup to rust-lang/rust#70634 | flip1995 | -12/+4 |
| 2020-04-02 | useless Rc<Rc<T>>, Rc<Box<T>>, Rc<&T>, Box<&T> | Jacek Pospychala | -0/+1 |
| 2020-04-01 | Rustup to rust-lang/rust#70632 | flip1995 | -0/+4 |
| 2020-03-30 | Lint unnamed address comparisons | Tomasz Miąsko | -0/+3 |
| 2020-03-30 | rustup https://github.com/rust-lang/rust/pull/70536 | Matthias Krüger | -19/+19 |
| 2020-03-27 | remove redundant import | Matthias Krüger | -1/+0 |
| 2020-03-27 | rustup https://github.com/rust-lang/rust/pull/68404 | Matthias Krüger | -8/+8 |