summaryrefslogtreecommitdiff
path: root/src/tools/clippy
Commit message (Expand)AuthorAgeFilesLines
* Rollup merge of #111648 - Nilstrieb:language-items, r=WaffleLapkinDylan DPC2023-05-171-4/+5
|\
| * Remove `LangItems::require`Nilstrieb2023-05-161-4/+5
* | Exposes false negative in clippy's diverging_sub_expressionDavid Tolnay2023-05-141-9/+1
* | Drop uplifted clippy::forget_copyUrgau2023-05-109-280/+61
* | Drop uplifted clippy::forget_refUrgau2023-05-109-236/+60
* | Drop uplifted clippy::drop_copyUrgau2023-05-1011-117/+102
* | Drop uplifted clippy::drop_refUrgau2023-05-109-318/+58
|/
* Rollup merge of #109410 - fmease:iat-alias-kind-inherent, r=compiler-errorsMichael Goulet2023-05-081-0/+1
|\
| * IAT: Introduce AliasKind::InherentLeón Orell Valerian Liehr2023-05-041-0/+1
* | changes from review: add FIXME to clippy and change subst_identity to skip_bi...Kyle Matsuda2023-05-061-0/+3
* | make (try_)subst_and_normalize_erasing_regions take EarlyBinderKyle Matsuda2023-05-061-1/+1
* | Rollup merge of #110989 - jyn514:bug-report-url, r=WaffleLapkinMatthias Krüger2023-05-061-61/+9
|\ \
| * | Make the BUG_REPORT_URL configurable by toolsjyn2023-05-011-61/+9
* | | Auto merge of #111255 - flip1995:clippyup, r=Manishearthbors2023-05-05152-440/+2226
|\ \ \
| * | | Merge commit '371120bdbf58a331db5dcfb2d9cddc040f486de8' into clippyupPhilipp Krones2023-05-05152-440/+2226
| | |/ | |/|
* | | Rollup merge of #108801 - fee1-dead-contrib:c-str, r=compiler-errorsDylan DPC2023-05-054-3/+10
|\ \ \ | |/ / |/| |
| * | rm diag item, use lang itemDeadbeef2023-05-021-3/+3
| * | initial step towards implementing C string literalsDeadbeef2023-05-023-0/+7
* | | Auto merge of #110806 - WaffleLapkin:unmkI, r=lcnrbors2023-05-043-7/+4
|\ \ \
| * | | Fix uses of `TraitRef::identity` in clippy and rustdocMaybe Waffle2023-04-262-6/+3
| * | | Use `ty::TraitRef::new` in clippyMaybe Waffle2023-04-251-1/+1
* | | | Restrict `From<S>` for `{D,Subd}iagnosticMessage`.Nicholas Nethercote2023-05-035-8/+8
* | | | Auto merge of #109128 - chenyukang:yukang/remove-type-ascription, r=estebankbors2023-05-021-5/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | clean up Colon from clippyyukang2023-05-011-5/+6
* | | | Rollup merge of #110955 - fee1-dead-contrib:sus-operation, r=compiler-errorsDylan DPC2023-05-0211-170/+61
|\ \ \ \ | |/ / / |/| | |
| * | | uplift `clippy::clone_double_ref` as `suspicious_double_ref_op`Deadbeef2023-04-2811-170/+61
| | |/ | |/|
* | | Make clippy happyMichael Goulet2023-04-273-14/+14
|/ /
* | rename `needs_infer` to `has_infer`Boxy2023-04-271-1/+1
* | Rollup merge of #110556 - kylematsuda:earlybinder-explicit-item-bounds, r=com...Matthias Krüger2023-04-252-6/+5
|\ \ | |/ |/|
| * add subst_identity_iter and subst_identity_iter_copied methods on EarlyBinder...Kyle Matsuda2023-04-201-2/+1
| * add EarlyBinder to output of explicit_item_bounds; replace bound_explicit_ite...Kyle Matsuda2023-04-202-4/+4
| * change usages of explicit_item_bounds to bound_explicit_item_boundsKyle Matsuda2023-04-202-6/+6
* | Auto merge of #110718 - flip1995:clippyup, r=Manishearthbors2023-04-24783-1400/+2304
|\ \
| * | Clippy book: hotfix for broken linkPhilipp Krones2023-04-241-1/+1
| * | Merge commit 'a3ed905928a03b6e433d0b429190bf3a847128b3' into clippyupPhilipp Krones2023-04-23783-1400/+2304
* | | Auto merge of #108118 - oli-obk:lazy_typeck, r=cjgillotbors2023-04-232-2/+2
|\ \ \ | |/ / |/| |
| * | Allow `LocalDefId` as the argument to `def_path_str`Oli Scherer2023-04-212-2/+2
* | | Auto merge of #104844 - cjgillot:mention-eval-place, r=jackh726,RalfJungbors2023-04-223-8/+8
|\ \ \
| * | | Evaluate place expression in `PlaceMention`.Camille GILLOT2023-04-213-8/+8
| |/ /
* | | Auto merge of #106934 - DrMeepster:offset_of, r=WaffleLapkinbors2023-04-228-3/+22
|\ \ \ | |/ / |/| |
| * | offset_ofDrMeepster2023-04-218-3/+22
* | | Auto merge of #96840 - cjgillot:query-feed, r=oli-obkbors2023-04-212-10/+4
|\ \ \ | |/ / |/| |
| * | Remove WithOptconstParam.Camille GILLOT2023-04-202-10/+4
| |/
* | Auto merge of #109999 - m-ou-se:flatten-format-args, r=oli-obkbors2023-04-201-0/+3
|\ \ | |/ |/|
| * Force -Zflatten-format-args=no in Clippy.Mara Bos2023-04-171-0/+3
* | Auto merge of #110496 - WaffleLapkin:🏳️‍⚧️sound, r=compiler-errorsbors2023-04-191-1/+1
|\ \
| * | Remove very useless `as_substs` usage from clippyMaybe Waffle2023-04-181-1/+1
* | | clippy: add test for https://github.com/rust-lang/rust-clippy/issues/10645Matthias Krüger2023-04-182-1/+20
|/ /
* | Alloc `hir::Lit` in an arena to remove the destructor from `Expr`Nilstrieb2023-04-165-5/+5
* | Auto merge of #110160 - petrochenkov:notagain2, r=cjgillotbors2023-04-142-2/+2
|\ \ | |/ |/|