about summary refs log tree commit diff
path: root/clippy_lints/src/lib.rs
AgeCommit message (Expand)AuthorLines
2018-12-30random_state lintKonrad Borowski-0/+3
2018-12-29Auto merge of #3558 - russelltg:new_without_default_merge, r=flip1995bors-2/+1
2018-12-29Use an FxHashSet for valid idents in documentation lintKonrad Borowski-1/+1
2018-12-29Auto merge of #3596 - xfix:remove-crate-from-paths, r=flip1995bors-1/+1
2018-12-29Remove crate:: prefixes from crate pathsKonrad Borowski-1/+1
2018-12-29Support array indexing expressions in unused write to a constantKonrad Borowski-0/+1
2018-12-28Merge new_without_default_derive into new_without_defaultRussell Greene-2/+1
2018-12-17Rename lint to MODULE_NAME_REPETITIONSflip1995-2/+2
2018-12-17Move renaming to the right placeflip1995-1/+3
2018-12-16fix(module_name_repeat): Try to register renamed lint, not valid yetKlaus Purer-1/+3
2018-12-16chore(moduel_name_repeat): Rename stutter lint to module_name_repeat to avoid...Klaus Purer-1/+1
2018-12-13Remove references to sized for end usersKampfkarren-2/+2
2018-12-13Lint for Vec<Box<T: Sized>> - Closes #3530Kampfkarren-0/+2
2018-12-12Add suggestion for explicit_write lintPhilipp Hansch-0/+1
2018-12-05Renamed to `implicit_return`.daxpedda-3/+3
2018-12-05Appeasing the Test Gods.daxpedda-1/+1
2018-12-05Renamed `forced_return` to `missing_returns`.daxpedda-3/+3
2018-12-05Added `FORCED_RETURN` lint.daxpedda-0/+3
2018-12-03Merge pull request #3478 from dtolnay/setlenOliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer-2/+4
2018-12-03Remove unsafe_vector_initialization lintDavid Tolnay-1/+4
2018-12-01Downgrade large_digit_groups to pedanticDavid Tolnay-2/+1
2018-12-01Downgrade unsafe_vector_initialization to restrictionDavid Tolnay-2/+1
2018-11-30remove macro_at_most_once_rep feature attribute since it's stableMatthias Krüger-1/+0
2018-11-27Run rustfmt on clippy_lintsflip1995-23/+39
2018-11-25Update lintsGuillem Nieto-0/+3
2018-11-25Add slow zero-filled vector initialization lintGuillem Nieto-0/+3
2018-11-21Downgrade needless_pass_by_value to allow by defaultDavid Tolnay-2/+1
2018-11-17remove unused allow() attributes, NFCMatthias Krüger-2/+2
2018-11-13Check for common metadataYusuf Simonson-0/+3
2018-11-05RIIR update lints: Add check mode (update_lints.py rewrite complete)Philipp Hansch-6/+6
2018-11-03Merge #3400bors[bot]-1/+1
2018-11-02Add cfg_attr(rustfmt) lintflip1995-0/+3
2018-11-02Added lints `into_iter_on_ref` and `into_iter_on_array`. Fix #1565.kennytm-0/+4
2018-11-02Add new lint: unknwon_clippy_lintsgflip1995-0/+2
2018-11-02Fix a false-positive of needless_borrowShotaro Yamada-1/+1
2018-11-02Merge #3388bors[bot]-0/+1
2018-10-31RIIR update lints: Generate deprecated lintsPhilipp Hansch-0/+1
2018-10-29Fix lint_without_lint_passMichael Wright-0/+1
2018-10-26Add redundant_clone lintShotaro Yamada-0/+3
2018-10-24Add lint for calling `mem::discriminant` on a non-enum typeHMPerson1-0/+4
2018-10-24Merge #3349bors[bot]-0/+3
2018-10-24Lint for wildcard dependencies in Cargo.tomlHidehito Yabuuchi-0/+3
2018-10-23Don't emit `new_without_default_derive` if an impl of Default existsOwen Sanchez-1/+1
2018-10-17Rename if_let_redundant_pattern_matching to redundant_pattern_matchingCYBAI-4/+8
2018-10-13Merge pull request #3233 from rust-lang-nursery/unused-unitOliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer-0/+2
2018-10-13Merge pull request #3298 from devonhollowood/pedantic-dogfood-namingOliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer-2/+2
2018-10-12Fix some more `stutter` warningsDevon Hollowood-2/+2
2018-10-13unused unit lintAndre Bogus-0/+2
2018-10-12Add a comment reminding to update README if the default changessigustin-0/+2
2018-10-11Remove now-useless `allow(unknown_lints)`Oliver Scherer-1/+1