| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-04-14 | Refactor suspicious_else_formatting using if_chain | Philipp Hansch | -35/+32 |
| 2019-04-14 | Remove `except` in suspicious_else_formatting | Philipp Hansch | -16/+16 |
| 2019-04-12 | Auto merge of #3946 - rchaser53:issue-3920, r=flip1995 | bors | -1/+3 |
| 2019-04-13 | fix format does not parse escaped braces error | rchaser53 | -1/+3 |
| 2019-04-12 | Fix `get_def_path` | flip1995 | -9/+7 |
| 2019-04-10 | Auto merge of #3931 - phansch:3891, r=flip1995 | bors | -16/+13 |
| 2019-04-10 | Refactor check_lit method | Philipp Hansch | -17/+13 |
| 2019-04-10 | Support updated type dependent def ID getter | Tomas Koutsky | -7/+7 |
| 2019-04-10 | Code formatting/cleanup | Philipp Hansch | -4/+1 |
| 2019-04-10 | Don't emit useless_attribute lint in external macros | Philipp Hansch | -1/+5 |
| 2019-04-09 | Auto merge of #3925 - phansch:3741, r=flip1995 | bors | -1/+2 |
| 2019-04-08 | Fix ICE in decimal_literal_representation lint | Philipp Hansch | -9/+13 |
| 2019-04-08 | Escape a single quote in single_char_pattern hint | Klemen Košir | -1/+2 |
| 2019-04-08 | Auto merge of #3921 - euclio:single-char-names-multispan, r=flip1995 | bors | -28/+63 |
| 2019-04-08 | Auto merge of #3848 - felix91gr:null_transmute, r=flip1995 | bors | -13/+140 |
| 2019-04-08 | Auto merge of #3901 - rail-rain:issue_1670, r=flip1995 | bors | -6/+22 |