about summary refs log tree commit diff
path: root/clippy_lints/src
AgeCommit message (Expand)AuthorLines
2018-12-10Lint redundant clone of projectionShotaro Yamada-18/+68
2018-12-09run rustfmtMatthias Krüger-5/+10
2018-12-09CleanupShotaro Yamada-5/+3
2018-12-08Swap if branchesPhilipp Hansch-3/+3
2018-12-08Fix c_void false positive caused by libc refactoringPhilipp Hansch-25/+38
2018-12-08rustup https://github.com/rust-lang/rust/pull/56502 ( .hir -> .hir() )Matthias Krüger-140/+140
2018-12-08Merge pull request #3336 from HMPerson1/clone_on_copy_derefPhilipp Hansch-2/+14
2018-12-07Remove allow(doc_markdown) in excessive_precision.rsPhilipp Hansch-3/+2
2018-12-07typo: emum → enumPhilipp A-1/+1
2018-12-06rustup clippy build with latest rustcMatthias Krüger-3/+3
2018-12-06Merge pull request #3497 from daxpedda/masterPhilipp Hansch-7/+2
2018-12-06Forgot to remove some debugging code ...daxpedda-1/+0
2018-12-06Improved code noted by clippy.daxpedda-13/+3
2018-12-06Fix bug in `implicit_return`.daxpedda-0/+6
2018-12-06fix #3482 and add ui test for itFelix Kohlgrüber-1/+1
2018-12-06Merge pull request #3494 from daxpedda/masterPhilipp Hansch-0/+138
2018-12-05Added additional reasoning to `Why is this bad?`.daxpedda-1/+5
2018-12-05Renamed to `implicit_return`.daxpedda-109/+134
2018-12-05Fix ty::TyKind usageflip1995-8/+3
2018-12-05Fix TyKind::<kind> usage in codebaseflip1995-16/+16
2018-12-05Appeasing the Test Gods.daxpedda-5/+5
2018-12-05Renamed `forced_return` to `missing_returns`.daxpedda-12/+12
2018-12-05Added `FORCED_RETURN` lint.daxpedda-0/+109
2018-12-04Merge pull request #3490 from phansch/extract_single_match_else_ui_testPhilipp Krones-2/+15
2018-12-04Merge pull request #3473 from lucasloisp/additional-bool-comparisonsPhilipp Hansch-64/+66
2018-12-04Merge pull request #3488 from phansch/fix_cargo_lint_bugPhilipp Hansch-2/+7
2018-12-04Extract single_match_else UI testPhilipp Hansch-2/+15
2018-12-04cargo fmtPhilipp Hansch-1/+1
2018-12-03Adds inequality cases to bool comparison lintLucas Lois-64/+66
2018-12-03Merge pull request #3478 from dtolnay/setlenOliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer-54/+16
2018-12-03Remove unsafe_vector_initialization lintDavid Tolnay-53/+16
2018-12-03Merge pull request #3479 from dtolnay/literalOliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer-3/+2
2018-12-03Fix wildcard_dependencies false positivePhilipp Hansch-2/+7
2018-12-03Fix rustfmt formatPhilipp Hansch-1/+1
2018-12-01Downgrade large_digit_groups to pedanticDavid Tolnay-3/+2
2018-12-01Downgrade unsafe_vector_initialization to restrictionDavid Tolnay-3/+2
2018-11-30remove macro_at_most_once_rep feature attribute since it's stableMatthias Krüger-1/+0
2018-11-27Fix some formatting issuesflip1995-139/+120
2018-11-27Run rustfmt on clippy_lintsflip1995-2703/+2977
2018-11-27Fix NAIVE_BYTECOUNT applicabilityflip1995-1/+1
2018-11-27Fix dogfood errorflip1995-2/+2
2018-11-27Change Applicability of MISTYPED_LITERAL_SUFFIXflip1995-1/+1
2018-11-27Add applicability level to (nearly) every span_lint_and_sugg functionflip1995-148/+216
2018-11-27Fix bugs and improve documentationflip1995-18/+56
2018-11-27Add Applicability::Unspecified to span_lint_and_sugg functionsflip1995-98/+204
2018-11-27Introduce snippet_with_applicability and hir_with_applicability functionsflip1995-116/+151
2018-11-26Merge pull request #3365 from gnieto/lint/slow-initializationOliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer-0/+404
2018-11-26constants: add u128 i128 builtin types and fix outdated urlMatthias Krüger-1/+3
2018-11-25Update lintsGuillem Nieto-0/+3
2018-11-25Lint only the first statment/expression after allocGuillem Nieto-9/+30