| Age | Commit message (Expand) | Author | Lines |
| 2019-09-24 | Add a new lint for comparison chains | James Wang | -0/+44 |
| 2019-09-22 | Merge branch 'master' into unneeded_wildcard_pattern | Michael Wright | -0/+15 |
| 2019-09-20 | new lint: mem-replace-with-uninit | Andre Bogus | -0/+2 |
| 2019-09-18 | Work around qpath_res issue | Michael Wright | -0/+13 |
| 2019-09-12 | Fix lint warnings | Michael Wright | -1/+1 |
| 2019-09-11 | run rustfmt | Matthias Krüger | -4/+6 |
| 2019-09-10 | New `is_integer_const` to check more const ints | Andre Bogus | -0/+17 |
| 2019-09-09 | Use diagnostic item for | Andre Bogus | -0/+8 |
| 2019-09-06 | Auto merge of #4508 - rust-lang:reduced-symbolism, r=phansch | bors | -3/+2 |
| 2019-09-06 | Simplify , removing a FIXME | Andre Bogus | -3/+2 |
| 2019-09-04 | Refactor option handling | Jeremy Stucki | -4/+3 |
| 2019-09-04 | Auto merge of #4490 - mikerite:fix-4364, r=flip1995 | bors | -0/+2 |
| 2019-09-04 | Auto merge of #4454 - BO41:search_is_some, r=flip1995 | bors | -7/+9 |
| 2019-09-03 | Try to fix .fixed | BO41 | -1/+1 |
| 2019-09-03 | Auto merge of #4479 - rust-lang:uninit_assume_init, r=flip1995 | bors | -0/+2 |
| 2019-09-03 | lint against `MaybeUninit::uninit().assume_init()` | Andre Bogus | -0/+2 |
| 2019-09-03 | Fix occurrences of `too_many_lines` violations | Michael Wright | -0/+2 |
| 2019-08-30 | Fix cast_lossless false positive in impl const fn | Philipp Hansch | -0/+4 |
| 2019-08-29 | Use the spans returned by utils::method_calls | flip1995 | -3/+3 |
| 2019-08-29 | Also return the method spans in utils::method_calls | flip1995 | -3/+5 |
| 2019-08-28 | Replace `Arg` with `Param` | Yuki Okushi | -5/+5 |
| 2019-08-25 | Account for trait alias when looking for defid | Lzu Tao | -1/+3 |
| 2019-08-25 | Rustup to https://github.com/rust-lang/rust/pull/63854 | Philipp Hansch | -2/+2 |
| 2019-08-23 | Add missing field to LitKind::Str | Lzu Tao | -1/+1 |
| 2019-08-23 | Re-factor useless_format lint | Lzu Tao | -2/+3 |
| 2019-08-21 | Fix `temporary_cstring_as_ptr` false negative | Michael Wright | -1/+1 |
| 2019-08-19 | Remove in_macro_or_desugar | KRAAI, MATTHEW [VISUS] | -11/+6 |
| 2019-08-18 | Fix breakage due to rust-lang/rust#61708 | Michael Wright | -1/+13 |
| 2019-08-16 | Run rustfmt | flip1995 | -4/+1 |
| 2019-08-16 | Use outer_expn_data instead of outer_expn_info | KRAAI, MATTHEW [VISUS] | -31/+43 |
| 2019-08-16 | Rustup "Remove `Spanned` from `{ast,hir}::FieldPat`" | Lzu Tao | -4/+4 |
| 2019-08-15 | Rustup to rust-lang/rust#63543 | flip1995 | -1/+1 |
| 2019-08-11 | Handle calls with 'std::convert::identity' | Jeremy Stucki | -0/+1 |
| 2019-08-11 | deprecate invalid_ref lint | Ralf Jung | -4/+0 |
| 2019-08-05 | Rustup to https://github.com/rust-lang/rust/pull/63213 | Philipp Hansch | -2/+2 |
| 2019-08-03 | Auto merge of #4325 - phansch:doctests_complexity, r=flip1995 | bors | -9/+10 |
| 2019-08-03 | Rustup to latest rustc master | Philipp Hansch | -2/+2 |
| 2019-08-02 | Doctests: Fix all complexity lint docs | Philipp Hansch | -9/+10 |
| 2019-07-31 | Update all the code to pass the updated `use_self` lint. | Jakub Wieczorek | -3/+3 |
| 2019-07-28 | Fix dogfood test | xd009642 | -7/+3 |
| 2019-07-27 | Hash discriminant of lifetime.name | xd009642 | -0/+1 |
| 2019-07-27 | Hash discriminant of Lifetime::Name | xd009642 | -1/+2 |
| 2019-07-27 | Respond to review comments | xd009642 | -18/+12 |
| 2019-07-27 | Respond to comments and improve printout | xd009642 | -6/+0 |
| 2019-07-26 | Responded to comments and fixed compile bug | xd009642 | -3/+1 |
| 2019-07-24 | Fixed more compile errors | xd009642 | -7/+11 |
| 2019-07-24 | Fix some of the compile errors | xd009642 | -16/+16 |
| 2019-07-24 | Changed Ty to ty, added lifetime 'tcx | xd009642 | -17/+17 |
| 2019-07-24 | Lint for type repetition in trait bounds. | xd009642 | -4/+115 |
| 2019-07-21 | Fix breakage due to rust-lang/rust#62705 | Michael Wright | -6/+6 |