| Age | Commit message (Expand) | Author | Lines |
| 2019-03-05 | move lint documentation into macro invocations | Andy Russell | -100/+100 |
| 2019-03-01 | align with rust-lang/rust/#58836 | ljedrz | -8/+8 |
| 2019-03-01 | enable rust-lang/rust#58754 | ljedrz | -8/+5 |
| 2019-02-28 | Error an unknown or deprecated Clippy attribute | flip1995 | -84/+140 |
| 2019-02-26 | Auto merge of #3814 - ljedrz:HirIdification_lockstep_upgrade, r=phansch | bors | -24/+28 |
| 2019-02-25 | Auto merge of #3772 - flip1995:ice-3719, r=Manishearth | bors | -33/+46 |
| 2019-02-25 | fix: replace wrong id | ljedrz | -1/+1 |
| 2019-02-25 | Make DiagnosticWrapper private | Philipp Hansch | -1/+1 |
| 2019-02-24 | HirIdify some lints | ljedrz | -24/+28 |
| 2019-02-24 | Auto merge of #3810 - phansch:refactor/extract_module, r=flip1995 | bors | -143/+208 |
| 2019-02-24 | Auto merge of #3790 - ljedrz:HirIdify_intravisit, r=phansch | bors | -2/+2 |
| 2019-02-24 | Extract diagnostics module and document some functions | Philipp Hansch | -199/+208 |
| 2019-02-24 | Document some `span_lint_*` util functions | Philipp Hansch | -0/+56 |
| 2019-02-20 | Fixed formatting and typo | bzzzz | -6/+3 |
| 2019-02-20 | partially HirIdify lints | ljedrz | -2/+2 |
| 2019-02-20 | Make needless_range_loop not applicable to structures without iter method | bzzzz | -0/+46 |
| 2019-02-19 | Document the new `Sugg` functions | flip1995 | -0/+3 |
| 2019-02-19 | Implement Sugg::hir_with_macro_callsite | flip1995 | -33/+43 |
| 2019-02-17 | Add a lint to warn on `T: Drop` bounds | Michael Howell | -0/+1 |
| 2019-02-14 | Fix breakage from rust-lang/rust#58296 | flip1995 | -2/+2 |
| 2019-02-13 | Rustup | flip1995 | -1/+1 |
| 2019-02-10 | removing redundant closures in the whole project | Grzegorz | -2/+5 |
| 2019-02-09 | Auto merge of #3751 - h-michael:opt-def-id, r=phansch | bors | -34/+1 |
| 2019-02-09 | Use Hir::Def opt_def_id | Hirokazu Hata | -34/+1 |
| 2019-02-09 | Auto merge of #3748 - phansch:uitest, r=oli-obk | bors | -1/+1 |
| 2019-02-09 | Add new Def type ConstParam | Hirokazu Hata | -0/+1 |
| 2019-02-08 | Add a uitest subcommand to simplify UI test invocation | Philipp Hansch | -1/+1 |
| 2019-02-06 | Auto merge of #3665 - jsgf:master, r=oli-obk | bors | -2/+7 |
| 2019-02-04 | Auto merge of #3725 - mikerite:fix-2728, r=phansch | bors | -0/+15 |
| 2019-02-04 | Document `get_def_path` | Michael Wright | -0/+9 |
| 2019-02-03 | Fix breakage due to rust-lang/rust#58079 | Michael Wright | -7/+7 |
| 2019-02-02 | Let CLIPPY_CONF_DIR be used to start search for config, and fall back to | Jeremy Fitzhardinge | -2/+7 |
| 2019-02-01 | Adding back tests, but also reducing threshold by 1 | Unknown | -1/+1 |
| 2019-02-01 | Adding lint for too many lines. | Araam Borhanian | -1/+5 |
| 2019-01-31 | Fix `cast_sign_loss` false positive | Michael Wright | -0/+6 |
| 2019-01-29 | cargo fmt | Philipp Hansch | -2/+2 |
| 2019-01-29 | Use built-in entry_fn detection over self-built | Philipp Hansch | -10/+7 |
| 2019-01-29 | cargo fmt | Philipp Hansch | -5/+3 |
| 2019-01-29 | Add initial version of const_fn lint | Philipp Hansch | -0/+13 |
| 2019-01-28 | Auto merge of #3700 - phansch:would_you_like_some_help_with_this_const_fn, r=... | bors | -0/+4 |
| 2019-01-28 | Update more changed iterator paths | Oliver Scherer | -1/+1 |
| 2019-01-28 | Update changed iterator paths | Oliver Scherer | -1/+1 |
| 2019-01-27 | rustup https://github.com/rust-lang/rust/pull/57907/ | Matthias Krüger | -4/+4 |
| 2019-01-27 | rustup https://github.com/rust-lang/rust/pull/57726 | Matthias Krüger | -0/+23 |
| 2019-01-26 | Prevent incorrect cast_lossless suggestion in const_fn | Philipp Hansch | -0/+4 |
| 2019-01-22 | Auto merge of #3684 - g-bartoszek:sugg-snippet-modifications, r=phansch | bors | -0/+29 |
| 2019-01-22 | Rustfmt all the things | Oliver Scherer | -5/+16 |
| 2019-01-22 | Don't make decisions on values that don't represent the decision | Oliver Scherer | -3/+8 |
| 2019-01-22 | Rustup | Oliver Scherer | -1/+1 |
| 2019-01-22 | Added "make_return" and "blockify" convenience methods in Sugg and used them ... | Grzegorz Bartoszek | -0/+29 |