about summary refs log tree commit diff
path: root/clippy_lints/src/utils
AgeCommit message (Expand)AuthorLines
2021-02-15Only store a LocalDefId in hir::Item.Camille GILLOT-3/+2
2021-02-15Use ItemId as a strongly typed index.Camille GILLOT-2/+2
2021-02-13Auto merge of #81238 - RalfJung:copy-intrinsics, r=m-ou-sebors-2/+2
2021-02-13Fix clippy's path to the copy intrinsics.Mara Bos-2/+2
2021-02-11Merge commit '70c0f90453701e7d6d9b99aaa1fc6a765937b736' into clippyupflip1995-75/+86
2021-02-09Rename HIR UnOp variantsÖmer Sinan Ağacan-2/+2
2021-02-06Rollup merge of #81680 - camsteffen:primty, r=oli-obkJonas Schievink-14/+0
2021-02-03Use PrimTy in builtin type shadow lintCameron Steffen-14/+0
2021-02-02Merge commit '3e4179766bcecd712824da04356621b8df012ea4' into sync-from-clippyManish Goregaokar-28/+26
2021-02-01Box the biggest ast::ItemKind variantsDániel Buga-24/+43
2021-01-30Merge commit '95c0459217d1661edfa794c8bb122452b92fb485' into clippyupflip1995-67/+90
2021-01-29Rollup merge of #81176 - camsteffen:qpath-res, r=oli-obkYuki Okushi-16/+3
2021-01-28Rollup merge of #81277 - flip1995:from_diag_items, r=matthewjasperYuki Okushi-1/+0
2021-01-28Rollup merge of #79951 - LeSeulArtichaut:ty-ir, r=nikomatsakisYuki Okushi-7/+6
2021-01-22Make more traits of the From/Into family diagnostic itemsflip1995-1/+0
2021-01-21Fix clippy and commentEsteban Küber-5/+5
2021-01-18Remove qpath_res util functionCameron Steffen-16/+3
2021-01-18Use ty::{IntTy,UintTy,FloatTy} in rustdoc and clippyLeSeulArtichaut-7/+6
2021-01-18Rollup merge of #81038 - flip1995:clippyup, r=ManishearthAshley Mannix-39/+215
2021-01-16Review changesJack Huey-13/+13
2021-01-15Merge commit '953f024793dab92745fee9cd2c4dee6a60451771' into clippyupflip1995-39/+215
2021-01-14Auto merge of #79328 - c410-f3r:hir-if, r=matthewjasperbors-68/+59
2021-01-13Auto merge of #77524 - Patryk27:fixes/66228, r=estebankbors-1/+1
2021-01-12Separate out a `hir::Impl` structJoshua Nelson-8/+8
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-68/+59
2021-01-02Merge commit '1fcc74cc9e03bc91eaa80ecf92976b0b14b3aeb6' into clippyupflip1995-5/+13
2021-01-01first pass at default values for const genericsJulian Knodt-1/+6
2020-12-20Merge commit '4911ab124c481430672a3833b37075e6435ec34d' into clippyupflip1995-11/+136
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/+21
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-2/+2
2020-12-06Merge commit 'c1664c50b27a51f7a78c93ba65558e7c33eabee6' into clippyupflip1995-5/+258
2020-12-06Handle `Guard::IfLet` in clippyLeSeulArtichaut-1/+20
2020-12-06Implement lowering of if-let guards to MIRLeSeulArtichaut-0/+1
2020-11-26Remove ForeignMod struct.Camille GILLOT-1/+1
2020-11-23Fix ICE in utils::implements_traitflip1995-0/+3
2020-11-23Merge commit '3e7c6dec244539970b593824334876f8b6ed0b18' into clippyupflip1995-3/+170
2020-11-18Rollup merge of #79145 - camelid:clippy-fix-panics, r=flip1995Mara Bos-3/+25
2020-11-17Fix handling of panic callsCamelid-3/+25
2020-11-16clippy: fold by valueBastian Kauschke-3/+3
2020-11-14Add underscore expressions for destructuring assignmentsFabian Zaiser-0/+1
2020-11-12Rollup merge of #78836 - fanzier:struct-and-slice-destructuring, r=petrochenkovMara Bos-1/+10
2020-11-11Implement destructuring assignment for structs and slicesFabian Zaiser-1/+10
2020-11-09Do not collect tokens for doc commentsVadim Petrochenkov-3/+3
2020-11-05Merge commit 'b20d4c155d2fe3a8391f86dcf9a8c49e17188703' into clippyupflip1995-3/+6
2020-11-04Auto merge of #78662 - sexxi-goose:add_expr_id_to_delegate, r=nikomatsakisbors-3/+3
2020-11-02Provide diagnostic suggestion in ExprUseVisitor DelegateDhruv Jauhar-3/+3