about summary refs log tree commit diff
path: root/clippy_lints/src
AgeCommit message (Expand)AuthorLines
2018-11-02clippy: fix pedantic warnings and run clippy::pedantic lints on the codebase.Matthias Krüger-12/+15
2018-11-02Merge #3387bors[bot]-57/+60
2018-11-02Fix a false-positive of needless_borrowShotaro Yamada-22/+29
2018-11-02Merge #3388bors[bot]-0/+1
2018-11-01format codeMaxwell Anderson-2/+2
2018-11-01Merge remote-tracking branch 'upstream/master'Maxwell Anderson-2/+2
2018-11-01Fix clippy build failure on latest masterPhilipp Hansch-2/+2
2018-11-01fix comment spacingMaxwell Anderson-2/+4
2018-11-01Use slice patterns instead of paddingMichael Wright-9/+9
2018-10-31change single char str to charMaxwell Anderson-2/+2
2018-10-31Merge remote-tracking branch 'upstream/master'Maxwell Anderson-44/+94
2018-10-31add lint to lintarray macroMaxwell Anderson-1/+6
2018-10-31Revert "small fix"Maxwell Anderson-2/+2
2018-10-31Merge #3368bors[bot]-1/+8
2018-10-31Merge #3378bors[bot]-19/+22
2018-10-31RIIR update lints: Generate deprecated lintsPhilipp Hansch-0/+1
2018-10-31Merge #3370bors[bot]-1/+4
2018-10-31Replace big if/else expression with matchMichael Wright-57/+60
2018-10-31docs: use_self: hightlight the "should be" code sample as rust code as well.Matthias Krüger-1/+1
2018-10-30Rustup to rustc 1.31.0-nightly (fb2446ad5 2018-10-30)Manish Goregaokar-2/+2
2018-10-29 Fix #3335 rev2: bool_comparison triggers 3 times on same codeGiorgio Gambino-50/+51
2018-10-29Register MISTYPED_LITERAL_SUFFIXES lintflip1995-1/+2
2018-10-29Rewrite registered lint collectionflip1995-14/+11
2018-10-29Fix lint_without_lint_passMichael Wright-6/+11
2018-10-28Merge #3217 #3366bors[bot]-19/+57
2018-10-28Fix #3335: bool_comparison triggers 3 times on same codeGiorgio Gambino-49/+51
2018-10-28rustup: fix build with rustc 1.31.0-nightly (cae6efc37 2018-10-27)Matthias Krüger-2/+2
2018-10-28more consistent use of terminology; trait > syntaxMichael Rutter-3/+3
2018-10-28added downsides to "known problems" for get_unwrap lintMichael Rutter-1/+8
2018-10-27Merge remote-tracking branch 'upstream/master'Maxwell Anderson-51/+655
2018-10-27Don't expand macro in or_fun_call suggestionPhilipp Hansch-4/+4
2018-10-27Don't expand macro in single_match suggestionPhilipp Hansch-2/+6
2018-10-27Don't expand macro in identity_conversion suggestionPhilipp Hansch-2/+9
2018-10-26fix: correctly reconstruct raw stringsJane Lusby-4/+8
2018-10-26fix: extra semicolon, only create callsite onceJane Lusby-1/+1
2018-10-26Fix string_lit_as_bytes lint for macrosJane Lusby-8/+31
2018-10-26Merge #3355bors[bot]-0/+318
2018-10-26Merge #3357bors[bot]-1/+1
2018-10-26Move in_macro checkShotaro Yamada-1/+4
2018-10-26Use BasicBlockData::terminatorShotaro Yamada-22/+13
2018-10-26RefactorShotaro Yamada-79/+67
2018-10-26Use lint_rootShotaro Yamada-4/+27
2018-10-26Implement visit_basic_block_dataShotaro Yamada-4/+25
2018-10-26Add redundant_clone lintShotaro Yamada-0/+292
2018-10-25Revert "new_ret_no_self: add sample from #3313 to Known Problems section."Matthias Krüger-2/+1
2018-10-25Merge #3331bors[bot]-8/+47
2018-10-24Add `Applicability`Philipp Krones-1/+3
2018-10-24Add lint for calling `mem::discriminant` on a non-enum typeHMPerson1-0/+98
2018-10-24Check existential types in `use_self`HMPerson1-1/+1
2018-10-24Disable arithmetic lints in constant itemsOwen Sanchez-8/+47