summary refs log tree commit diff
path: root/src/tools/clippy/clippy_utils
AgeCommit message (Expand)AuthorLines
2021-06-10Revert clippy's path to the copy intrinsics (part of reverting PR 81238).Felix S. Klock II-2/+2
2021-04-29Implement RFC 1260 with feature_name `imported_main`.Charles Lew-1/+1
2021-04-27Merge commit '7c7683c8efe447b251d6c5ca6cce51233060f6e8' into clippyupflip1995-6/+34
2021-04-22Merge commit '98e2b9f25b6db4b2680a3d388456d9f95cb28344' into clippyupflip1995-130/+376
2021-04-08Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9' into clippyupflip1995-93/+142
2021-04-07Rollup merge of #83916 - Amanieu:asm_anonconst, r=petrochenkovDylan DPC-1/+2
2021-04-06Use AnonConst for asm! constantsAmanieu d'Antras-1/+2
2021-04-02fix clippy errorRoxane-1/+1
2021-03-30Remove hir::CrateItem.Camille GILLOT-5/+5
2021-03-26Use iter::zip in src/tools/clippy/Josh Stone-7/+10
2021-03-25Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyupflip1995-762/+919
2021-03-23Add has_default to GenericParamDefKind::Constkadmin-4/+4
2021-03-22Auto merge of #79278 - mark-i-m:stabilize-or-pattern, r=nikomatsakisbors-1/+1
2021-03-20update `const_eval_resolve`lcnr-3/+5
2021-03-19clippy: stabilize or_patterns lintmark-1/+1
2021-03-18hir: Preserve used syntax in `TyKind::TraitObject`Vadim Petrochenkov-1/+1
2021-03-17Auto merge of #83188 - petrochenkov:field, r=lcnrbors-10/+12
2021-03-16ast: Reduce size of `ExprKind` by boxing fields of `ExprKind::Struct`Vadim Petrochenkov-2/+4
2021-03-16ast/hir: Rename field-related structuresVadim Petrochenkov-8/+8
2021-03-15Add comments with examples and testsRoxane-1/+1
2021-03-14Add fake_read() to clippyRoxane-0/+3
2021-03-12Merge commit '6ed6f1e6a1a8f414ba7e6d9b8222e7e5a1686e42' into clippyupflip1995-42/+268
2021-03-10Auto merge of #79519 - cjgillot:noattr, r=wesleywiserbors-3/+3
2021-03-09Remove hir::Crate::attrs.Camille GILLOT-3/+3
2021-03-09Switch to changing cp_non_overlap in tformkadmin-1/+1
2021-03-09Update craneliftkadmin-2/+2
2021-03-09Update match brancheskadmin-1/+8
2021-03-05Shrink the size of Rvalue by 16 bytesOli Scherer-1/+1
2021-03-01Use diagnostic items in into_iter_collectionsCameron Steffen-22/+20
2021-02-26Add missing diagnostic item SymbolsCameron Steffen-1/+2
2021-02-25Merge commit '928e72dd10749875cbd412f74bfbfd7765dbcd8a' into clippyupflip1995-0/+6799