| Age | Commit message (Expand) | Author | Lines |
| 2019-08-15 | Auto merge of #4382 - jeremystucki:unnecessary_fold_span, r=flip1995 | bors | -12/+11 |
| 2019-08-15 | Auto merge of #4348 - phansch:deprecate-unused-unused-collect, r=flip1995 | bors | -40/+12 |
| 2019-08-15 | Rustup to rust-lang/rust#63543 | flip1995 | -7/+6 |
| 2019-08-14 | Deprecate unused_collect lint | Philipp Hansch | -40/+12 |
| 2019-08-14 | Remove unused import | Jeremy Stucki | -1/+1 |
| 2019-08-14 | Use different span | Jeremy Stucki | -11/+10 |
| 2019-08-14 | Auto merge of #4379 - matthiaskrgr:url_dep, r=phansch | bors | -1/+1 |
| 2019-08-14 | Auto merge of #4363 - phansch:fix_lint_deprecation, r=flip1995 | bors | -12/+66 |
| 2019-08-14 | update url dependency from 1.7.0 to 2.1.0 | Matthias Krüger | -1/+1 |
| 2019-08-14 | Auto merge of #4369 - mikerite:fix-4293, r=flip1995 | bors | -160/+99 |
| 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 | -505/+1220 |
| 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 |