summary refs log tree commit diff
path: root/src/tools/clippy
AgeCommit message (Expand)AuthorLines
2022-11-01Run update lint toolMark Rousskov-5/+4
2022-11-01Lower lint level for READ_ZERO_BYTE_VECMark Rousskov-1/+1
2022-10-27Revert "Do not consider method call receiver as an argument in AST."Michael Goulet-12/+12
2022-09-15Fix clippyest31-48/+45
2022-09-15Auto merge of #101811 - flip1995:clippyup, r=flip1995bors-3/+2
2022-09-14Temporarily move clippy::unused_peekable to nurseryPhilipp Krones-3/+2
2022-09-14Auto merge of #101212 - eholk:dyn-star, r=compiler-errorsbors-6/+9
2022-09-14Auto merge of #101709 - nnethercote:simplify-visitors-more, r=cjgillotbors-11/+11
2022-09-13Address code review commentsEric Holk-197/+127
2022-09-13Auto merge of #100640 - reitermarkus:socket-display-buffer, r=thomccbors-28/+60
2022-09-12Make x.py check workEric Holk-131/+204
2022-09-12Simplify `clippy` fix.Markus Reiter-39/+22
2022-09-12Fix clippy.Markus Reiter-16/+65
2022-09-12Auto merge of #99334 - NiklasJonsson:84447/error-privacy, r=oli-obkbors-4/+3
2022-09-12Remove unused argument from `visit_poly_trait_ref`.Nicholas Nethercote-6/+6
2022-09-12Remove unused span argument from `visit_name`.Nicholas Nethercote-1/+1
2022-09-12Remove unused span argument from `walk_fn`.Nicholas Nethercote-4/+4
2022-09-10Auto merge of #98559 - jackh726:remove-reempty, r=oli-obkbors-1/+1
2022-09-10rustc_error, rustc_private, rustc_ast: Switch to stable hash containersNiklas Jonsson-4/+3
2022-09-09Merge commit 'b52fb5234cd7c11ecfae51897a6f7fa52e8777fc' into clippyupPhilipp Krones-686/+15491
2022-09-09Appease clippy againMichael Goulet-10/+6
2022-09-09Make clippy happyMichael Goulet-2/+7
2022-09-08Remove ReEmptyJack Huey-1/+1
2022-09-08Auto merge of #101577 - Dylan-DPC:rollup-l9xw7i7, r=Dylan-DPCbors-209/+211
2022-09-08Rollup merge of #101501 - Jarcho:tcx_lint_passes, r=davidtwcoDylan DPC-209/+211
2022-09-08Auto merge of #101467 - nnethercote:shrink-hir-Ty-Pat, r=spastorinobors-8/+16
2022-09-08Rollup merge of #101498 - petrochenkov:visparam, r=cjgillotDylan DPC-3/+3
2022-09-08Introduce `DotDotPos`.Nicholas Nethercote-7/+15
2022-09-08Arena-allocate `hir::Lifetime`.Nicholas Nethercote-1/+1
2022-09-07Auto merge of #101432 - nnethercote:shrink-PredicateS, r=lcnrbors-5/+5
2022-09-07rustc: Parameterize `ty::Visibility` over used IDVadim Petrochenkov-3/+3
2022-09-06Allow lint passes to be bound by `TyCtxt`Jason Newcomb-209/+211
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-103/+95
2022-09-05Auto merge of #101261 - TaKO8Ki:separate-receiver-from-arguments-in-hir, r=cj...bors-586/+677
2022-09-05use `propagate_through_exprs` instead of `propagate_through_expr`Takayuki Maeda-6/+2
2022-09-05Auto merge of #101228 - nnethercote:simplify-hir-PathSegment, r=petrochenkovbors-4/+3
2022-09-05refactor: remove unnecessary variablesTakayuki Maeda-76/+67
2022-09-05separate the receiver from arguments in HIR under /clippyTakayuki Maeda-558/+662
2022-09-05Rollup merge of #101142 - nnethercote:improve-hir-stats, r=davidtwcoDylan DPC-6/+6
2022-09-05Pack `Term` in the same way as `GenericArg`.Nicholas Nethercote-5/+5
2022-09-05Make `hir::PathSegment::res` non-optional.Nicholas Nethercote-4/+3
2022-09-02clippy: BindingAnnotation changeCameron Steffen-103/+95
2022-08-31Auto merge of #101249 - matthiaskrgr:rollup-wahnoz8, r=matthiaskrgrbors-3973/+9254
2022-08-31Use `CountIsStart` in clippyJason Newcomb-3/+3
2022-08-31Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyupJason Newcomb-3973/+9254
2022-08-31fix a clippy testRalf Jung-1/+1
2022-08-30Auto merge of #98919 - 5225225:stricter-invalid-value, r=RalfJungbors-1/+1
2022-08-29Fix tests due to stricter invalid_value5225225-1/+1