| Age | Commit message (Expand) | Author | Lines |
| 2019-08-25 | Rustup to https://github.com/rust-lang/rust/pull/63854 | Philipp Hansch | -3/+3 |
| 2019-08-25 | Fix `match_as_ref` bad suggestion | Michael Wright | -2/+21 |
| 2019-08-24 | Fix unused_unit false positive | Philipp Hansch | -1/+1 |
| 2019-08-24 | Fix lint doc | BO41 | -1/+1 |
| 2019-08-24 | Auto merge of #4443 - jeremystucki:methods-refactoring, r=phansch | bors | -169/+151 |
| 2019-08-23 | Refactor some minor things | Jeremy Stucki | -16/+9 |
| 2019-08-23 | Use more if-chains | Jeremy Stucki | -36/+42 |
| 2019-08-23 | Refactor 'lint_or_fun_call' | Jeremy Stucki | -35/+26 |
| 2019-08-23 | Refactor 'check_unwrap_or_default' | Jeremy Stucki | -33/+26 |
| 2019-08-23 | Refactor 'check_impl_item' | Jeremy Stucki | -49/+48 |
| 2019-08-23 | Add missing field to LitKind::Str | Lzu Tao | -1/+1 |
| 2019-08-23 | Re-add false positive check | Lzu Tao | -1/+9 |
| 2019-08-23 | Add raw string regression test for useless_format lint | Lzu Tao | -13/+4 |
| 2019-08-23 | Re-factor useless_format lint | Lzu Tao | -94/+104 |
| 2019-08-23 | Update Unicode lint tests | Lzu Tao | -5/+5 |
| 2019-08-22 | Add examples to some complexity lints | BO41 | -1/+41 |
| 2019-08-22 | Add example to a perf lint | BO41 | -0/+6 |
| 2019-08-22 | Add examples to some correctness lints | BO41 | -0/+10 |
| 2019-08-21 | Auto merge of #4352 - phansch:fix_redundant_pattern_matching, r=flip1995 | bors | -3/+3 |
| 2019-08-21 | Fix `temporary_cstring_as_ptr` false negative | Michael Wright | -8/+6 |
| 2019-08-21 | Fix suggestions for redundant_pattern_matching | Philipp Hansch | -3/+3 |
| 2019-08-20 | Auto merge of #4401 - JJJollyjim:literal-separation-suggestion, r=flip1995 | bors | -7/+23 |
| 2019-08-20 | Merge pull request #4416 from SimonSapin/plugin | Philipp Hansch | -4/+4 |
| 2019-08-19 | Restore en dashes | KRAAI, MATTHEW [VISUS] | -2/+2 |
| 2019-08-19 | Remove in_macro_or_desugar | KRAAI, MATTHEW [VISUS] | -146/+127 |
| 2019-08-19 | Import rustc_plugin from its new location | Simon Sapin | -4/+4 |
| 2019-08-19 | Auto merge of #4411 - mikerite:fix-4384, r=flip1995 | bors | -20/+20 |
| 2019-08-19 | Auto merge of #4386 - lzutao:lint-option-and_then-some, r=flip1995 | bors | -5/+126 |
| 2019-08-19 | Fix `clone_on_copy` false positives | Michael Wright | -20/+20 |
| 2019-08-19 | try to fix build in rustc repo | Matthias Krüger | -1/+2 |
| 2019-08-19 | Add option_and_then_some lint | Lzu Tao | -5/+126 |
| 2019-08-19 | Requested changes | Jamie McClymont | -19/+11 |
| 2019-08-18 | Auto merge of #4403 - xd009642:type_repetition_improvements, r=phansch,flip1995 | bors | -3/+2 |
| 2019-08-18 | Auto merge of #4404 - BO41:patch-1, r=flip1995 | bors | -0/+6 |
| 2019-08-18 | Run update_lints | xd009642 | -2/+1 |
| 2019-08-18 | Change lint type to 'complexity' | Jeremy Stucki | -5/+8 |
| 2019-08-19 | Add autofixable suggestion for unseparated integer literal suffices | Jamie McClymont | -6/+30 |
| 2019-08-18 | Merge branch 'origin/master' into suspicious_map | Jeremy Stucki | -108/+136 |
| 2019-08-18 | Fix breakage due to rust-lang/rust#61708 | Michael Wright | -5/+17 |
| 2019-08-18 | Fix assertions_on_constants lint | Lzu Tao | -33/+30 |
| 2019-08-18 | Make code cleaner and more readable | Lzu Tao | -33/+31 |
| 2019-08-17 | Add "could be written as" example to MANUAL_MEMCPY | BO41 | -0/+6 |
| 2019-08-17 | Made lint pedantic | xd009642 | -1/+1 |
| 2019-08-16 | Auto merge of #4397 - kraai:remove-a, r=flip1995 | bors | -2/+2 |
| 2019-08-16 | Run rustfmt | flip1995 | -4/+1 |
| 2019-08-16 | Use outer_expn_data instead of outer_expn_info | KRAAI, MATTHEW [VISUS] | -49/+73 |
| 2019-08-16 | Remove "a" from single_match_else description | KRAAI, MATTHEW [VISUS] | -2/+2 |
| 2019-08-16 | Rustup "Remove `Spanned` from `{ast,hir}::FieldPat`" | Lzu Tao | -26/+26 |
| 2019-08-15 | Implement lint 'suspicious_map' | Jeremy Stucki | -0/+29 |
| 2019-08-15 | Also specify patch version of toml crate | flip1995 | -1/+1 |