about summary refs log tree commit diff
path: root/clippy_lints/src
AgeCommit message (Expand)AuthorLines
2019-08-23Refactor some minor thingsJeremy Stucki-16/+9
2019-08-23Use more if-chainsJeremy Stucki-36/+42
2019-08-23Refactor 'lint_or_fun_call'Jeremy Stucki-35/+26
2019-08-23Refactor 'check_unwrap_or_default'Jeremy Stucki-33/+26
2019-08-23Refactor 'check_impl_item'Jeremy Stucki-49/+48
2019-08-23Add missing field to LitKind::StrLzu Tao-1/+1
2019-08-23Re-add false positive checkLzu Tao-1/+9
2019-08-23Add raw string regression test for useless_format lintLzu Tao-13/+4
2019-08-23Re-factor useless_format lintLzu Tao-94/+104
2019-08-23Update Unicode lint testsLzu Tao-5/+5
2019-08-22Add examples to some complexity lintsBO41-1/+41
2019-08-22Add example to a perf lintBO41-0/+6
2019-08-22Add examples to some correctness lintsBO41-0/+10
2019-08-21Auto merge of #4352 - phansch:fix_redundant_pattern_matching, r=flip1995bors-3/+3
2019-08-21Fix `temporary_cstring_as_ptr` false negativeMichael Wright-8/+6
2019-08-21Fix suggestions for redundant_pattern_matchingPhilipp Hansch-3/+3
2019-08-20Auto merge of #4401 - JJJollyjim:literal-separation-suggestion, r=flip1995bors-7/+23
2019-08-20Merge pull request #4416 from SimonSapin/pluginPhilipp Hansch-4/+4
2019-08-19Restore en dashesKRAAI, MATTHEW [VISUS]-2/+2
2019-08-19Remove in_macro_or_desugarKRAAI, MATTHEW [VISUS]-146/+127
2019-08-19Import rustc_plugin from its new locationSimon Sapin-4/+4
2019-08-19Auto merge of #4411 - mikerite:fix-4384, r=flip1995bors-20/+20
2019-08-19Fix `clone_on_copy` false positivesMichael Wright-20/+20
2019-08-19Add option_and_then_some lintLzu Tao-5/+126
2019-08-19Requested changesJamie McClymont-19/+11
2019-08-18Auto merge of #4403 - xd009642:type_repetition_improvements, r=phansch,flip1995bors-3/+2
2019-08-18Auto merge of #4404 - BO41:patch-1, r=flip1995bors-0/+6
2019-08-18Run update_lintsxd009642-2/+1
2019-08-18Change lint type to 'complexity'Jeremy Stucki-5/+8
2019-08-19Add autofixable suggestion for unseparated integer literal sufficesJamie McClymont-6/+30
2019-08-18Merge branch 'origin/master' into suspicious_mapJeremy Stucki-108/+136
2019-08-18Fix breakage due to rust-lang/rust#61708Michael Wright-5/+17
2019-08-18Fix assertions_on_constants lintLzu Tao-33/+30
2019-08-18Make code cleaner and more readableLzu Tao-33/+31
2019-08-17Add "could be written as" example to MANUAL_MEMCPYBO41-0/+6
2019-08-17Made lint pedanticxd009642-1/+1
2019-08-16Auto merge of #4397 - kraai:remove-a, r=flip1995bors-2/+2
2019-08-16Run rustfmtflip1995-4/+1
2019-08-16Use outer_expn_data instead of outer_expn_infoKRAAI, MATTHEW [VISUS]-49/+73
2019-08-16Remove "a" from single_match_else descriptionKRAAI, MATTHEW [VISUS]-2/+2
2019-08-16Rustup "Remove `Spanned` from `{ast,hir}::FieldPat`"Lzu Tao-26/+26
2019-08-15Implement lint 'suspicious_map'Jeremy Stucki-0/+29
2019-08-15Auto merge of #4382 - jeremystucki:unnecessary_fold_span, r=flip1995bors-12/+11
2019-08-15Auto merge of #4348 - phansch:deprecate-unused-unused-collect, r=flip1995bors-40/+12
2019-08-15Rustup to rust-lang/rust#63543flip1995-7/+6
2019-08-14Deprecate unused_collect lintPhilipp Hansch-40/+12
2019-08-14Remove unused importJeremy Stucki-1/+1
2019-08-14Use different spanJeremy Stucki-11/+10
2019-08-14Auto merge of #4363 - phansch:fix_lint_deprecation, r=flip1995bors-12/+66
2019-08-14Auto merge of #4369 - mikerite:fix-4293, r=flip1995bors-160/+99