| Age | Commit message (Expand) | Author | Lines |
| 2019-04-28 | Fix breakage due to rust-lang/rust#60225 | Michael Wright | -50/+60 |
| 2019-04-25 | useless_let_if_seq handle interior mutability | Josh Mcguigan | -0/+7 |
| 2019-04-25 | Auto merge of #4008 - g-bartoszek:boxed-fnmut, r=phansch | bors | -0/+4 |
| 2019-04-25 | Auto merge of #4026 - cemiloten:working-on-#3981, r=flip1995 | bors | -0/+3 |
| 2019-04-25 | Ignore unnecessary cast if inside macro | cemil | -0/+3 |
| 2019-04-25 | Auto merge of #4029 - phansch:update_pulldown_cmark, r=oli-obk | bors | -41/+24 |
| 2019-04-25 | Rustup for https://github.com/rust-lang/rust/pull/59042 | Philipp Hansch | -6/+5 |
| 2019-04-24 | Update pulldown_cmark to 0.5 | Philipp Hansch | -41/+24 |
| 2019-04-24 | Remove approx_constant known problems | Matthew Kraai | -4/+1 |
| 2019-04-24 | Auto merge of #4024 - kraai:suppress-let_and_return-if-let-has-attributes, r=... | bors | -1/+1 |
| 2019-04-23 | Suppress let_and_return if let has attributes | Matthew Kraai | -1/+1 |
| 2019-04-23 | Change "if types change" to "if you later change the type" | Matthew Kraai | -1/+1 |
| 2019-04-23 | Auto merge of #4018 - rust-lang:or_fn_call_variants, r=oli-obk | bors | -5/+23 |
| 2019-04-23 | Rustup to rustc 1.36.0-nightly (fe0a415b4 2019-04-23) | Manish Goregaokar | -1/+1 |
| 2019-04-23 | Ignore all enum and struct constructors in lints about `*or(call())` | Manish Goregaokar | -5/+23 |
| 2019-04-21 | Auto merge of #4013 - kraai:move-path_buf_push_overwrite-to-nursery, r=matthi... | bors | -3/+2 |
| 2019-04-21 | Use newly-introduced mutability query for statics | Igor Matuszewski | -1/+2 |
| 2019-04-21 | Move path_buf_push_overwrite to nursery | Matthew Kraai | -3/+2 |
| 2019-04-20 | redundant closure triggers for fnptrs and closures | Grzegorz | -1/+2 |
| 2019-04-20 | Auto merge of #4007 - phansch:fix_allowing_toplevel_ref_arg, r=flip1995 | bors | -6/+7 |
| 2019-04-20 | Auto merge of #4006 - phansch:fix_module_name_repetitions_fp, r=flip1995 | bors | -18/+18 |
| 2019-04-19 | Allow allowing of toplevel_ref_arg lint | Philipp Hansch | -6/+7 |
| 2019-04-19 | redundant closure for functions restricted to FnDefs | Grzegorz | -0/+3 |
| 2019-04-19 | Fix false positive in module_name_repetitions lint | Philipp Hansch | -18/+18 |
| 2019-04-19 | Auto merge of #3989 - flip1995:assert_on_const, r=phansch | bors | -31/+30 |
| 2019-04-18 | Typo | Felix Rabe | -1/+1 |
| 2019-04-18 | Fix dogfood error | flip1995 | -5/+8 |
| 2019-04-18 | Add lint PathBufPushOverwrite | André Luis Leal Cardoso Junior | -0/+75 |
| 2019-04-18 | Remove code duplication | flip1995 | -45/+21 |
| 2019-04-18 | Format code | flip1995 | -12/+27 |
| 2019-04-18 | Don't lint debug_assert!(false) | flip1995 | -3/+8 |
| 2019-04-18 | Auto merge of #3984 - phansch:bytecount_sugg, r=flip1995 | bors | -1/+1 |
| 2019-04-17 | Change naive_bytecount applicability MaybeIncorrect | Philipp Hansch | -1/+1 |
| 2019-04-17 | Use lint pass macros | Matthew Kraai | -2101/+593 |
| 2019-04-17 | Fix lint_without_lint_pass internal lint | flip1995 | -1/+7 |
| 2019-04-17 | Use {get,match}_def_path from LateContext | flip1995 | -128/+122 |
| 2019-04-17 | Remove uplifted functions {get,match}_def_path from Clippy | flip1995 | -132/+1 |
| 2019-04-17 | Auto merge of #3966 - flip1995:internal_lints, r=oli-obk | bors | -67/+7 |
| 2019-04-17 | Auto merge of #3975 - phansch:has_placeholders, r=flip1995 | bors | -2/+2 |
| 2019-04-16 | while_let_loop uses placeholders in suggestions | Philipp Hansch | -2/+2 |
| 2019-04-15 | Only suggest .copied() for Option right now | Manish Goregaokar | -5/+8 |
| 2019-04-15 | Also suggest .copied() when .clone() is called on a Copy type | Manish Goregaokar | -3/+4 |
| 2019-04-15 | Suggest .copied() instead of .cloned() in map_clone when dealing with references | Manish Goregaokar | -16/+31 |
| 2019-04-15 | Deny rustc internal lints | flip1995 | -2/+4 |
| 2019-04-15 | Remove clippy::default_hash_types internal lint | flip1995 | -65/+3 |
| 2019-04-14 | Clean up unused cx parameters | Manish Goregaokar | -5/+5 |
| 2019-04-14 | HirIdify ReadVisitor | Manish Goregaokar | -2/+1 |
| 2019-04-14 | Use _from_hir_id APIs | Manish Goregaokar | -2/+2 |
| 2019-04-14 | Remove now-unnecessary calls to node_to_hir_id | Manish Goregaokar | -15/+13 |
| 2019-04-14 | cargo fmt | Philipp Hansch | -3/+2 |