about summary refs log tree commit diff
path: root/clippy_lints/src/utils
AgeCommit message (Expand)AuthorLines
2018-10-24Add lint for calling `mem::discriminant` on a non-enum typeHMPerson1-0/+1
2018-10-23Fix inspector pass documentationGuillem Nieto-2/+2
2018-10-11Fix `stutter` lintsDevon Hollowood-21/+20
2018-10-11Fix `similar_names` warningsDevon Hollowood-0/+6
2018-10-08Fix cast_possible_wrap and cast_sign_loss warningsDevon Hollowood-0/+2
2018-10-08Fix cast_possible_truncation warningsDevon Hollowood-1/+2
2018-10-08Merge pull request #3285 from devonhollowood/pedantic-dogfood-items-after-sta...Philipp Hansch-8/+8
2018-10-07Fix items_after_statements for sub-functionsDevon Hollowood-8/+8
2018-10-06Add license header to Rust filesManish Goregaokar-0/+140
2018-10-05Remove unused utilsManish Goregaokar-9/+0
2018-10-03Fix push_item_path call (rustup to 4cf11765dc98536c6eedf33f2df7f72f6e161263)Manish Goregaokar-1/+2
2018-09-29Merge branch 'master' into unnecessary_filter_mapMichael Wright-1/+1
2018-09-27Fix warnings in clippy_lintsMichael Wright-7/+4
2018-09-26fix all clippy::use_self pedantic warnings found in the codebase.Matthias Krüger-1/+1
2018-09-23Merge pull request #3191 from vi/suggest_with_applicabilityPhilipp Krones-10/+26
2018-09-20Fix indentsVitaly _Vi Shukela-5/+5
2018-09-20Supplement DiagnosticBuilderExt with ApplicabilityVitaly _Vi Shukela-9/+9
2018-09-20Use span_suggestion_with_applicability instead of span_suggestionVitaly _Vi Shukela-4/+20
2018-09-19Add lint for `mem::replace(.., None)`.Jay Kickliter-0/+1
2018-09-19Merge pull request #3187 from flip1995/internal_fnPhilipp Hansch-15/+91
2018-09-17Fix c_void pathflip1995-1/+1
2018-09-15Formattingflip1995-9/+13
2018-09-15Add internal lint compiler_lint_functionsflip1995-6/+78
2018-09-15Reintroduce `extern crate` for non-Cargo dependencies.Eduard-Mihai Burtescu-77/+77
2018-09-14Add match on StructCtorManish Goregaokar-1/+2
2018-09-13Merge pull request #3166 from flip1995/travis_internalPhilipp Hansch-19/+13
2018-09-13Merge pull request #3085 from mikerite/revert-98dbcePhilipp Hansch-4/+2
2018-09-12Change Hash{Map, Set} to FxHash{Map, Set}flip1995-17/+11
2018-09-12Fix lint_without_lint_pass lintflip1995-2/+2
2018-09-06remove "clippy::" lint prefix from lint name in doc url.Matthias Krüger-2/+2
2018-09-04Make `Default` do what `default` used to doNick Cameron-2/+9
2018-09-03Make `Conf::default` availableNick Cameron-1/+1
2018-09-02Fix #3112Michael Wright-6/+39
2018-09-01Merge pull request #2977 from flip1995/tool_lintsManish Goregaokar-16/+14
2018-08-29Adapt codebase to the tool_lintsflip1995-11/+9
2018-08-29Switch to declare_tool_lint macroflip1995-5/+5
2018-08-29bring back sugg::rangeCorey Farwell-0/+10
2018-08-28Make clippy_lints::{utils,consts} modules private, remove unused items.Corey Farwell-110/+198
2018-08-28Update imports and rustupOliver Schneider-13/+13
2018-08-26Revert "Fix E0502 warnings"Michael Wright-4/+2
2018-08-23fix clippy breakage due to https://github.com/rust-lang/rust/pull/52602Matthias Krüger-1/+1
2018-08-22rustup, fix breakage introduced by https://github.com/rust-lang/rust/pull/53581Matthias Krüger-6/+6
2018-08-19codemap -> source_mapManish Goregaokar-13/+13
2018-08-14Avoid new_without_default_derive in DefaultHashTypesDale Wijnand-1/+1
2018-08-13Use utils::span_lint_and_sugg in default_hash_typesDale Wijnand-2/+2
2018-08-12Add an internal lint for FxHashMap/FxHashSetDale Wijnand-1/+45
2018-08-08Update to rustc masterOliver Schneider-1/+1
2018-08-08Fix buildNick Cameron-2/+2
2018-08-07RustupOliver Schneider-2/+2
2018-08-06Remove #[allow(rust_2018_idioms)] workaroundDale Wijnand-9/+0