| Age | Commit message (Expand) | Author | Lines |
| 2019-08-21 | Fix suggestions for redundant_pattern_matching | Philipp Hansch | -4/+4 |
| 2019-08-20 | Remove feature gate for async_await | Lzu Tao | -25/+23 |
| 2019-08-20 | Auto merge of #4401 - JJJollyjim:literal-separation-suggestion, r=flip1995 | bors | -54/+93 |
| 2019-08-19 | Requested test cleanup | Jamie McClymont | -54/+7 |
| 2019-08-19 | Auto merge of #4411 - mikerite:fix-4384, r=flip1995 | bors | -12/+17 |
| 2019-08-19 | Fix `clone_on_copy` false positives | Michael Wright | -12/+17 |
| 2019-08-19 | Add test | Lzu Tao | -0/+8 |
| 2019-08-19 | Allow option_and_then_some in option_map_or_none test | Lzu Tao | -2/+6 |
| 2019-08-19 | Add option_and_then_some lint | Lzu Tao | -0/+62 |
| 2019-08-19 | run-rustfix for unseparated-prefix-literals | Jamie McClymont | -0/+86 |
| 2019-08-18 | Change lint type to 'complexity' | Jeremy Stucki | -1/+2 |
| 2019-08-19 | Add autofixable suggestion for unseparated integer literal suffices | Jamie McClymont | -6/+6 |
| 2019-08-18 | Merge branch 'origin/master' into suspicious_map | Jeremy Stucki | -16/+16 |
| 2019-08-16 | Use outer_expn_data instead of outer_expn_info | KRAAI, MATTHEW [VISUS] | -16/+16 |
| 2019-08-15 | Add ui test | Jeremy Stucki | -0/+15 |
| 2019-08-15 | Auto merge of #4382 - jeremystucki:unnecessary_fold_span, r=flip1995 | bors | -11/+33 |
| 2019-08-15 | Auto merge of #4348 - phansch:deprecate-unused-unused-collect, r=flip1995 | bors | -49/+31 |
| 2019-08-15 | Rustup to rust-lang/rust#62984 | flip1995 | -6/+16 |
| 2019-08-15 | Rustup to rust-lang/rust#62672 | flip1995 | -43/+21 |
| 2019-08-14 | Deprecate unused_collect lint | Philipp Hansch | -49/+31 |
| 2019-08-14 | Update tests | Jeremy Stucki | -10/+10 |
| 2019-08-14 | Add multiline test | Jeremy Stucki | -1/+23 |
| 2019-08-14 | Auto merge of #4363 - phansch:fix_lint_deprecation, r=flip1995 | bors | -24/+86 |
| 2019-08-14 | Auto merge of #4369 - mikerite:fix-4293, r=flip1995 | bors | -0/+19 |
| 2019-08-14 | Auto merge of #4231 - jeremystucki:flat-map, r=flip1995 | bors | -0/+44 |
| 2019-08-14 | Update ui-toml tests | flip1995 | -2/+2 |
| 2019-08-14 | Merge branch 'origin/master' into flat-map | Jeremy Stucki | -22/+49 |
| 2019-08-13 | Update test | Jeremy Stucki | -10/+12 |
| 2019-08-13 | Add 'unnecessary_flat_map.fixed' | Jeremy Stucki | -0/+13 |
| 2019-08-12 | Use 'span_lint_and_sugg' | Jeremy Stucki | -6/+8 |
| 2019-08-12 | Add deprecation tests for deprecated tool lints | Philipp Hansch | -0/+55 |
| 2019-08-12 | Move old lint deprecation tests to deprecated_old.rs | Philipp Hansch | -40/+46 |
| 2019-08-12 | Keep old deprecated lints deprecated as non-tool, too | Philipp Hansch | -6/+6 |
| 2019-08-12 | Update lint deprecation for tool lints | Philipp Hansch | -23/+24 |
| 2019-08-12 | Auto merge of #4365 - lukas-code:async_new_ret_no_self, r=flip1995 | bors | -22/+49 |
| 2019-08-11 | Rename 'flat_map' → 'flat_map_identity' | Jeremy Stucki | -2/+2 |
| 2019-08-11 | Handle calls with 'std::convert::identity' | Jeremy Stucki | -2/+13 |
| 2019-08-11 | Merge branch 'origin/master' into flat-map | Jeremy Stucki | -942/+1725 |
| 2019-08-11 | deprecate invalid_ref lint | Ralf Jung | -99/+0 |
| 2019-08-10 | Fix `wrong_self_convention` issue | Michael Wright | -0/+19 |
| 2019-08-09 | fixed tests (again) and added a test that should actually cause a warning for... | Lukas Markeffsky | -23/+40 |
| 2019-08-09 | removed unused imports #2 | Lukas Markeffsky | -21/+20 |
| 2019-08-09 | removed unused imports | Lukas Markeffsky | -23/+21 |
| 2019-08-09 | upgrade test to rust 2018 | Lukas Markeffsky | -29/+24 |
| 2019-08-09 | new_ret_no_self: walk associated types in impl Trait return types | Lukas Markeffsky | -20/+38 |
| 2019-08-09 | Auto merge of #4362 - lzutao:expect-on-cstring_as_ptr, r=flip1995 | bors | -1/+15 |
| 2019-08-09 | Add more tests for raw string literal | Lzu Tao | -1/+25 |
| 2019-08-09 | Fix lint_cstring_as_ptr for expect | Lzu Tao | -1/+15 |
| 2019-08-09 | Fix lint_single_char_pattern on raw string literal | Lzu Tao | -1/+21 |
| 2019-08-08 | Auto merge of #4355 - lzutao:macro_expn_try_err, r=flip1995 | bors | -1/+45 |