summary refs log tree commit diff
path: root/src/tools/clippy/clippy_lints
AgeCommit message (Expand)AuthorLines
2021-02-03Suggest panic!("{}", ..) instead of panic!(..) clippy::expect_fun_call.Mara Bos-1/+1
2021-02-02Merge commit '3e4179766bcecd712824da04356621b8df012ea4' into sync-from-clippyManish Goregaokar-41/+176
2021-02-01Box the biggest ast::ItemKind variantsDániel Buga-54/+94
2021-01-30Merge commit '95c0459217d1661edfa794c8bb122452b92fb485' into clippyupflip1995-207/+858
2021-01-29Rollup merge of #81176 - camsteffen:qpath-res, r=oli-obkYuki Okushi-58/+45
2021-01-28Rollup merge of #81277 - flip1995:from_diag_items, r=matthewjasperYuki Okushi-6/+2
2021-01-28Rollup merge of #79951 - LeSeulArtichaut:ty-ir, r=nikomatsakisYuki Okushi-30/+24
2021-01-22Make more traits of the From/Into family diagnostic itemsflip1995-6/+2
2021-01-21Fix clippy and commentEsteban Küber-6/+6
2021-01-21Add loop head span to hirEsteban Küber-6/+6
2021-01-20Force token collection to run when parsing nonterminalsAaron Hill-1/+2
2021-01-18Remove qpath_res util functionCameron Steffen-58/+45
2021-01-18Use ty::{IntTy,UintTy,FloatTy} in rustdoc and clippyLeSeulArtichaut-30/+24
2021-01-18Rollup merge of #81038 - flip1995:clippyup, r=ManishearthAshley Mannix-134/+914
2021-01-17Auto merge of #80679 - jackh726:predicate-kind-take2, r=lcnrbors-26/+24
2021-01-16Review changesJack Huey-25/+22
2021-01-16CleanupJack Huey-2/+1
2021-01-16Use pred not binderJack Huey-1/+1
2021-01-16CleanupJack Huey-1/+1
2021-01-16Remove PredicateKindJack Huey-1/+1
2021-01-16Remove PredicateKind::AtomJack Huey-6/+8
2021-01-16Deprecate unknown_clippy_lintsflip1995-73/+19
2021-01-15Merge commit '953f024793dab92745fee9cd2c4dee6a60451771' into clippyupflip1995-134/+914
2021-01-14Auto merge of #79328 - c410-f3r:hir-if, r=matthewjasperbors-129/+150
2021-01-13Auto merge of #77524 - Patryk27:fixes/66228, r=estebankbors-1/+1
2021-01-12Separate out a `hir::Impl` structJoshua Nelson-69/+61
2021-01-10Rework diagnostics for wrong number of generic argsPatryk Wychowaniec-1/+1
2021-01-09ast: Remove some indirection layers from values in key-value attributesVadim Petrochenkov-1/+1
2021-01-07Reintroduce hir::ExprKind::IfCaio-129/+150
2021-01-02Merge commit '1fcc74cc9e03bc91eaa80ecf92976b0b14b3aeb6' into clippyupflip1995-144/+228
2021-01-01first pass at default values for const genericsJulian Knodt-1/+6
2020-12-30Rename kw::Invalid -> kw::EmptyJoshua Nelson-1/+1
2020-12-20Merge commit '4911ab124c481430672a3833b37075e6435ec34d' into clippyupflip1995-301/+938
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-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-368/+1815
2020-12-06Handle `Guard::IfLet` in clippyLeSeulArtichaut-1/+24
2020-12-06Implement lowering of if-let guards to MIRLeSeulArtichaut-0/+1
2020-11-26Remove ForeignMod struct.Camille GILLOT-3/+3
2020-11-24Move lev_distance to rustc_ast, make non-genericArlie Davis-2/+2
2020-11-24Auto merge of #79228 - flip1995:clippyup, r=oli-obkbors-324/+833
2020-11-23Auto merge of #78439 - lzutao:rm-clouldabi, r=Mark-Simulacrumbors-1/+1
2020-11-23Fix ICE in utils::implements_traitflip1995-0/+3
2020-11-23Merge commit '3e7c6dec244539970b593824334876f8b6ed0b18' into clippyupflip1995-324/+830
2020-11-22Drop support for cloudabi targetsLzu Tao-1/+1
2020-11-22Thread `Constness` through selectionJonas Schievink-1/+1
2020-11-19Clippy: Match on assert!() expansions without an inner block.Mara Bos-2/+5