about summary refs log tree commit diff
path: root/src/tools/clippy/clippy_lints
AgeCommit message (Expand)AuthorLines
2021-08-16Uplift the `invalid_atomic_ordering` lint from clippy to rustcThom Chiovoloni-235/+1
2021-08-15Introduce hir::ExprKind::Let - Take 2Caio-482/+633
2021-08-13move Constness into TraitPredicateDeadbeef-3/+3
2021-08-12Merge commit '7bfc26ec8e7a454786668e7e52ffe527fc649735' into clippyupflip1995-263/+477
2021-08-04Auto merge of #87568 - petrochenkov:localevel, r=cjgillotbors-47/+47
2021-08-02Auto merge of #87535 - lf-:authors, r=Mark-Simulacrumbors-1/+0
2021-08-01bump bootstrap compiler to 1.55Pietro Albini-2/+0
2021-07-31Fix clippyVadim Petrochenkov-47/+47
2021-07-29rfc3052: Remove authors field from Cargo manifestsJade-1/+0
2021-07-29Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyupflip1995-2681/+2934
2021-07-27Auto merge of #83484 - JulianKnodt:infer, r=oli-obk,lcnrbors-4/+23
2021-07-26Actually infer args in visitorskadmin-47/+1
2021-07-25Introduce OwnerNode::Crate.Camille GILLOT-1/+1
2021-07-25Add inferred args to typeckkadmin-4/+69
2021-07-19Merge commit '4c41a222ca5d1325fb4b6709395bd06e766cc042' into clippyupflip1995-184/+159
2021-07-16Auto merge of #87140 - camsteffen:pat-slice-refs, r=oli-obkbors-5/+5
2021-07-16Rollup merge of #87069 - sexxi-goose:copy_ref_always, r=nikomatsakisGuillaume Gomez-12/+7
2021-07-15Remove refs from pat slicesCameron Steffen-5/+5
2021-07-15Merge commit '54a20a02ecd0e1352a871aa0990bcc8b8b03173e' into clippyupflip1995-414/+575
2021-07-14ExprUseVisitor::Delegate consume only when movingAman Arora-12/+7
2021-07-13Auto merge of #86827 - camsteffen:hash-lint-resolved, r=oli-obkbors-1/+1
2021-07-10rustc_span: Revert addition of `proc_macro` field to `ExpnKind::Macro`Vadim Petrochenkov-14/+2
2021-07-09clippy: allow default_hash_types on bootstrapCameron Steffen-1/+1
2021-07-08Rework SESSION_GLOBALS API to prevent overwriting itGuillaume Gomez-4/+8
2021-07-06Add s to non_fmt_panicRyan Levick-1/+1
2021-07-01Merge commit '61eb38aeda6cb54b93b872bf503d70084c4d621c' into clippyupflip1995-718/+1213
2021-06-18Auto merge of #85421 - Smittyvb:rm_pushpop_unsafe, r=matthewjasperbors-3/+1
2021-06-10Add support for using qualified paths with structs in expression and patternRyan Levick-10/+12
2021-06-06Remove some last remants of {push,pop}_unsafe!Smitty-3/+1
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