| Age | Commit message (Expand) | Author | Lines |
| 2019-03-12 | Merge branch 'master' into fix-3739 | Michael Wright | -6483/+6846 |
| 2019-03-12 | Run more doc tests | Philipp Hansch | -52/+103 |
| 2019-03-12 | Fix `needless_continue` false positive | Taiki Endo | -14/+26 |
| 2019-03-11 | Fix `use_self` false positive on nested functions | Taiki Endo | -1/+2 |
| 2019-03-11 | Filter out proc_macro and proc_macro_attribute | Taiki Endo | -6/+11 |
| 2019-03-10 | Fix/Ignore doc tests | flip1995 | -10/+13 |
| 2019-03-10 | Run rustfmt | flip1995 | -6/+5 |
| 2019-03-10 | Addressed points raised in review. | Alexander Regueiro | -42/+37 |
| 2019-03-10 | Various cosmetic improvements. | Alexander Regueiro | -312/+334 |
| 2019-03-09 | Move get_unwrap to restriction | Manish Goregaokar | -3/+2 |
| 2019-03-09 | Auto merge of #3860 - phansch:refactor_out_opt_def_id, r=flip1995 | bors | -47/+41 |
| 2019-03-09 | Rollup merge of #3857 - phansch:document_path_qpath, r=flip1995 | Philipp Krones | -1/+20 |
| 2019-03-09 | Rollup merge of #3852 - phansch:refactor_assign_ops, r=flip1995 | Philipp Krones | -46/+52 |
| 2019-03-09 | Rollup merge of #3851 - phansch:refactor_trait_stuff, r=flip1995 | Philipp Krones | -27/+35 |
| 2019-03-08 | Refactor: Remove utils::opt_def_id | Philipp Hansch | -47/+41 |
| 2019-03-08 | Document match_path, improve match_qpath docs | Philipp Hansch | -1/+20 |
| 2019-03-08 | cargo fmt | Philipp Hansch | -7/+13 |
| 2019-03-08 | fmt | Philipp Hansch | -1/+3 |
| 2019-03-08 | Update clippy_lints/src/utils/mod.rs | Philipp Krones | -1/+1 |
| 2019-03-08 | Fix doctest | Philipp Hansch | -2/+8 |
| 2019-03-08 | Refactor: Cleanup one part of assign_ops lint | Philipp Hansch | -46/+46 |
| 2019-03-07 | align with rust-lang/rust/#58992 | ljedrz | -46/+42 |
| 2019-03-07 | fix missing a semicolon | rchaser53 | -1/+1 |
| 2019-03-07 | Refactor: Extract `trait_ref_of_method` function | Philipp Hansch | -27/+27 |
| 2019-03-06 | Renamed: Cyclomatic Complexity -> Cognitive Complexity | Félix Fischer | -33/+51 |
| 2019-03-05 | fix or ignore failing doc tests | Andy Russell | -127/+137 |
| 2019-03-05 | move lint documentation into macro invocations | Andy Russell | -5359/+5377 |
| 2019-03-05 | Fix missing_const_for_fn for impl trait methods | Philipp Hansch | -1/+14 |
| 2019-03-04 | Don't trigger missing_const_for_fn in external macros | Philipp Hansch | -2/+2 |
| 2019-03-03 | fmt fixes | Philipp Hansch | -7/+8 |
| 2019-03-01 | align with rust-lang/rust/#58836 | ljedrz | -82/+80 |
| 2019-03-01 | enable rust-lang/rust#58754 | ljedrz | -32/+31 |
| 2019-03-01 | Place::Local(x) is now Place::Base(PlaceBase::Local(x)) | Santiago Pastorino | -4/+5 |
| 2019-02-28 | Error an unknown or deprecated Clippy attribute | flip1995 | -84/+140 |
| 2019-02-27 | Auto merge of #3666 - detrumi:map-or-on-non-copy, r=flip1995 | bors | -43/+124 |
| 2019-02-27 | Rustup https://github.com/rust-lang/rust/pull/58321 | Philipp Hansch | -4/+4 |
| 2019-02-26 | Auto merge of #3821 - g-bartoszek:redundant_closure-different-borrow-levels, ... | bors | -9/+14 |
| 2019-02-26 | Fix false negative | Wilco Kusee | -12/+15 |
| 2019-02-26 | Attempt to fix false negative | Wilco Kusee | -4/+74 |
| 2019-02-26 | Move lint_map_unwrap_or to its own file | Wilco Kusee | -44/+51 |
| 2019-02-26 | Only suggest map_or for copy types | Wilco Kusee | -1/+2 |
| 2019-02-26 | Auto merge of #3817 - rust-lang:fix-bool_comparison-on-non-bool, r=oli-obk | bors | -20/+20 |
| 2019-02-26 | do not trigger redundant_closure when there is a difference in borrow level b... | Grzegorz | -9/+14 |
| 2019-02-26 | Auto merge of #3814 - ljedrz:HirIdification_lockstep_upgrade, r=phansch | bors | -126/+131 |
| 2019-02-26 | fix line format | ljedrz | -1/+2 |
| 2019-02-26 | Remove `#[feature(try_from)]` | Michael Wright | -1/+0 |
| 2019-02-25 | Fix `bool_comparison` with non-`bool` expressions | mcarton | -20/+20 |
| 2019-02-25 | Auto merge of #3808 - mikerite:useless-format-suggestions, r=oli-obk | bors | -17/+23 |
| 2019-02-25 | Auto merge of #3816 - g-bartoszek:redundant_closure_for_macros, r=Manishearth | bors | -1/+5 |
| 2019-02-25 | redundant_closure does not trigger for external macros | Grzegorz | -1/+5 |