about summary refs log tree commit diff
path: root/clippy_lints/src/lib.rs
AgeCommit message (Expand)AuthorLines
2019-09-04Add manual_saturating_arithmetic lintShotaro Yamada-0/+2
2019-09-03lint against `MaybeUninit::uninit().assume_init()`Andre Bogus-0/+2
2019-08-19Import rustc_plugin from its new locationSimon Sapin-4/+4
2019-08-19Add option_and_then_some lintLzu Tao-0/+2
2019-08-18Auto merge of #4403 - xd009642:type_repetition_improvements, r=phansch,flip1995bors-2/+1
2019-08-18Run update_lintsxd009642-2/+1
2019-08-18Change lint type to 'complexity'Jeremy Stucki-1/+2
2019-08-18Merge branch 'origin/master' into suspicious_mapJeremy Stucki-2/+2
2019-08-16Use outer_expn_data instead of outer_expn_infoKRAAI, MATTHEW [VISUS]-2/+2
2019-08-15Implement lint 'suspicious_map'Jeremy Stucki-0/+1
2019-08-14Deprecate unused_collect lintPhilipp Hansch-2/+4
2019-08-14Auto merge of #4363 - phansch:fix_lint_deprecation, r=flip1995bors-11/+65
2019-08-12Run 'update_lints'Jeremy Stucki-1/+2
2019-08-12Fix invalid_ref deprecationPhilipp Hansch-0/+4
2019-08-12Keep old deprecated lints deprecated as non-tool, tooPhilipp Hansch-0/+50
2019-08-12Update lint deprecation for tool lintsPhilipp Hansch-11/+11
2019-08-11Rename 'flat_map' → 'flat_map_identity'Jeremy Stucki-1/+1
2019-08-11Merge branch 'origin/master' into flat-mapJeremy Stucki-15/+29
2019-08-11deprecate invalid_ref lintRalf Jung-4/+0
2019-08-05Move expression check to LateLintPassVincent Dal Maso-1/+3
2019-08-05Add recursion check on main functionVincent Dal Maso-0/+2
2019-08-05Rollup merge of #4331 - phansch:doctests_restriction, r=flip1995Philipp Krones-1/+1
2019-08-05Rollup merge of #4330 - phansch:doctests_nursery, r=flip1995Philipp Krones-1/+1
2019-08-03Doctests: Enable running doc tests for restriction lintsPhilipp Hansch-1/+1
2019-08-03Doctests: Enable running doc tests for nursery lintsPhilipp Hansch-1/+1
2019-08-03Doctests: Enable running doc tests for pedantic lintsPhilipp Hansch-1/+1
2019-08-03Auto merge of #4327 - phansch:doctests_perf, r=flip1995bors-2/+2
2019-08-03Also enable doc tests for internal lintsPhilipp Hansch-2/+2
2019-08-03Doctests: Enable running doc tests for perf lintsPhilipp Hansch-2/+2
2019-08-02Doctests: Fix all complexity lint docsPhilipp Hansch-1/+1
2019-08-01Move UNNECESSARY_UNWRAP to complexity and PANICKING_UNWRAP to correctnessflip1995-2/+4
2019-07-27Respond to review commentsxd009642-2/+3
2019-07-24Lint for type repetition in trait bounds.xd009642-0/+3
2019-07-21Fix breakage due to rust-lang/rust#60913Michael Wright-0/+1
2019-07-21Fix breakage due to rust-lang/rust#62705Michael Wright-1/+1
2019-07-17Implement lint for inherent to_string() method.Darth-Revan-0/+6
2019-07-15Deny warnings in CIMichael Wright-0/+1
2019-07-08Implement flat_map lintJeremy Stucki-0/+1
2019-07-06Fix unknown lint warningsMichael Wright-1/+1
2019-06-22Adding try_err lintJoe Frikker-0/+4
2019-06-15Downgrade integer_division to restrictionDavid Tolnay-1/+1
2019-06-14Register rename to the LintStore.krk-0/+1
2019-06-14Rename REDUNDANT_STATIC_LIFETIME to REDUNDANT_STATIC_LIFETIMES.krk-4/+4
2019-06-14Rename const_static_lifetime to redundant_static_lifetime.krk-4/+4
2019-06-14Merge StaticConst and StaticStatic lints into StaticConst.krk-5/+0
2019-06-14Move type-checking logic in StaticConst to RedundantStaticLifetime.krk-0/+1
2019-06-14Add lint for statics with explicit static lifetime.krk-0/+4
2019-06-12Adds lint for integer divisionThiago Arrais-0/+3
2019-06-08Add OUTER_EXPN_INFO lintMichael Wright-0/+2
2019-05-20Implement get_last_with_len lintHarrison McCullough-0/+4