| Age | Commit message (Expand) | Author | Lines |
| 2019-01-22 | Don't make decisions on values that don't represent the decision | Oliver Scherer | -3/+8 |
| 2019-01-22 | Improving comments. | daxpedda | -2/+1 |
| 2019-01-22 | Rustup | Oliver Scherer | -2/+2 |
| 2019-01-22 | Improve span shortening. | Philipp Krones | -1/+1 |
| 2019-01-22 | Added "make_return" and "blockify" convenience methods in Sugg and used them ... | Grzegorz Bartoszek | -8/+35 |
| 2019-01-21 | Auto merge of #3677 - daxpedda:integer_arithmetic, r=oli-obk | bors | -2/+5 |
| 2019-01-21 | Actually check for constants. | daxpedda | -1/+8 |
| 2019-01-21 | Auto merge of #3676 - daxpedda:implicit_return, r=oli-obk | bors | -6/+22 |
| 2019-01-21 | Fixed potential mistakes with nesting. Added tests. | daxpedda | -5/+11 |
| 2019-01-21 | Auto merge of #3680 - g-bartoszek:needless-bool-else-if-brackets, r=oli-obk | bors | -1/+18 |
| 2019-01-21 | formatting fix | Grzegorz Bartoszek | -1/+0 |
| 2019-01-21 | Update clippy_lints/src/needless_bool.rs | Oliver Scherer | -1/+1 |
| 2019-01-21 | formatting fix | Grzegorz Bartoszek | -1/+1 |
| 2019-01-20 | Fix breakage due to rust-lang/rust#57651 | Michael Wright | -0/+8 |
| 2019-01-20 | needless bool lint suggestion is wrapped in brackets if it is an "else" claus... | Grzegorz Bartoszek | -1/+19 |
| 2019-01-20 | Fix automatic suggestion on `use_self`. | daxpedda | -6/+6 |
| 2019-01-20 | Remove negative integer literal checks. | daxpedda | -5/+1 |
| 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 |