| Age | Commit message (Expand) | Author | Lines |
| 2019-12-28 | Fixes for elided lifetimes | mgr-inz-rafal | -4/+4 |
| 2019-12-28 | Add new lint (modulo_arithmetic) | mgr-inz-rafal | -0/+153 |
| 2019-12-28 | code review | Yuki Okushi | -9/+6 |
| 2019-12-28 | Possibly fix an ICE on test | Yuki Okushi | -8/+13 |
| 2019-12-27 | Suggest similar lint name on unknown_clippy_lints | Yuki Okushi | -18/+25 |
| 2019-12-27 | Rustup to rust-lang/rust#66936 | Yuki Okushi | -655/+735 |
| 2019-12-25 | Auto merge of #4956 - JohnTitor:decimal-lit-suffix, r=llogiq | bors | -1/+1 |
| 2019-12-26 | Do not drop suffixes on `decimal_literal_representation` | Yuki Okushi | -1/+1 |
| 2019-12-25 | Correct documentation for `len_zero` | Yuki Okushi | -4/+3 |
| 2019-12-24 | Auto merge of #4947 - rust-lang:doc-main-extern-crate, r=flip1995 | bors | -1/+3 |
| 2019-12-24 | Auto merge of #4885 - rust-lang:mut-key-types, r=flip1995 | bors | -0/+125 |
| 2019-12-24 | new lint: mutable_key_type | Andre Bogus | -0/+125 |
| 2019-12-24 | Avoid needless_doctest_main on 'extern crate' | Andre Bogus | -1/+3 |
| 2019-12-24 | rustup "Add span information to `ExprKind::Assign`" | Lzu Tao | -29/+34 |
| 2019-12-24 | do minor cleanups | Lzu Tao | -24/+9 |
| 2019-12-23 | Auto merge of #4934 - illicitonion:exhaustive_match, r=flip1995 | bors | -2/+11 |
| 2019-12-23 | Auto merge of #4823 - Areredify:must_use_res, r=flip1995 | bors | -47/+138 |
| 2019-12-23 | Auto merge of #4941 - lzutao:utils-mod, r=phansch | bors | -22/+11 |
| 2019-12-23 | Rustup to rust-lang/rust#66877 | Yuki Okushi | -19/+7 |
| 2019-12-23 | a few small cleanups | Lzu Tao | -22/+11 |
| 2019-12-22 | implemented `let_underscore` lint | Mikhail Babenko | -4/+92 |
| 2019-12-22 | move is_must_use_ty to utils | Mikhail Babenko | -45/+48 |
| 2019-12-22 | Rustup to rust-lang/rust#66931 | flip1995 | -12/+12 |
| 2019-12-22 | Add <'_> where necessary | flip1995 | -105/+105 |
| 2019-12-22 | Remove trailling .s | Daniel Wagner-Hall | -2/+2 |
| 2019-12-22 | Auto merge of #4937 - mikerite:fix-4824, r=phansch | bors | -2/+4 |
| 2019-12-22 | Auto merge of #4930 - flip1995:unused_label, r=phansch | bors | -88/+13 |
| 2019-12-22 | Fix `map_clone` false positive | Michael Wright | -2/+4 |
| 2019-12-22 | Update wildcard enum match lint for non_exhaustive enums | Daniel Wagner-Hall | -2/+11 |
| 2019-12-21 | Reduce cognitive complexity lint span | Krishna Veera Reddy | -8/+39 |
| 2019-12-21 | rustup "Merge `ast::Mutability` and `mir::Mutability`" | Lzu Tao | -51/+48 |
| 2019-12-21 | Deprecate unused_label lint | flip1995 | -88/+13 |
| 2019-12-20 | rustup https://github.com/rust-lang/rust/pull/67455 | Matthias Krüger | -2/+2 |
| 2019-12-20 | Auto merge of #4920 - lily-commure:fix-unnecessary-filter-map-docs, r=phansch | bors | -2/+2 |
| 2019-12-20 | Auto merge of #4913 - mikerite:step-by-zero-20191218, r=phansch | bors | -47/+41 |
| 2019-12-20 | Fix 'redudant' spelling in redundant_clone docs | Emma | -1/+1 |
| 2019-12-19 | Fix documentation example for unnecessary_filter_map. | Lily Chung | -2/+2 |
| 2019-12-19 | Auto merge of #4915 - mikerite:fix-4912-2, r=phansch | bors | -1/+1 |
| 2019-12-19 | Fix `expect_fun_call` false negative on references | Michael Wright | -1/+1 |
| 2019-12-19 | Fix `iterator_step_by_zero` description in declaration | mikerite | -1/+1 |
| 2019-12-18 | Correct `iterator_step_by_zero` documentation | Michael Wright | -7/+6 |
| 2019-12-18 | Update iterator_step_by_zero | Michael Wright | -47/+42 |
| 2019-12-17 | Prevent `cmp_nan` when inside constants | Krishna Veera Reddy | -16/+20 |
| 2019-12-17 | Detect comparisons with NAN constants | Krishna Veera Reddy | -17/+17 |
| 2019-12-16 | Fix clippy build failure | Krishna Veera Reddy | -1/+0 |
| 2019-12-12 | Auto merge of #4883 - krishna-veerareddy:issue-4818-cast-sign-loss-false-posi... | bors | -10/+19 |
| 2019-12-11 | Auto merge of #4886 - rust-lang:must-use-pub-only, r=phansch | bors | -0/+1 |
| 2019-12-07 | Add lint to detect transmutes from float to integer | Krishna Veera Reddy | -0/+69 |
| 2019-12-06 | Lint only exported must_use_candidates | Andre Bogus | -0/+1 |
| 2019-12-06 | Add lint for pub fns returning a `Result` without documenting errors | RobbieClarken | -45/+94 |