| Age | Commit message (Expand) | Author | Lines |
| 2020-01-19 | Treat more strange pattern | Yuki Okushi | -21/+14 |
| 2020-01-19 | Auto merge of #5066 - JohnTitor:split-up-1447, r=llogiq | bors | -280/+279 |
| 2020-01-19 | Split up `if_same_then_else` ui test | Yuki Okushi | -280/+279 |
| 2020-01-19 | Apply review comments | Yuki Okushi | -33/+28 |
| 2020-01-19 | Run `update_lints` | Yuki Okushi | -3/+3 |
| 2020-01-19 | Reduce span range | Yuki Okushi | -20/+15 |
| 2020-01-19 | Rename `ok_if_let` to `if_let_some_result` | Yuki Okushi | -8/+8 |
| 2020-01-19 | Apply review comments | Yuki Okushi | -13/+12 |
| 2020-01-19 | Add suggestion in `if_let_some_result` | Yuki Okushi | -13/+101 |
| 2020-01-18 | Auto merge of #5065 - matthiaskrgr:rustup_28, r=matthiaskrgr | bors | -4/+1 |
| 2020-01-18 | rustup https://github.com/rust-lang/rust/pull/67712 | Matthias Krüger | -4/+1 |
| 2020-01-18 | Auto merge of #5046 - JohnTitor:order-nonminimal-bool, r=flip1995 | bors | -265/+339 |
| 2020-01-18 | Auto merge of #5063 - JohnTitor:allow-correctly, r=flip1995 | bors | -6/+27 |
| 2020-01-18 | Allow `unused_self` lint at the function level | Yuki Okushi | -6/+27 |
| 2020-01-18 | Auto merge of #5057 - rust-lang:pedantic_range_plus_one, r=flip1995 | bors | -4/+7 |
| 2020-01-18 | Downgrade range_plus_one to pedantic | Andre Bogus | -4/+7 |
| 2020-01-18 | Auto merge of #5059 - JohnTitor:rustup-0118, r=llogiq | bors | -28/+75 |
| 2020-01-18 | Rustup to rust-lang/rust#68204 | Yuki Okushi | -28/+75 |
| 2020-01-16 | Auto merge of #5055 - krishna-veerareddy:fix-new-lint-generator-import, r=llogiq | bors | -5/+8 |
| 2020-01-16 | Add lifetimes to `LateLintPass` | Krishna Sai Veera Reddy | -4/+7 |
| 2020-01-16 | Fix rustc lint import paths generated by `new_lint` | Krishna Sai Veera Reddy | -1/+1 |
| 2020-01-16 | Auto merge of #4994 - bradsherman:new_lint_gen, r=flip1995 | bors | -32/+381 |
| 2020-01-16 | Auto merge of #5054 - flip1995:rustup, r=flip1995 | bors | -1/+1 |
| 2020-01-16 | Update custom_ice_message.stderr | flip1995 | -1/+1 |
| 2020-01-15 | Add lint for default lint description | Brad Sherman | -4/+99 |
| 2020-01-15 | Update documentation for adding new lints | Brad Sherman | -28/+48 |
| 2020-01-15 | Generate new lints easily | Brad Sherman | -0/+234 |
| 2020-01-15 | Auto merge of #5034 - ThibsG:MatchWildErrArmImprove5024, r=flip1995 | bors | -88/+166 |
| 2020-01-15 | Auto merge of #5048 - justjavac:patch-1, r=llogiq | bors | -1/+1 |
| 2020-01-15 | update license year to 2020 | 迷渡 | -1/+1 |
| 2020-01-14 | Auto merge of #5023 - rust-lang:doc-main, r=phansch | bors | -3/+7 |
| 2020-01-14 | Omit doc safety/errors header checking for main | Andre Bogus | -3/+7 |
| 2020-01-14 | Split up `booleans` ui test | Yuki Okushi | -305/+337 |
| 2020-01-13 | Auto merge of #4543 - xiongmao86:issue4503, r=flip1995 | bors | -3/+132 |
| 2020-01-14 | Fix the ordering on `nonminimal_bool` | Yuki Okushi | -28/+70 |
| 2020-01-13 | Auto merge of #5033 - JohnTitor:split-use-self, r=flip1995 | bors | -332/+342 |
| 2020-01-13 | Extract visitor to utils | ThibsG | -88/+62 |
| 2020-01-13 | Change note message | ThibsG | -11/+10 |
| 2020-01-13 | Fix formatting | ThibsG | -6/+7 |
| 2020-01-13 | Better binding name on Err for note | ThibsG | -27/+37 |
| 2020-01-13 | Match underscore-prefixed variable also | ThibsG | -19/+113 |
| 2020-01-13 | Auto merge of #5042 - JohnTitor:rustup-0112, r=phansch | bors | -178/+209 |
| 2020-01-13 | Rustup to rust-lang/rust#68045 | Yuki Okushi | -178/+209 |
| 2020-01-12 | Pull master, rebase, and update_lints again. | xiongmao86 | -2/+2 |
| 2020-01-12 | Update lints again. | xiongmao86 | -1/+1 |
| 2020-01-12 | Fix grammar error. | xiongmao86 | -5/+5 |
| 2020-01-12 | Update clippy_lints/src/methods/mod.rs | Rui | -1/+1 |
| 2020-01-12 | Change lint message. | xiongmao86 | -9/+18 |
| 2020-01-12 | ./util/dev update_lints. | xiongmao86 | -4/+3 |
| 2020-01-12 | Fix documents and messages. | Rui | -4/+4 |