about summary refs log tree commit diff
path: root/src/tools/clippy
AgeCommit message (Expand)AuthorLines
2023-05-03Restrict `From<S>` for `{D,Subd}iagnosticMessage`.Nicholas Nethercote-8/+8
2023-05-02rm diag item, use lang itemDeadbeef-3/+3
2023-05-02initial step towards implementing C string literalsDeadbeef-0/+7
2023-05-02Auto merge of #109128 - chenyukang:yukang/remove-type-ascription, r=estebankbors-5/+6
2023-05-02Rollup merge of #110955 - fee1-dead-contrib:sus-operation, r=compiler-errorsDylan DPC-170/+61
2023-05-01Make the BUG_REPORT_URL configurable by toolsjyn-61/+9
2023-05-01clean up Colon from clippyyukang-5/+6
2023-04-28uplift `clippy::clone_double_ref` as `suspicious_double_ref_op`Deadbeef-170/+61
2023-04-27Make clippy happyMichael Goulet-14/+14
2023-04-27rename `needs_infer` to `has_infer`Boxy-1/+1
2023-04-26Make `{Arc,Rc,Weak}::ptr_eq` ignore pointer metadataAlbert Larsan-28/+8
2023-04-26Fix uses of `TraitRef::identity` in clippy and rustdocMaybe Waffle-6/+3
2023-04-25Rollup merge of #110556 - kylematsuda:earlybinder-explicit-item-bounds, r=com...Matthias Krüger-6/+5
2023-04-25Use `ty::TraitRef::new` in clippyMaybe Waffle-1/+1
2023-04-24Auto merge of #110718 - flip1995:clippyup, r=Manishearthbors-1400/+2304
2023-04-24Clippy book: hotfix for broken linkPhilipp Krones-1/+1
2023-04-23Auto merge of #108118 - oli-obk:lazy_typeck, r=cjgillotbors-2/+2
2023-04-23Merge commit 'a3ed905928a03b6e433d0b429190bf3a847128b3' into clippyupPhilipp Krones-1400/+2304
2023-04-22Auto merge of #104844 - cjgillot:mention-eval-place, r=jackh726,RalfJungbors-8/+8
2023-04-22Auto merge of #106934 - DrMeepster:offset_of, r=WaffleLapkinbors-3/+22
2023-04-21Allow `LocalDefId` as the argument to `def_path_str`Oli Scherer-2/+2
2023-04-21Evaluate place expression in `PlaceMention`.Camille GILLOT-8/+8
2023-04-21offset_ofDrMeepster-3/+22
2023-04-21Auto merge of #96840 - cjgillot:query-feed, r=oli-obkbors-10/+4
2023-04-20Auto merge of #109999 - m-ou-se:flatten-format-args, r=oli-obkbors-0/+3
2023-04-20add subst_identity_iter and subst_identity_iter_copied methods on EarlyBinder...Kyle Matsuda-2/+1
2023-04-20add EarlyBinder to output of explicit_item_bounds; replace bound_explicit_ite...Kyle Matsuda-4/+4
2023-04-20change usages of explicit_item_bounds to bound_explicit_item_boundsKyle Matsuda-6/+6
2023-04-20Remove WithOptconstParam.Camille GILLOT-10/+4
2023-04-19Auto merge of #110496 - WaffleLapkin:🏳️‍⚧️sound, r=compiler-errorsbors-1/+1
2023-04-18clippy: add test for https://github.com/rust-lang/rust-clippy/issues/10645Matthias Krüger-1/+20
2023-04-18Remove very useless `as_substs` usage from clippyMaybe Waffle-1/+1
2023-04-17Force -Zflatten-format-args=no in Clippy.Mara Bos-0/+3
2023-04-16Alloc `hir::Lit` in an arena to remove the destructor from `Expr`Nilstrieb-5/+5
2023-04-14Auto merge of #110160 - petrochenkov:notagain2, r=cjgillotbors-2/+2
2023-04-12Special-case item attributes in the suggestion outputEsteban Küber-9/+0
2023-04-12Tweak output for 'add line' suggestionEsteban Küber-11/+28
2023-04-12resolve: Pre-compute non-reexport module childrenVadim Petrochenkov-2/+2
2023-04-11Merge commit '83e42a2337dadac915c956d125f1d69132f36425' into clippyupPhilipp Krones-1695/+4728
2023-04-09Auto merge of #110031 - compiler-errors:generic-elaboration, r=b-naberbors-2/+2
2023-04-06Make elaborator genericMichael Goulet-2/+2
2023-04-06Fix toolsGary Guo-1/+1
2023-04-06Refactor unwind from Option to a new enumGary Guo-2/+2
2023-04-04Rename `ast::Static` to `ast::StaticItem` to match `ast::ConstItem`Oli Scherer-3/+3
2023-04-04box a bunch of large typesOli Scherer-5/+5
2023-04-04Split out ast::ItemKind::Const into its own structOli Scherer-4/+4
2023-04-04rust-analyzer guided tuple field to named fieldOli Scherer-2/+2
2023-04-04rust-analyzer guided enum variant structificationOli Scherer-3/+3
2023-03-31Auto merge of #109010 - compiler-errors:rtn, r=eholkbors-13/+9
2023-03-29Stabilize a portion of 'once_cell'Trevor Gross-8/+5