| Age | Commit message (Expand) | Author | Lines |
| 2019-06-12 | redundant_closure_for_method_calls fixes: | Grzegorz | -0/+38 |
| 2019-06-10 | Workaround for rust-lang/rustfmt#3615 | Alexander Shabalin | -2/+2 |
| 2019-06-10 | Fixing eta with respect to lazy evaluation. | Alexander Shabalin | -15/+17 |
| 2019-06-08 | Add OUTER_EXPN_INFO lint | Michael Wright | -0/+38 |
| 2019-06-06 | Auto merge of #4136 - euclio:println-writeln-suggestions, r=flip1995 | bors | -28/+96 |
| 2019-06-02 | Fix .map(..).unwrap_or_else(..) bad suggestion | Michael Wright | -9/+24 |
| 2019-06-01 | Fix ellipsis_inclusive_range_patterns lint warnings | Philipp Hansch | -23/+23 |
| 2019-05-30 | add suggestions for print/write with newline lint | Andy Russell | -28/+96 |
| 2019-05-30 | Auto merge of #4113 - rust-lang:author, r=flip1995 | bors | -7/+53 |
| 2019-05-30 | Rustup to https://github.com/rust-lang/rust/pull/61203 | Philipp Hansch | -38/+38 |
| 2019-05-28 | Don't rustfmt author test | Oliver Scherer | -1/+2 |
| 2019-05-28 | Fix `Block` dump in author lint | Oliver Scherer | -7/+52 |
| 2019-05-28 | Auto merge of #4071 - matthiaskrgr:sizeof, r=flip1995 | bors | -34/+40 |
| 2019-05-27 | Auto merge of #4137 - euclio:let-return, r=oli-obk | bors | -15/+20 |
| 2019-05-27 | Auto merge of #4149 - flip1995:rollup-6knpdqb, r=flip1995 | bors | -50/+192 |
| 2019-05-27 | Rollup merge of #4119 - BO41:non_ascii_literal, r=flip1995 | Philipp Krones | -6/+0 |
| 2019-05-27 | Rollup merge of #4102 - Urriel:fix/4096_match_same_arms, r=flip1995 | Philipp Krones | -44/+192 |
| 2019-05-27 | Auto merge of #3832 - HarrisonMc555:use_last, r=flip1995 | bors | -0/+72 |
| 2019-05-24 | tweak `let_and_return` diagnostic | Andy Russell | -15/+20 |
| 2019-05-24 | Rustup to https://github.com/rust-lang/rust/pull/59545 | Philipp Hansch | -13/+13 |
| 2019-05-23 | trivially_copy_pass_by_ref: print size of type and limit in the lint message | Matthias Krüger | -34/+40 |
| 2019-05-23 | Rustup to https://github.com/rust-lang/rust/pull/60965 | Philipp Hansch | -1/+1 |
| 2019-05-23 | tests: update needless_bool test stderr | Matthias Krüger | -1/+1 |
| 2019-05-21 | Fix breaking tests | Vincent Dal Maso | -32/+79 |
| 2019-05-21 | Add the common case search | Vincent Dal Maso | -23/+120 |
| 2019-05-20 | Implement get_last_with_len lint | Harrison McCullough | -0/+72 |
| 2019-05-20 | Lifetimes UI test cleanup | Philipp Hansch | -19/+19 |
| 2019-05-20 | Fix tests and make other ascii lints auto-fixable | BO41 | -6/+0 |
| 2019-05-20 | Revert "Turn off two tests broken due to #4108" | Oliver Scherer | -7/+16 |
| 2019-05-20 | Auto merge of #4088 - pJunger:check1, r=oli-obk | bors | -0/+264 |
| 2019-05-19 | Fix compile-test from forcing a rebuild. | Eric Huss | -4/+2 |
| 2019-05-19 | Auto merge of #4107 - taiki-e:useless_attribute, r=flip1995 | bors | -2/+15 |
| 2019-05-19 | Auto merge of #4099 - flip1995:ul_4094, r=oli-obk | bors | -9/+29 |
| 2019-05-18 | Added suggestion for conversion with is_ok. | pJunger | -24/+134 |
| 2019-05-18 | Added lint for TryFrom for checked integer conversion rust-lang#3947. | pJunger | -0/+154 |
| 2019-05-18 | useless_attribute: Add unreachable_pub to whitelists | Taiki Endo | -2/+15 |
| 2019-05-18 | Turn off two tests broken due to #4108 | Oliver Scherer | -16/+7 |
| 2019-05-16 | Also rename the lint in test files | flip1995 | -5/+5 |
| 2019-05-16 | Add test for multiple same arms lints | Vincent Dal Maso | -40/+44 |
| 2019-05-16 | Split redundant_closure lint | Michael Wright | -18/+28 |
| 2019-05-15 | Add macro check for unreadable_literal lint | flip1995 | -9/+29 |
| 2019-05-14 | Auto merge of #4095 - flip1995:mscn_test, r=phansch | bors | -0/+5 |
| 2019-05-14 | Add test for #3198 | flip1995 | -0/+5 |
| 2019-05-14 | Auto merge of #4084 - mikerite:fix-4019, r=oli-obk | bors | -34/+48 |
| 2019-05-12 | Add regression test for identity_conversion FP | flip1995 | -7/+18 |
| 2019-05-12 | Auto merge of #4087 - phansch:move_tests, r=matthiaskrgr | bors | -121/+126 |
| 2019-05-12 | UI test cleanup: Extract many_single_char_names tests | Philipp Hansch | -121/+126 |
| 2019-05-12 | Auto merge of #4085 - phansch:empty_loop_tests, r=matthiaskrgr | bors | -0/+83 |
| 2019-05-12 | Add tests for empty_loop lint | Philipp Hansch | -0/+83 |
| 2019-05-12 | Fix #4019 | Michael Wright | -16/+30 |