summary refs log tree commit diff
path: root/src/tools/clippy/clippy_lints
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-9/+11
2022-09-15Fix clippyest31-1/+1
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-2/+2
2022-09-14Auto merge of #101709 - nnethercote:simplify-visitors-more, r=cjgillotbors-10/+10
2022-09-13Address code review commentsEric Holk-19/+8
2022-09-13Auto merge of #100640 - reitermarkus:socket-display-buffer, r=thomccbors-26/+60
2022-09-12Make x.py check workEric Holk-9/+20
2022-09-12Simplify `clippy` fix.Markus Reiter-37/+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 `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-440/+737
2022-09-09Appease clippy againMichael Goulet-6/+4
2022-09-09Make clippy happyMichael Goulet-2/+4
2022-09-08Remove ReEmptyJack Huey-1/+1
2022-09-08Auto merge of #101577 - Dylan-DPC:rollup-l9xw7i7, r=Dylan-DPCbors-207/+207
2022-09-08Rollup merge of #101501 - Jarcho:tcx_lint_passes, r=davidtwcoDylan DPC-207/+207
2022-09-08Auto merge of #101467 - nnethercote:shrink-hir-Ty-Pat, r=spastorinobors-6/+13
2022-09-08Rollup merge of #101498 - petrochenkov:visparam, r=cjgillotDylan DPC-3/+3
2022-09-08Introduce `DotDotPos`.Nicholas Nethercote-6/+13
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-207/+207
2022-09-06Auto merge of #101241 - camsteffen:refactor-binding-annotations, r=cjgillotbors-89/+80
2022-09-05Auto merge of #101261 - TaKO8Ki:separate-receiver-from-arguments-in-hir, r=cj...bors-534/+618
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-506/+603
2022-09-05Rollup merge of #101142 - nnethercote:improve-hir-stats, r=davidtwcoDylan DPC-4/+4
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-89/+80
2022-08-31Use `CountIsStart` in clippyJason Newcomb-2/+2
2022-08-31Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyupJason Newcomb-3104/+4207
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-3/+3
2022-08-26Replace `Body::basic_blocks()` with field accessTomasz Miąsko-3/+3
2022-08-23Remove the symbol from `ast::LitKind::Err`.Nicholas Nethercote-2/+2
2022-08-17Rollup merge of #100018 - nnethercote:clean-up-LitKind, r=petrochenkovMatthias Krüger-9/+9
2022-08-16Rename some things related to literals.Nicholas Nethercote-9/+9
2022-08-16Shrink `ast::Attribute`.Nicholas Nethercote-2/+2