summary refs log tree commit diff
path: root/src/tools/clippy/clippy_lints
AgeCommit message (Expand)AuthorLines
2021-06-10Add support for using qualified paths with structs in expression and patternRyan Levick-10/+12
2021-06-04Remove `doc(include)`Joshua Nelson-17/+2
2021-06-03Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyupflip1995-722/+1087
2021-05-24remove cfg(bootstrap)Pietro Albini-1/+0
2021-05-20Merge commit '9e3cd88718cd1912a515d26dbd9c4019fd5a9577' into clippyupflip1995-469/+1052
2021-05-18Auto merge of #84767 - scottmcm:try_trait_actual, r=lcnrbors-3/+3
2021-05-17Auto merge of #85178 - cjgillot:local-crate, r=oli-obkbors-4/+4
2021-05-12Use () for inherent_impls.Camille GILLOT-2/+2
2021-05-12Use () for HIR queries.Camille GILLOT-2/+2
2021-05-12Auto merge of #83813 - cbeuw:remap-std, r=michaelwoeristerbors-5/+4
2021-05-12Implement span quoting for proc-macrosAaron Hill-2/+2
2021-05-06Fix clippyScott McMurray-3/+3
2021-05-06Merge commit 'b71f3405606d49b9735606b479c3415a0ca9810f' into clippyupflip1995-941/+1701
2021-05-05Use local and remapped paths where appropriateAndy Wang-5/+4
2021-04-28Rollup merge of #84484 - jyn514:check-tools, r=Mark-SimulacrumJack Huey-1/+1
2021-04-27Switch `rustc::internal` from deny to warnJoshua Nelson-1/+1
2021-04-27Merge commit '7c7683c8efe447b251d6c5ca6cce51233060f6e8' into clippyupflip1995-138/+136
2021-04-25fix clippyRalf Jung-1/+1
2021-04-22Merge commit '98e2b9f25b6db4b2680a3d388456d9f95cb28344' into clippyupflip1995-794/+1718
2021-04-08Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9' into clippyupflip1995-5304/+6573
2021-04-06Use AnonConst for asm! constantsAmanieu d'Antras-2/+5
2021-03-31Track bound varsJack Huey-5/+5
2021-03-30Remove hir::CrateItem.Camille GILLOT-1/+1
2021-03-27Remove (lots of) dead codeJoshua Nelson-2/+2
2021-03-26Use iter::zip in src/tools/clippy/Josh Stone-28/+31
2021-03-25Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyupflip1995-1874/+2996
2021-03-22Auto merge of #79278 - mark-i-m:stabilize-or-pattern, r=nikomatsakisbors-6/+1
2021-03-20update `const_eval_resolve`lcnr-1/+9
2021-03-19clippy: stabilize or_patterns lintmark-6/+1
2021-03-18hir: Preserve used syntax in `TyKind::TraitObject`Vadim Petrochenkov-4/+4
2021-03-17Auto merge of #82122 - bstrie:dep4real, r=dtolnaybors-1/+1
2021-03-17Auto merge of #83188 - petrochenkov:field, r=lcnrbors-17/+17
2021-03-16ast: Reduce size of `ExprKind` by boxing fields of `ExprKind::Struct`Vadim Petrochenkov-3/+3
2021-03-16ast/hir: Rename field-related structuresVadim Petrochenkov-14/+14
2021-03-15Fix error after rebaseRoxane-0/+3
2021-03-15Add comments with examples and testsRoxane-2/+2
2021-03-14Add fake_read() to clippyRoxane-0/+6
2021-03-12Clippy: HACK! Fix bootstrap errorflip1995-2/+5
2021-03-12Merge commit '6ed6f1e6a1a8f414ba7e6d9b8222e7e5a1686e42' into clippyupflip1995-7627/+9058
2021-03-09Deprecate items that accidentally weren't deprecatedbstrie-1/+1
2021-03-09Remove hir::Expr::attrs.Camille GILLOT-2/+3
2021-03-09Remove hir::Item::attrs.Camille GILLOT-16/+25
2021-03-09Remove hir::ImplItem::attrs.Camille GILLOT-7/+11
2021-03-09Remove hir::TraitItem::attrs.Camille GILLOT-7/+12
2021-03-09Remove hir::StructField::attrs.Camille GILLOT-1/+2
2021-03-09Remove hir::Variant::attrs.Camille GILLOT-1/+2
2021-03-09Remove hir::Arm::attrs.Camille GILLOT-3/+3
2021-03-09Remove hir::Crate::attrs.Camille GILLOT-6/+8
2021-03-09Remove hir::Local::attrs.Camille GILLOT-1/+1
2021-03-09Remove hir::StmtKind::attrs.Camille GILLOT-1/+1