about summary refs log tree commit diff
path: root/clippy_lints/src/lib.rs
AgeCommit message (Expand)AuthorLines
2016-12-06rustup to rustc 1.15.0-dev (3b248a184 2016-12-05)Oliver Schneider-0/+1
2016-12-01WIP compiles and doesn't crash (much) but tests are failingOliver Schneider-1/+1
2016-11-25Convert DEREF_ADDROF to EarlyLintPassPhil Turnbull-1/+1
2016-11-22Lint usage of `*&` and `*&mut`Phil Turnbull-0/+3
2016-11-19Add lint for `string.extend("str".chars())`Phil Turnbull-0/+1
2016-11-16Rustup to rustc 1.15.0-nightly (0ed951993 2016-11-14)mcarton-1/+0
2016-10-31Run update_lints.pyDevon Hollowood-0/+1
2016-10-31Merge pull request #1307 from Kha/partialeq_neOliver Schneider-0/+3
2016-10-30implement 'Re-implementing `PartialEq::ne`' lintSebastian Ullrich-0/+3
2016-10-30Merge pull request #1299 from Manishearth/clippy-tomlOliver Schneider-5/+11
2016-10-30Add lint for redundant pattern matching in iflet for Result/Optiond-dorazio-0/+3
2016-10-25Search for `clippy.toml` recursivelymcarton-5/+11
2016-10-24add expression and pattern dumpOliver Schneider-0/+1
2016-10-18initial implementation of the code inspector lintOliver Schneider-0/+1
2016-10-16Remove the now stable `#[feature(question_mark)]`mcarton-1/+0
2016-10-14Suggest `nth(X)` instead of `skip(X).next()`d-dorazio-0/+1
2016-10-06Fix dogfood problemmcarton-1/+1
2016-10-04Merge pull request #1257 from KitFreddura/masterMartin Carton-0/+3
2016-10-02ran updateKit Freddura-1/+1
2016-10-02removed formatting changesKit Freddura-0/+3
2016-10-02Allow option_map_unwrap_or(_else)Andre Bogus-2/+2
2016-09-30Run util/update_lints.py after adding explicit_into_iter_loopElliott Clark-0/+1
2016-09-13Merge pull request #1224 from oli-obk/divergenceMartin Carton-0/+1
2016-09-12lint diverging expressions that are sub-expressions of othersOliver Schneider-0/+1
2016-09-12Let the submodule `#[allow]` in `module_inception`Oliver Schneider-3/+1
2016-09-01Added a lint_without_lint_pass lint.kennytm-0/+6
2016-08-28Add a `builtin_type_shadow` lintmcarton-0/+1
2016-08-28Remove now useless attribute `type_macros`mcarton-1/+0
2016-08-24refactored misc to reduce passesAndre Bogus-7/+1
2016-08-23Add a `MISSING_DOCS_IN_PRIVATE_ITEMS` lintmcarton-1/+4
2016-08-23Add `zero_prefixed_literal` lintmcarton-0/+1
2016-08-22New cmp_null lint (fixes #1184) (#1186)llogiq-3/+4
2016-08-17disallow lint attributes on `use` and `extern crate` itemsOliver Schneider-0/+1
2016-08-16Lint print!("...\n") (closes #455)Georg Brandl-0/+1
2016-08-16lint modules that have the same name as their parent moduleOliver Schneider-0/+3
2016-08-11Add lint for reads and writes that depend on evaluation orderscurest-0/+3
2016-08-07INDEXING_SLICING should probably be a restriction lint.Georg Brandl-1/+1
2016-08-07Merge pull request #1145 from birkenfeld/issue-703-2Manish Goregaokar-0/+2
2016-08-06Add a configurable threshold for enum variants before name lints trigger (fix...Georg Brandl-1/+1
2016-08-05Lint literal suffixes not separated by underscores (see #703)Georg Brandl-0/+1
2016-08-05Lint inconsistent casing in hex literals (closes #703)Georg Brandl-0/+1
2016-08-01lint on by ref patterns for referencesOliver Schneider-1/+1
2016-07-20update lintsOliver Schneider-0/+1
2016-07-18Merge pull request #1093 from oli-obk/serde_specific_lintllogiq-0/+4
2016-07-18add an internal lint that catches misordered pathsOliver Schneider-0/+1
2016-07-12lint on implementing `visit_string` without also implementing `visit_str`Oliver Schneider-0/+3
2016-07-12Remove unnecessary featureManish Goregaokar-1/+0
2016-07-12Don't warn when boxing large arraysManish Goregaokar-1/+2
2016-07-06Merge remote-tracking branch 'origin/master' into suggmcarton-1/+0
2016-07-06Remove useless feature attributemcarton-1/+0