| Age | Commit message (Expand) | Author | Lines |
| 2020-01-30 | Split up `match` ui test | Yuki Okushi | -346/+177 |
| 2020-01-30 | Add test and update reference. | xiongmao86 | -0/+34 |
| 2020-01-27 | Split up `non_copy_const` ui test | Yuki Okushi | -300/+335 |
| 2020-01-26 | Auto merge of #5084 - JohnTitor:clean-up-span-lint, r=flip1995 | bors | -26/+69 |
| 2020-01-26 | Resolve FIXME: String::new is now a const fn | Philipp Hansch | -7/+6 |
| 2020-01-26 | Apply review comments | Yuki Okushi | -26/+26 |
| 2020-01-25 | Auto merge of #5083 - Areredify:issue-4399, r=flip1995 | bors | -1/+20 |
| 2020-01-25 | dont fire possible_missing_comma if intendation is present | Mikhail Babenko | -1/+20 |
| 2020-01-25 | Auto merge of #5081 - Areredify:vec_box_threshold, r=flip1995 | bors | -6/+48 |
| 2020-01-25 | add size parameter for lint | Mikhail Babenko | -6/+48 |
| 2020-01-25 | Split up `match_same_arms` ui test | Yuki Okushi | -222/+219 |
| 2020-01-24 | Auto merge of #5087 - Areredify:issue-4905, r=phansch | bors | -1/+1 |
| 2020-01-24 | Auto merge of #5086 - Areredify:issue-3746, r=phansch | bors | -0/+22 |
| 2020-01-24 | don't fire empty_loop in no_std crates | Mikhail Babenko | -0/+22 |
| 2020-01-24 | improve empty_enum documentation | Mikhail Babenko | -1/+1 |
| 2020-01-24 | Split up `needless_range_loop` ui test | Yuki Okushi | -189/+194 |
| 2020-01-24 | Update stderrs | Yuki Okushi | -26/+69 |
| 2020-01-24 | Auto merge of #5027 - sinkuu:vectored_io, r=phansch | bors | -5/+23 |
| 2020-01-23 | Auto merge of #5082 - Areredify:issue-4980, r=flip1995 | bors | -12/+19 |
| 2020-01-23 | disable let_underscore_must_use in external macros | Mikhail Babenko | -12/+19 |
| 2020-01-23 | add `option_as_ref_deref` lint | Areredify | -0/+171 |
| 2020-01-22 | Ignore macros with `!` operators in `eq_op` | Yuki Okushi | -0/+9 |
| 2020-01-21 | Auto merge of #5068 - JohnTitor:split-up-transmute, r=phansch | bors | -213/+218 |
| 2020-01-21 | Auto merge of #5028 - krishna-veerareddy:issue-5026-mem-ordering-fences, r=ph... | bors | -0/+39 |
| 2020-01-20 | Auto merge of #5067 - JohnTitor:lint-skip-while-next, r=flip1995 | bors | -0/+56 |
| 2020-01-20 | Auto merge of #5070 - JohnTitor:suspicious-map-doc, r=flip1995 | bors | -1/+1 |
| 2020-01-20 | Apply review comment | Yuki Okushi | -2/+5 |
| 2020-01-20 | Improve `suspicious_map`documentation | Yuki Okushi | -1/+1 |
| 2020-01-20 | Tweak wording in `assertions_on_constants` | Yuki Okushi | -1/+1 |
| 2020-01-20 | Split up `transmute` ui test | Yuki Okushi | -213/+218 |
| 2020-01-20 | Add `skip_while_next` lint | Yuki Okushi | -0/+53 |
| 2020-01-19 | Auto merge of #5056 - rust-lang:dissasociate-mut-key, r=flip1995 | bors | -5/+31 |
| 2020-01-19 | Avoid mut_key on types of unknown layout | Andre Bogus | -5/+31 |
| 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 |