about summary refs log tree commit diff
path: root/clippy_lints/src/methods
AgeCommit message (Expand)AuthorLines
2022-10-23Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyupflip1995-48/+41
2022-10-20rustc_hir_typeck: fix clippylcnr-1/+1
2022-10-07Change InferCtxtBuilder from enter to buildCameron Steffen-3/+1
2022-10-06Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyupPhilipp Krones-323/+236
2022-09-27rustc_typeck to rustc_hir_analysislcnr-2/+2
2022-09-24separate definitions and `HIR` ownersTakayuki Maeda-4/+4
2022-09-21Merge commit '7248d06384c6a90de58c04c1f46be88821278d8b' into sync-from-clippyDavid Koloski-20/+133
2022-09-19remove the `Subst` trait, always use `EarlyBinder`lcnr-1/+0
2022-09-09Merge commit 'b52fb5234cd7c11ecfae51897a6f7fa52e8777fc' into clippyupPhilipp Krones-105/+196
2022-09-07Auto merge of #101432 - nnethercote:shrink-PredicateS, r=lcnrbors-4/+4
2022-09-06Auto merge of #101241 - camsteffen:refactor-binding-annotations, r=cjgillotbors-16/+10
2022-09-05refactor: remove unnecessary variablesTakayuki Maeda-12/+8
2022-09-05separate the receiver from arguments in HIR under /clippyTakayuki Maeda-160/+194
2022-09-05Pack `Term` in the same way as `GenericArg`.Nicholas Nethercote-4/+4
2022-09-02clippy: BindingAnnotation changeCameron Steffen-16/+10
2022-08-31Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyupJason Newcomb-48/+2224
2022-08-11Merge commit '2b2190cb5667cdd276a24ef8b9f3692209c54a89' into clippyupPhilipp Krones-17/+38
2022-07-29Avoid ICE when fetching LocalDefIdMiguel Guarniz-1/+2
2022-07-28Merge commit '3c7e7dbc1583a0b06df5bd7623dd354a4debd23d' into clippyupPhilipp Krones-1/+77
2022-07-18Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyupPhilipp Krones-81/+82
2022-07-16Rollup merge of #99342 - TaKO8Ki:avoid-symbol-to-string-conversions, r=compil...Matthias Krüger-1/+1
2022-07-17avoid some `Symbol` to `String` conversionsTakayuki Maeda-1/+1
2022-07-12Fix clippy buildMaybe Waffle-12/+12
2022-07-01Factor out hir::Node::BindingCameron Steffen-1/+1
2022-06-30Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyupPhilipp Krones-2/+5
2022-06-20remove last use of MAX_SUGGESTION_HIGHLIGHT_LINESMaybe Waffle-10/+3
2022-06-19remove `span_lint_and_sugg_for_edges` from clippy utilsMaybe Waffle-7/+4
2022-06-16Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyupflip1995-154/+200
2022-06-15Rollup merge of #98110 - cjgillot:closure-brace, r=Aaron1011Yuki Okushi-38/+37
2022-06-13remove unnecessary `to_string` and `String::new`Takayuki Maeda-3/+3
2022-06-12Make `ExprKind::Closure` a struct variant.Camille GILLOT-38/+37
2022-06-04Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyupPhilipp Krones-64/+210
2022-05-23Lifetime variance fixes for clippyMichael Goulet-1/+1
2022-05-21Merge 'rust-clippy/master' into clippyupxFrednet-216/+248
2022-05-05Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyupflip1995-258/+471
2022-05-02rustc: Panic by default in `DefIdTree::parent`Vadim Petrochenkov-6/+6
2022-04-08Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd' into clippyupflip1995-17/+179
2022-03-30Auto merge of #95436 - cjgillot:static-mut, r=oli-obkbors-1/+1
2022-03-30get clippy to compile againlcnr-8/+9
2022-03-29Remember mutability in `DefKind::Static`.Camille GILLOT-1/+1
2022-03-24Merge commit 'd0cf3481a84e3aa68c2f185c460e282af36ebc42' into clippyupflip1995-104/+279
2022-03-14Merge commit 'dc5423ad448877e33cca28db2f1445c9c4473c75' into clippyupflip1995-104/+249
2022-03-11Improve `AdtDef` interning.Nicholas Nethercote-10/+10
2022-02-26Merge commit 'e329249b6a3a98830d860c74c8234a8dd9407436' into clippyupflip1995-2/+3
2022-02-15Overhaul `RegionKind` and `Region`.Nicholas Nethercote-2/+2
2022-02-15Overhaul `TyS` and `Ty`.Nicholas Nethercote-17/+17
2022-02-10Merge commit '57b3c4b90f4346b3990c1be387c3b3ca7b78412c' into clippyupflip1995-34/+37
2022-02-01remove `TyS::same_type`lcnr-8/+6
2022-01-27Merge commit 'a98e7ab8b94485be6bd03e0c6b8682ecab5b52e6' into clippyupflip1995-3/+3
2022-01-21Remove a span from hir::ExprKind::MethodCallCameron Steffen-26/+27