about summary refs log tree commit diff
path: root/src/tools/clippy/clippy_utils
AgeCommit message (Expand)AuthorLines
2024-07-08Auto merge of #127476 - jieyouxu:rollup-16wyb0b, r=jieyouxubors-1/+1
2024-07-07Add support for `mir::TerminatorKind::TailCall` in clippyMaybe Waffle-1/+2
2024-07-07iter_identity is a better nameMichael Goulet-1/+1
2024-06-28Rollup merge of #127058 - compiler-errors:tighten-async-spans, r=oli-obkMatthias Krüger-1/+1
2024-06-27Tighten spans for async blocksMichael Goulet-1/+1
2024-06-27Merge commit '68a799aea9b65e2444fbecfe32217ce7d5a3604f' into clippy-subtree-u...Philipp Krones-172/+388
2024-06-25RFC 2383: Stabilize `lint_reasons` in Clippy :paperclips:xFrednet-1/+1
2024-06-24Split out IntoIterator and non-Iterator constructors for AliasTy/AliasTerm/Tr...Michael Goulet-4/+4
2024-06-20StaticForeignItem and StaticItem are the sameMichael Goulet-2/+2
2024-06-19Resolve Clippy `f16` and `f128` `unimplemented!`/`FIXME`sTrevor Gross-6/+41
2024-06-17Fix other toolsMichael Goulet-4/+1
2024-06-13Merge commit '3e5a02b13b1244545454752c6629b767522a44b1' into clippy-subtree-u...Philipp Krones-42/+158
2024-06-10ScalarInt: size mismatches are a bug, do not delay the panicRalf Jung-19/+5
2024-06-07Revert "Create const block DefIds in typeck instead of ast lowering"Oli Scherer-6/+6
2024-06-06Auto merge of #126068 - lqd:revert-124976, r=petrochenkovbors-1/+1
2024-06-06Revert "Rollup merge of #124976 - petrochenkov:usedcrates, r=oli-obk"Rémy Rakic-1/+1
2024-06-06Auto merge of #124482 - spastorino:unsafe-extern-blocks, r=oli-obkbors-2/+6
2024-06-05Misc fixes to cranelift/clippy/miriBoxy-2/+2
2024-06-04Add safe/unsafe to static inside extern blocksSantiago Pastorino-1/+3
2024-06-04Handle safety keyword for extern block inner itemsSantiago Pastorino-1/+3
2024-06-03Align Term methods with GenericArg methodsMichael Goulet-3/+3
2024-05-31Rollup merge of #125635 - fmease:mv-type-binding-assoc-item-constraint, r=com...Matthias Krüger-7/+7
2024-05-30Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanupLeón Orell Valerian Liehr-7/+7
2024-05-30Merge commit 'c9139bd546d9cd69df817faeab62c5f9b1a51337' into clippy-subtree-u...Philipp Krones-8/+28
2024-05-28Create const block DefIds in typeck instead of ast loweringOli Scherer-5/+5
2024-05-27Auto merge of #125410 - fmease:adj-lint-diag-api, r=nnethercotebors-6/+12
2024-05-24clippy: unnest check_constsJubilee Young-1/+1
2024-05-23Remove `LintDiagnostic::msg`León Orell Valerian Liehr-6/+12
2024-05-22rustc: Use `tcx.used_crates(())` moreVadim Petrochenkov-1/+1
2024-05-21Merge commit '2efebd2f0c03dabbe5c3ad7b4ebfbd99238d1fb2' into clippy-subtree-u...Philipp Krones-100/+108
2024-05-20Rollup merge of #125173 - scottmcm:never-checked, r=davidtwcoMatthias Krüger-3/+3
2024-05-19Add and use generics.is_empty() and generics.is_own_empty, rather than using ...Santiago Pastorino-1/+1
2024-05-18Auto merge of #125077 - spastorino:add-new-fnsafety-enum2, r=jackh726bors-22/+21
2024-05-17Fix clippyScott McMurray-3/+3
2024-05-17Rename Unsafe to SafetySantiago Pastorino-22/+21
2024-05-16Remove trivial Binder::dummy callsMichael Goulet-1/+1
2024-05-16Fix toolsMichael Goulet-2/+2
2024-05-13split out AliasTy -> AliasTermMichael Goulet-2/+2
2024-05-12Propagate errors rather than using return_if_errMichael Goulet-2/+6
2024-05-12Make LateCtxt be a type info delegate for EUV for clippyMichael Goulet-10/+4
2024-05-10Lift `TraitRef` into `rustc_type_ir`Michael Goulet-1/+1
2024-05-10Rollup merge of #124957 - compiler-errors:builtin-deref, r=michaelwoeristerMatthias Krüger-1/+1
2024-05-10Auto merge of #124961 - matthiaskrgr:rollup-1jj65p6, r=matthiaskrgrbors-8/+7
2024-05-10Rollup merge of #124955 - nnethercote:next_ty_var, r=lcnrMatthias Krüger-6/+1
2024-05-09Make builtin_deref just return a TyMichael Goulet-1/+1
2024-05-09Rename Generics::params to Generics::own_paramsMichael Goulet-6/+6
2024-05-10Use fewer origins when creating type variables.Nicholas Nethercote-6/+1
2024-05-09always use `GenericArgsRef`lcnr-2/+6
2024-05-08Rollup merge of #123344 - pietroalbini:pa-unused-imports, r=NilstriebMatthias Krüger-1/+1
2024-05-04Auto merge of #124401 - oli-obk:some_hir_cleanups, r=cjgillotbors-2/+2