about summary refs log tree commit diff
path: root/clippy_lints
AgeCommit message (Expand)AuthorLines
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
2018-11-25Fix some warnings related to SelfGuillem Nieto-7/+7
2018-11-25Rename some symbolsGuillem Nieto-57/+60
2018-11-25Split lint into slow and unsafe vector initalizationGuillem Nieto-28/+72
2018-11-25Add unsafe set_len initializationGuillem Nieto-7/+33
2018-11-25Add slow zero-filled vector initialization lintGuillem Nieto-0/+307
2018-11-24Merge pull request #3439 from dtolnay/npbvOliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer-3/+2
2018-11-23Merge pull request #3452 from matthiaskrgr/rustupPhilipp Hansch-2/+2
2018-11-23rustup https://github.com/rust-lang/rust/pull/54071/Matthias Krüger-2/+2
2018-11-22dependencies: update pulldown-cmark from 0.1 to 0.2Matthias Krüger-1/+1
2018-11-22Merge pull request #3447 from phansch/small_renameOliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer-3/+3
2018-11-22Merge branch 'master' into version_idsOliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer-52/+101
2018-11-22s/file_map/source_mapPhilipp Hansch-3/+3
2018-11-22rust-lang-nursery/rust-clippy => rust-lang/rust-clippyMatthias Krüger-9/+8
2018-11-21Address 'clippy::single-match' dogfood lintWayne Warren-6/+4
2018-11-21Fix nitPhilipp Krones-1/+1
2018-11-21Address travis CI lint failureWayne Warren-1/+1
2018-11-21issue#3318 run trivially_copy_pass_by_ref for traitsWayne Warren-41/+93
2018-11-21Enable rustup clippy to refer to the correct documentationOliver Scherer-2/+5
2018-11-21rustup https://github.com/rust-lang/rust/pull/52591Matthias Krüger-2/+2
2018-11-21Downgrade needless_pass_by_value to allow by defaultDavid Tolnay-3/+2
2018-11-19Merge #3432bors[bot]-4/+6
2018-11-17remove unused allow() attributes, NFCMatthias Krüger-18/+3
2018-11-15Don't emit suggestion when inside of a macroflip1995-4/+6
2018-11-15rustup https://github.com/rust-lang/rust/pull/55852/Matthias Krüger-1/+1
2018-11-15Merge #3419bors[bot]-1/+119
2018-11-14Fix "too" -> "foo" typo in format.rsAnton-1/+1
2018-11-14Fix `use_self` violationMichael Wright-2/+2
2018-11-14Fix wrong suggestion for `redundant_closure_call`Michael Wright-16/+45
2018-11-13Check for common metadataYusuf Simonson-1/+119
2018-11-13Fix `use_self` false positive on `use` statementsMichael Wright-0/+5
2018-11-10Fix `use_self` false positiveMichael Wright-15/+24
2018-11-06Remove `+` from `has_unary_equivalent`Michael Wright-3/+2
2018-11-06Merge branch 'master' into fix-missing-comma-fpMichael Wright-70/+102