about summary refs log tree commit diff
path: root/clippy_lints/src/lib.rs
AgeCommit message (Expand)AuthorLines
2018-01-30Version bumpOliver Schneider-1/+2
2018-01-30Merge pull request #2340 from phansch/newline_after_attributesOliver Schneider-0/+1
2018-01-30Add double comparions lintSeiichi Uchida-0/+2
2018-01-29Warn on empty lines after outer attributesPhilipp Hansch-0/+1
2018-01-29Bump to 0.0.183Manish Goregaokar-1/+1
2018-01-25Add misaligned_transmute lintDevon Hollowood-0/+1
2018-01-25Version BumpOliver Schneider-1/+1
2018-01-23Merge pull request #2362 from flip1995/masterOliver Schneider-5/+9
2018-01-23Apply requested changesflip1995-1/+1
2018-01-23Add configurable threshold, default: 4096flip1995-1/+3
2018-01-22Rustup to rustc 1.25.0-nightly (97520ccb1 2018-01-21)Manish Goregaokar-6/+3
2018-01-19Merge pull request #2367 from etaoins/inline-fn-without-body-lintOliver Schneider-0/+3
2018-01-19Merge pull request #2381 from HMPerson1/remove_is_unit_exprOliver Schneider-3/+6
2018-01-18Use `unit_expr`HMPerson1-1/+1
2018-01-18Add `is_unit_expr` to deprecated lints listHMPerson1-0/+4
2018-01-18Replace `is_unit_expr`HMPerson1-3/+2
2018-01-18Lint for trait methods without bodiesRyan Cumming-0/+3
2018-01-18Merge branch 'master' into option_option_prMichael Wright-0/+3
2018-01-17Merge branch 'master' into option_option_prMichael Wright-0/+3
2018-01-16Lint for numeric literals that have a better representation in another formatflip1995-5/+7
2018-01-14add new lint else_if_without_elseJonathan Goodman-0/+3
2018-01-11Add lint to replace `const`s with `const fn`sHMPerson1-0/+3
2017-12-26Implemented option_option lintMichael Wright-0/+1
2017-12-19Lint for matching option as refWilco Kusee-0/+1
2017-11-20Merge pull request #2203 from clippered/float_cmp_constOliver Schneider-0/+1
2017-11-14Apply changes that were required for running in the rustc test suiteOliver Schneider-2/+13
2017-11-06Version bumpOliver Schneider-1/+3
2017-11-05Fix #1142 float constant comparison lintclippered-0/+1
2017-11-05Cargo fmttopecongiro-2/+1
2017-11-02Merge pull request #2189 from gendx/pr-1590Oliver Schneider-0/+1
2017-10-31Update clippy for rustc 1.23.0-nightly (f0fe716db 2017-10-30)Manish Goregaokar-0/+1
2017-10-30Update UI tests.G. Endignoux-0/+1
2017-10-29Bump to 0.0.167 (rustup to rustc 1.23.0-nightly (90ef3372e 2017-10-29))Manish Goregaokar-5/+7
2017-10-23remove if_let_chainAlex Burka-0/+5
2017-10-23Merge pull request #2136 from ykrivopalov/identity_op_fixingOliver Schneider-0/+2
2017-10-20Change to `TryFrom`HMPerson1-3/+3
2017-10-20Add lint for `From<String>`HMPerson1-0/+3
2017-10-20Merge pull request #2146 from MaloJaffre/println_empty_stringOliver Schneider-0/+1
2017-10-20Add PRINTLN_EMPTY_STRING lint.Malo Jaffré-0/+1
2017-10-20Implementation of the `const_static_lifetime` lint.Paul Florence-0/+3
2017-10-20Merge pull request #2156 from cgm616/masterOliver Schneider-3/+4
2017-10-20Version bumpOliver Schneider-6/+9
2017-10-19Deprecate should_assert_eq lintcgm616-3/+4
2017-10-17Merge pull request #2131 from devonhollowood/suggest-printOliver Schneider-0/+3
2017-10-14Change lint filenameDevon Hollowood-3/+3
2017-10-14Change lint nameDevon Hollowood-1/+1
2017-10-14Add erasing_op lintYury Krivopalov-0/+2
2017-10-12Add suggest_print lintDevon Hollowood-0/+3
2017-10-11Use `rustc_typeck::hir_ty_to_ty`sinkuu-0/+1
2017-10-11Add implicit_hasher lint (#2101)sinkuu-0/+2