| Age | Commit message (Expand) | Author | Lines |
| 2019-01-20 | Fix `implicit_return` false positives. | daxpedda | -6/+22 |
| 2019-01-20 | Run rustfmt | Michael Wright | -46/+48 |
| 2019-01-20 | Fixed breakage due to rust-lang/rust#57489 | Michael Wright | -187/+135 |
| 2019-01-20 | Fix breakage due to rust-lang/rust#57755 | Michael Wright | -3/+3 |
| 2019-01-19 | Auto merge of #3674 - sinkuu:fmt_rustup, r=oli-obk | bors | -17/+22 |
| 2019-01-19 | Catch up with `format_args` change | Shotaro Yamada | -17/+22 |
| 2019-01-19 | Auto merge of #3672 - mikerite:fix-3670, r=oli-obk | bors | -0/+14 |
| 2019-01-19 | Fix bad `while_let_on_iterator` suggestion. | Michael Wright | -0/+14 |
| 2019-01-19 | rustup https://github.com/rust-lang/rust/pull/57747 | Matthias Krüger | -1/+1 |
| 2019-01-16 | add applicability to lint name suggestion | Andy Russell | -3/+6 |
| 2019-01-15 | Remove `map_clone` fixed known problem | Michael Wright | -3/+1 |
| 2019-01-15 | Fix `map_clone` bad suggestion | Michael Wright | -21/+46 |
| 2019-01-14 | Auto merge of #3657 - roblabla:bugfix-missing-docs-global-asm, r=phansch | bors | -1/+1 |
| 2019-01-14 | Auto merge of #3653 - gendx:master, r=phansch | bors | -4/+4 |
| 2019-01-14 | Auto merge of #3658 - detrumi:add-several-run-rustfix-annotations, r=phansch | bors | -5/+4 |
| 2019-01-13 | Missing docs: don't require documenting Global Asm items. | roblabla | -1/+1 |
| 2019-01-13 | Disable deprecated_cfg_attr lint for inner attributes | Wilco Kusee | -5/+4 |
| 2019-01-12 | rustup: the features if_while_or_patterns has been stabilized | Matthias Krüger | -1/+0 |
| 2019-01-10 | Fix comments in clippy_lints/src/len_zero.rs | Guillaume Endignoux | -4/+4 |
| 2019-01-09 | add assert(true/false, some message) tests | A.A.Abroskin | -21/+34 |
| 2019-01-09 | Merge branch 'master' into add-lints-aseert-checks | Abroskin Alexander | -6/+78 |
| 2019-01-09 | change assert_checks to assertions_on_constants | A.A.Abroskin | -35/+29 |
| 2019-01-08 | Remove all copyright license headers | Philipp Hansch | -1287/+0 |
| 2019-01-07 | Auto merge of #3640 - detrumi:nested_use_self, r=flip1995 | bors | -5/+13 |
| 2019-01-07 | Auto merge of #3600 - xfix:cast-ref-to-mut, r=flip1995 | bors | -0/+64 |
| 2019-01-07 | Move cast_ref_to_mut list to correctness group | Konrad Borowski | -2/+3 |
| 2019-01-07 | Don't import ty::Ref in cast_ref_to_mut lint | Konrad Borowski | -2/+2 |
| 2019-01-07 | Move a hint to an error message in cast_ref_to_mut lint | Konrad Borowski | -6/+4 |
| 2019-01-07 | Add a note to cast_ref_to_mut lint | Konrad Borowski | -4/+6 |
| 2019-01-07 | Use ty::Ref instead of ty::TyKind::Ref | Konrad Borowski | -2/+2 |
| 2019-01-07 | cast_ref_to_mut lint | Konrad Borowski | -0/+63 |
| 2019-01-07 | Add missing ` in default lint | Marcel Hellwig | -1/+1 |
| 2019-01-07 | Improve tests and exclude nested impls | Wilco Kusee | -1/+2 |
| 2019-01-07 | run ./util/dev update_lints | A.A.Abroskin | -2/+2 |
| 2019-01-07 | Add unreachable!() as option | A.A.Abroskin | -3/+3 |
| 2019-01-07 | Add assert(true) and assert(false) lints | A.A.Abroskin | -0/+84 |
| 2019-01-07 | Update `unwrap_get` code review suggestions | Michael Wright | -8/+7 |
| 2019-01-06 | Update known problems | Wilco Kusee | -1/+0 |
| 2019-01-06 | Restrict use_self on nested items | Wilco Kusee | -4/+12 |
| 2019-01-06 | Improve `get_unwrap` suggestion | Michael Wright | -2/+19 |
| 2019-01-05 | Revert "Auto merge of #3603 - xfix:random-state-lint, r=phansch" | Matthias Krüger | -54/+0 |
| 2019-01-05 | Auto merge of #3627 - detrumi:use_self_local_macro, r=phansch | bors | -3/+3 |
| 2019-01-05 | rustup https://github.com/rust-lang/rust/pull/56837 | Matthias Krüger | -4/+9 |
| 2019-01-05 | rustup (don't know the exact PR unfortunately) | Matthias Krüger | -2/+2 |
| 2019-01-04 | Auto merge of #3601 - xfix:move-constant-write-lint, r=flip1995 | bors | -21/+17 |
| 2019-01-04 | Trigger `use_self` lint in local macros | Wilco Kusee | -3/+3 |
| 2019-01-03 | Auto merge of #3623 - phansch:rustup, r=flip1995 | bors | -3/+3 |
| 2019-01-03 | rustup: https://github.com/rust-lang/rust/pull/55517 | Philipp Hansch | -3/+3 |
| 2019-01-03 | Auto merge of #3621 - Zoxc:parallel, r=phansch | bors | -8/+8 |
| 2019-01-03 | Make clippy work with parallel rustc | John Kåre Alsaker | -8/+8 |