summary refs log tree commit diff
path: root/src/tools/clippy
AgeCommit message (Expand)AuthorLines
2021-01-04Merge commit '4bd77a19f39165fe9b8be2f7271d4197bd4f42eb' into betaflip1995-119/+85
2020-12-23Special sync of 'e89801553ddbaccdeb2eac4db08900edb51ac7ff'flip1995-171/+47
2020-12-20Merge commit '4911ab124c481430672a3833b37075e6435ec34d' into clippyupflip1995-1049/+3201
2020-12-19More rebindsJack Huey-1/+1
2020-12-17Auto merge of #79945 - jackh726:existential_trait_ref, r=nikomatsakisbors-2/+2
2020-12-17Rollup merge of #79051 - LeSeulArtichaut:if-let-guard, r=matthewjasperYuki Okushi-1/+25
2020-12-15Auto merge of #78399 - vn-ki:gsgdt-graphviz, r=oli-obkbors-3/+2
2020-12-14Convenience funcs for `some_option.unwrap_or(...)`Rich Kadel-1/+1
2020-12-14Improve warnings on incompatible options involving -Zinstrument-coverageRich Kadel-16/+18
2020-12-11Move binder for dyn to each list itemJack Huey-2/+2
2020-12-06Retain assembly operands span when lowering AST to HIRTomasz Miąsko-3/+3
2020-12-06Merge commit 'c1664c50b27a51f7a78c93ba65558e7c33eabee6' into clippyupflip1995-576/+4334
2020-12-06Handle `Guard::IfLet` in clippyLeSeulArtichaut-1/+24
2020-12-06Implement lowering of if-let guards to MIRLeSeulArtichaut-0/+1
2020-12-05fix clippy testVishnunarayan K I-3/+2
2020-11-30Auto merge of #79329 - camelid:int-lit-suffix-error, r=davidtwcobors-2/+2
2020-11-29Update tests to remove old numeric constantsbstrie-1/+1
2020-11-27Update error to reflect that integer literals can have float suffixesCamelid-2/+2
2020-11-27Auto merge of #79318 - cjgillot:fitem, r=lcnrbors-3/+3
2020-11-26Remove ForeignMod struct.Camille GILLOT-3/+3
2020-11-26Auto merge of #77671 - flip1995:lint_list_always_plugins, r=oli-obk,Manishearthbors-3104/+1
2020-11-24Move lev_distance to rustc_ast, make non-genericArlie Davis-2/+2
2020-11-24clippy: Remove now obsolete lintlist moduleflip1995-2983/+1
2020-11-24clippy: Let rustc handle describing lintsflip1995-121/+0
2020-11-24Auto merge of #79228 - flip1995:clippyup, r=oli-obkbors-876/+3112
2020-11-23Auto merge of #78343 - camelid:macros-qualify-panic, r=m-ou-sebors-5/+5
2020-11-23Qualify `panic!` as `core::panic!` in non-built-in `core` macrosCamelid-5/+5
2020-11-23Auto merge of #78439 - lzutao:rm-clouldabi, r=Mark-Simulacrumbors-34/+13
2020-11-23Fix ICE in utils::implements_traitflip1995-0/+8
2020-11-23Merge commit '3e7c6dec244539970b593824334876f8b6ed0b18' into clippyupflip1995-876/+3104
2020-11-22Drop support for cloudabi targetsLzu Tao-34/+13
2020-11-22Thread `Constness` through selectionJonas Schievink-1/+1
2020-11-19Clippy: Match on assert!() expansions without an inner block.Mara Bos-2/+5
2020-11-19Remove the clippy::panic-params lint.Mara Bos-134/+4
2020-11-05Merge commit 'b20d4c155d2fe3a8391f86dcf9a8c49e17188703' into clippyupflip1995-675/+2839
2020-11-04Auto merge of #78662 - sexxi-goose:add_expr_id_to_delegate, r=nikomatsakisbors-16/+16
2020-11-04s/Scalar::Raw/Scalar::Intoli-1/+1
2020-11-04Split the "raw integer bytes" part out of `Scalar`Oliver Scherer-8/+9
2020-11-02Provide diagnostic suggestion in ExprUseVisitor DelegateDhruv Jauhar-16/+16
2020-11-01Auto merge of #75534 - Aaron1011:feature/new-future-breakage, r=pnkfelixbors-1/+1
2020-10-30Update Clippy path to `Lint`Aaron Hill-1/+1
2020-10-30Remove implicit `Continue` typeLeSeulArtichaut-1/+1
2020-10-30Use `ControlFlow::is{break,continue}`LeSeulArtichaut-2/+2
2020-10-30TypeVisitor: use `ControlFlow` in clippyLeSeulArtichaut-4/+6
2020-10-28Merge commit '645ef505da378b6f810b1567806d1bcc2856395f' into clippyupEduardo Broto-672/+2832
2020-10-26Remove lint from clippyNathan Whitaker-140/+3
2020-10-25Rollup merge of #78326 - Aaron1011:fix/min-stmt-lints, r=petrochenkovYuki Okushi-2/+2
2020-10-24Fix inconsistencies in handling of inert attributes on statementsAaron Hill-2/+2
2020-10-23Remove duplicate import of `Target`Eduardo Broto-1/+0
2020-10-23Merge commit 'bf1c6f9871f430e284b17aa44059e0d0395e28a6' into clippyupEduardo Broto-566/+2120