about summary refs log tree commit diff
path: root/src/tools/clippy/clippy_utils
AgeCommit message (Expand)AuthorLines
2022-09-26remove cfg(bootstrap)Pietro Albini-1/+0
2022-09-26Rollup merge of #102197 - Nilstrieb:const-new-🌲, r=Mark-Simulacrumfee1-dead-1/+12
2022-09-24separate definitions and `HIR` ownersTakayuki Maeda-7/+7
2022-09-23Fix clippy's const fn stability check for CURRENT_RUSTC_VERSIONNilstrieb-1/+12
2022-09-23rename Unevaluated to UnevaluatedConstb-naber-1/+1
2022-09-22introduce mir::Unevaluatedb-naber-1/+1
2022-09-21Merge commit '7248d06384c6a90de58c04c1f46be88821278d8b' into sync-from-clippyDavid Koloski-81/+82
2022-09-20Auto merge of #99806 - oli-obk:unconstrained_opaque_type, r=estebankbors-0/+1
2022-09-19remove the `Subst` trait, always use `EarlyBinder`lcnr-2/+2
2022-09-16Revert "Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r...Oli Scherer-0/+1
2022-09-15Fix clippyest31-1/+1
2022-09-14Auto merge of #101212 - eholk:dyn-star, r=compiler-errorsbors-4/+7
2022-09-14Auto merge of #101709 - nnethercote:simplify-visitors-more, r=cjgillotbors-1/+1
2022-09-13Address code review commentsEric Holk-178/+119
2022-09-12Make x.py check workEric Holk-122/+184
2022-09-12Simplify `clippy` fix.Markus Reiter-2/+0
2022-09-12Remove unused span argument from `visit_name`.Nicholas Nethercote-1/+1
2022-09-09Merge commit 'b52fb5234cd7c11ecfae51897a6f7fa52e8777fc' into clippyupPhilipp Krones-20/+21
2022-09-09Appease clippy againMichael Goulet-4/+2
2022-09-09Make clippy happyMichael Goulet-0/+3
2022-09-08Introduce `DotDotPos`.Nicholas Nethercote-1/+2
2022-09-08Arena-allocate `hir::Lifetime`.Nicholas Nethercote-1/+1
2022-09-06Generalize the Assume intrinsic statement to a general Intrinsic statementOli Scherer-3/+7
2022-09-06Lower the assume intrinsic to a MIR statementOli Scherer-0/+3
2022-09-06Auto merge of #101241 - camsteffen:refactor-binding-annotations, r=cjgillotbors-6/+7
2022-09-05separate the receiver from arguments in HIR under /clippyTakayuki Maeda-48/+55
2022-09-05Rollup merge of #101142 - nnethercote:improve-hir-stats, r=davidtwcoDylan DPC-2/+2
2022-09-02clippy: BindingAnnotation changeCameron Steffen-6/+7
2022-08-31Use `CountIsStart` in clippyJason Newcomb-1/+1
2022-08-31Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyupJason Newcomb-197/+573
2022-08-29Revert let_chains stabilizationNilstrieb-0/+1
2022-08-29Use `&'hir Ty` everywhere.Nicholas Nethercote-1/+1
2022-08-29Use `&'hir Expr` everywhere.Nicholas Nethercote-1/+1
2022-08-26Replace `Body::basic_blocks()` with field accessTomasz MiÄ…sko-1/+1
2022-08-23Remove the symbol from `ast::LitKind::Err`.Nicholas Nethercote-5/+3
2022-08-16Shrink `ast::Attribute`.Nicholas Nethercote-7/+7
2022-08-12Adjust cfgsMark Rousskov-1/+0
2022-08-12Auto merge of #100419 - flip1995:clippyup, r=Manishearthbors-44/+379
2022-08-11Merge commit '2b2190cb5667cdd276a24ef8b9f3692209c54a89' into clippyupPhilipp Krones-44/+379
2022-08-10Do not consider method call receiver as an argument in AST.Camille GILLOT-1/+3
2022-08-01Auto merge of #99884 - nnethercote:lexer-improvements, r=matkladbors-2/+2
2022-08-01Shrink `Token`.Nicholas Nethercote-2/+2
2022-07-31Rollup merge of #99186 - camsteffen:closure-localdefid, r=cjgillotDylan DPC-1/+1
2022-07-30Use LocalDefId for closures moreCameron Steffen-1/+1
2022-07-29Change enclosing_body_owner to return LocalDefIdMiguel Guarniz-1/+1
2022-07-28Merge commit '3c7e7dbc1583a0b06df5bd7623dd354a4debd23d' into clippyupPhilipp Krones-44/+12
2022-07-20Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r=estebank"Oli Scherer-1/+0
2022-07-18Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyupPhilipp Krones-39/+253
2022-07-16Stabilize `let_chains`Caio-1/+1
2022-07-15Introduce opaque type to hidden type projectionOli Scherer-0/+1