| Age | Commit message (Expand) | Author | Lines |
| 2019-08-14 | Merge branch 'origin/master' into flat-map | Jeremy Stucki | -5/+6 |
| 2019-08-13 | Use correct span | Jeremy Stucki | -1/+1 |
| 2019-08-12 | Run 'update_lints' | Jeremy Stucki | -1/+2 |
| 2019-08-12 | Use 'span_lint_and_sugg' | Jeremy Stucki | -5/+13 |
| 2019-08-12 | Minor refactoring | Jeremy Stucki | -27/+22 |
| 2019-08-12 | Fix invalid_ref deprecation | Philipp Hansch | -1/+5 |
| 2019-08-12 | Keep old deprecated lints deprecated as non-tool, too | Philipp Hansch | -0/+50 |
| 2019-08-12 | Update lint deprecation for tool lints | Philipp Hansch | -11/+11 |
| 2019-08-12 | Change lint type from 'pedantic' → 'complexity' | Jeremy Stucki | -1/+1 |
| 2019-08-12 | Auto merge of #4365 - lukas-code:async_new_ret_no_self, r=flip1995 | bors | -4/+5 |
| 2019-08-11 | Update rustdoc | Jeremy Stucki | -2/+4 |
| 2019-08-11 | Refactor if_chain | Jeremy Stucki | -24/+25 |
| 2019-08-11 | Rename 'flat_map' → 'flat_map_identity' | Jeremy Stucki | -7/+11 |
| 2019-08-11 | Handle calls with 'std::convert::identity' | Jeremy Stucki | -0/+19 |
| 2019-08-11 | Merge branch 'origin/master' into flat-map | Jeremy Stucki | -504/+1219 |
| 2019-08-11 | Fixed repeated word | Vallentin | -1/+1 |
| 2019-08-11 | deprecate invalid_ref lint | Ralf Jung | -63/+9 |
| 2019-08-10 | Fix `wrong_self_convention` issue | Michael Wright | -1/+17 |
| 2019-08-10 | Simplify `wrong_self_convention` code | Michael Wright | -153/+76 |
| 2019-08-10 | Rename implitem to impl_item | Michael Wright | -12/+12 |
| 2019-08-09 | new_ret_no_self: walk associated types in impl Trait return types | Lukas Markeffsky | -4/+5 |
| 2019-08-09 | Auto merge of #4362 - lzutao:expect-on-cstring_as_ptr, r=flip1995 | bors | -1/+3 |
| 2019-08-09 | Fix lint_cstring_as_ptr for expect | Lzu Tao | -1/+3 |
| 2019-08-09 | Fix lint_single_char_pattern on raw string literal | Lzu Tao | -3/+10 |
| 2019-08-08 | Auto merge of #4358 - lzutao:cleanup_implicit_return, r=flip1995 | bors | -10/+2 |
| 2019-08-08 | Auto merge of #4355 - lzutao:macro_expn_try_err, r=flip1995 | bors | -3/+8 |
| 2019-08-08 | Use source_callsite() instead of recursive outer_expn_info() | Lzu Tao | -10/+2 |
| 2019-08-08 | Use snippet_with_macro_callsite suggested by flip1995 | Lzu Tao | -15/+6 |
| 2019-08-08 | Fix macro expansion in try_err lint | Lzu Tao | -3/+17 |
| 2019-08-07 | Auto merge of #4345 - phansch:enum_variants_fix, r=flip1995 | bors | -0/+4 |
| 2019-08-06 | Don't emit enum_variant_names if remainder starts with a numeric | Philipp Hansch | -0/+4 |
| 2019-08-06 | Rustup https://github.com/rust-lang/rust/pull/59369 | Lzu Tao | -6/+6 |
| 2019-08-05 | fmt | Philipp Hansch | -7/+3 |
| 2019-08-05 | Fix needless_bool suggestion with if-else-if-else | Philipp Hansch | -6/+8 |
| 2019-08-05 | Move expression check to LateLintPass | Vincent Dal Maso | -25/+34 |
| 2019-08-05 | Add recursion check on main function | Vincent Dal Maso | -0/+57 |
| 2019-08-05 | Auto merge of #4338 - flip1995:rollup-9cm4jbr, r=flip1995 | bors | -53/+159 |
| 2019-08-05 | Rollup merge of #4331 - phansch:doctests_restriction, r=flip1995 | Philipp Krones | -16/+57 |
| 2019-08-05 | Rollup merge of #4330 - phansch:doctests_nursery, r=flip1995 | Philipp Krones | -10/+29 |
| 2019-08-05 | Rollup merge of #4329 - phansch:doctests_pedantic, r=flip1995 | Philipp Krones | -27/+73 |
| 2019-08-05 | Auto merge of #4337 - flip1995:let_unit, r=phansch | bors | -10/+12 |
| 2019-08-05 | Make let_unit lint suggestion auto applicable | flip1995 | -10/+12 |
| 2019-08-05 | Rustup to https://github.com/rust-lang/rust/pull/63213 | Philipp Hansch | -7/+7 |
| 2019-08-03 | Doctests: Enable running doc tests for restriction lints | Philipp Hansch | -16/+57 |
| 2019-08-03 | Doctests: Enable running doc tests for nursery lints | Philipp Hansch | -10/+29 |
| 2019-08-03 | Doctests: Enable running doc tests for pedantic lints | Philipp Hansch | -27/+73 |
| 2019-08-03 | Auto merge of #4327 - phansch:doctests_perf, r=flip1995 | bors | -32/+65 |
| 2019-08-03 | Auto merge of #4325 - phansch:doctests_complexity, r=flip1995 | bors | -85/+157 |
| 2019-08-03 | Rustup to latest rustc master | Philipp Hansch | -7/+9 |
| 2019-08-03 | Also enable doc tests for internal lints | Philipp Hansch | -2/+2 |