about summary refs log tree commit diff
path: root/clippy_lints/src/lib.rs
AgeCommit message (Expand)AuthorLines
2018-10-11Stabilize tool lintsOliver Scherer-1/+1
2018-10-08Fix cast_possible_truncation warningsDevon Hollowood-0/+1
2018-10-06Add license header to Rust filesManish Goregaokar-0/+10
2018-10-04Reimplement the `fn_to_numeric_cast_with_truncation` lintPhilipp Hansch-0/+2
2018-10-03Reimplement the `fn_to_numeric_cast` lintPhilipp Hansch-0/+2
2018-10-02Reimplement the `map_clone` lint from scratchOliver Schneider-0/+4
2018-10-02relicensing: Remove map_cloneManish Goregaokar-4/+0
2018-10-02relicensing: Remove fn_to_numeric_cast, fn_to_numeric_cast_with_truncationManish Goregaokar-4/+0
2018-09-26Implement unnecesary_filter_map lintMichael Wright-0/+2
2018-09-24Lint for chaining flatten after mapJane Lusby-0/+1
2018-09-19mem_replace: apply update_lints tool.Jay Kickliter-0/+1
2018-09-19Add lint for `mem::replace(.., None)`.Jay Kickliter-0/+3
2018-09-15Add internal lint compiler_lint_functionsflip1995-2/+4
2018-09-15Reintroduce `extern crate` for non-Cargo dependencies.Eduard-Mihai Burtescu-4/+22
2018-09-13fix warnings about trivial casts, mostly {i,u}128 -> {i,u}128, such as "i128:...Matthias Krüger-1/+1
2018-09-13Merge pull request #3085 from mikerite/revert-98dbcePhilipp Hansch-3/+1
2018-09-08clippy_lints: enable crate_visibility_modifier since it is used but no longer...Matthias Krüger-0/+1
2018-09-07Merge pull request #3129 from mipli/3091-numeric-typoOliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer-0/+2
2018-09-05Add lint for misstyped literal castingMichael A. Plikk-0/+2
2018-09-03Lint against needless uses of `collect()`Josh Holmer-0/+2
2018-09-03iter conservation efforts: save the endangered .iter() and .into_iter()Josh Triplett-4/+2
2018-09-03Make `Conf::default` availableNick Cameron-1/+1
2018-09-01Merge pull request #2977 from flip1995/tool_lintsManish Goregaokar-22/+23
2018-08-29Merge pull request #3105 from frewsxcv/frewsxcv-privateManish Goregaokar-2/+2
2018-08-29Implement backwards compatibility changes introduced by rust-lang/rust#53762flip1995-10/+10
2018-08-29Adapt codebase to the tool_lintsflip1995-2/+3
2018-08-29Switch to declare_tool_lint macroflip1995-10/+10
2018-08-29Switch to tool_lintsflip1995-20/+20
2018-08-29switch lint from 'style' to 'complexity'Corey Farwell-1/+1
2018-08-28New lint: Suggest `ptr.add([usize])` over `ptr.offset([usize] as isize)`.Corey Farwell-0/+4
2018-08-28Make clippy_lints::{utils,consts} modules private, remove unused items.Corey Farwell-2/+2
2018-08-26Merge pull request #3082 from mikerite/move-range-lintsPhilipp Krones-2/+3
2018-08-26Revert "Fix E0502 warnings"Michael Wright-3/+1
2018-08-26Remove `iterator_find_map` feature attributeMichael Wright-1/+0
2018-08-26Move some range lints to complexityMichael Wright-2/+3
2018-08-24Merge pull request #3048 from goodmanjonathan/assign_opPhilipp Krones-1/+4
2018-08-24Add copy_iterator lint (#1534)Niklas Fiekas-0/+3
2018-08-23remove macro_vis_matcher feature gate since it is stable now.Matthias Krüger-1/+0
2018-08-23Remove now stable tool_attributes featureflip1995-2/+0
2018-08-19Remove implied rust_2018 featureManish Goregaokar-1/+0
2018-08-16fix-2927: Update formattingMichael Wright-8/+8
2018-08-15Fix #2927Michael Wright-14/+18
2018-08-14Merge pull request #3026 from dwijnand/fxhashPhilipp Krones-0/+2
2018-08-14Move shadow_unrelated to pedanticDale Wijnand-1/+1
2018-08-14Avoid new_without_default_derive in DefaultHashTypesDale Wijnand-1/+1
2018-08-13deprecate assign_ops lintJonathan Goodman-1/+4
2018-08-12Add an internal lint for FxHashMap/FxHashSetDale Wijnand-0/+2
2018-08-08Merge pull request #2823 from flip1995/thingies_thingsOliver Schneider-1/+2
2018-08-06Fix #3000Michael Wright-1/+1
2018-08-02Replace cfg_attr(rustfmt... thingiesflip1995-1/+2