| Age | Commit message (Expand) | Author | Lines |
| 2020-01-19 | Auto merge of #5032 - JohnTitor:add-sugg-some-result, r=flip1995 | bors | -38/+95 |
| 2020-01-19 | Treat more strange pattern | Yuki Okushi | -3/+3 |
| 2020-01-19 | Split up `if_same_then_else` ui test | Yuki Okushi | -280/+279 |
| 2020-01-19 | Apply review comments | Yuki Okushi | -19/+15 |
| 2020-01-19 | Reduce span range | Yuki Okushi | -8/+2 |
| 2020-01-19 | Rename `ok_if_let` to `if_let_some_result` | Yuki Okushi | -2/+2 |
| 2020-01-19 | Apply review comments | Yuki Okushi | -8/+6 |
| 2020-01-19 | Add suggestion in `if_let_some_result` | Yuki Okushi | -6/+75 |
| 2020-01-18 | Auto merge of #5065 - matthiaskrgr:rustup_28, r=matthiaskrgr | bors | -3/+1 |
| 2020-01-18 | rustup https://github.com/rust-lang/rust/pull/67712 | Matthias Krüger | -3/+1 |
| 2020-01-18 | Auto merge of #5046 - JohnTitor:order-nonminimal-bool, r=flip1995 | bors | -264/+338 |
| 2020-01-18 | Allow `unused_self` lint at the function level | Yuki Okushi | -0/+18 |
| 2020-01-16 | Auto merge of #4994 - bradsherman:new_lint_gen, r=flip1995 | bors | -0/+49 |
| 2020-01-16 | Update custom_ice_message.stderr | flip1995 | -1/+1 |
| 2020-01-15 | Add lint for default lint description | Brad Sherman | -0/+49 |
| 2020-01-15 | Auto merge of #5034 - ThibsG:MatchWildErrArmImprove5024, r=flip1995 | bors | -21/+78 |
| 2020-01-14 | Omit doc safety/errors header checking for main | Andre Bogus | -1/+3 |
| 2020-01-14 | Split up `booleans` ui test | Yuki Okushi | -305/+337 |
| 2020-01-13 | Auto merge of #4543 - xiongmao86:issue4503, r=flip1995 | bors | -1/+51 |
| 2020-01-14 | Fix the ordering on `nonminimal_bool` | Yuki Okushi | -27/+69 |
| 2020-01-13 | Auto merge of #5033 - JohnTitor:split-use-self, r=flip1995 | bors | -332/+342 |
| 2020-01-13 | Change note message | ThibsG | -8/+8 |
| 2020-01-13 | Better binding name on Err for note | ThibsG | -1/+1 |
| 2020-01-13 | Match underscore-prefixed variable also | ThibsG | -15/+72 |
| 2020-01-13 | Rustup to rust-lang/rust#68045 | Yuki Okushi | -5/+8 |
| 2020-01-12 | Fix grammar error. | xiongmao86 | -1/+1 |
| 2020-01-12 | Change lint message. | xiongmao86 | -3/+3 |
| 2020-01-12 | Extend spans to include !. | xiongmao86 | -2/+2 |
| 2020-01-12 | Fix lint warning in compile-test.rs | xiongmao86 | -1/+1 |
| 2020-01-12 | format codebase. | xiongmao86 | -1/+1 |
| 2020-01-12 | Add lint logic. | xiongmao86 | -0/+27 |
| 2020-01-12 | Add test. | xiongmao86 | -0/+23 |
| 2020-01-12 | Split up `use_self` ui test | Yuki Okushi | -332/+342 |
| 2020-01-12 | Comment out half-open patterns' tests | Yuki Okushi | -25/+4 |
| 2020-01-11 | Rustup to rust-lang/rust#67806 | Yuki Okushi | -5/+3 |
| 2020-01-11 | Apply review comments | Yuki Okushi | -11/+48 |
| 2020-01-10 | Split up `missing-doc` ui test | Yuki Okushi | -202/+214 |
| 2020-01-09 | Add memory fence tests for `invalid_atomic_ordering` | Krishna Sai Veera Reddy | -0/+39 |
| 2020-01-09 | Lint vectored IO in unused_io_amount lint | Shotaro Yamada | -5/+23 |
| 2020-01-09 | Auto merge of #4960 - ThibsG:patterns_with_wildcard_#4640, r=flip1995 | bors | -7/+90 |
| 2020-01-08 | Auto merge of #5022 - flip1995:useless_attr, r=phansch | bors | -4/+77 |
| 2020-01-08 | Add regression test for useless_attribute lint | flip1995 | -4/+77 |
| 2020-01-08 | Auto merge of #5017 - sinkuu:mir_no_opt_fallout, r=flip1995 | bors | -3/+27 |
| 2020-01-08 | Normalize lint messages in cast_precision_loss | Yuki Okushi | -17/+17 |
| 2020-01-08 | Fix `redundant_clone` | Shotaro Yamada | -3/+27 |
| 2020-01-07 | Span help without suggestion | ThibsG | -48/+15 |
| 2020-01-07 | Change lint name to WILDCARD_IN_OR_PATTERNS | ThibsG | -9/+9 |
| 2020-01-07 | Handle case for non-exhaustive enums | ThibsG | -8/+8 |
| 2020-01-07 | Move to complexity and adapt test | ThibsG | -7/+19 |
| 2020-01-07 | New lint: pats_with_wild_match_arm | ThibsG | -0/+104 |