about summary refs log tree commit diff
path: root/src/tools/clippy/clippy_lints
AgeCommit message (Expand)AuthorLines
2024-06-13Merge commit '3e5a02b13b1244545454752c6629b767522a44b1' into clippy-subtree-u...Philipp Krones-688/+972
2024-06-10ScalarInt: size mismatches are a bug, do not delay the panicRalf Jung-5/+4
2024-06-05Misc fixes to cranelift/clippy/miriBoxy-5/+5
2024-06-05Make top-level `rustc_parse` functions fallible.Nicholas Nethercote-2/+2
2024-06-03Align Term methods with GenericArg methodsMichael Goulet-5/+5
2024-06-03Opt-in diagnostics reporting to avoid doing extra work in the new solverMichael Goulet-1/+1
2024-06-01Auto merge of #125775 - compiler-errors:uplift-closure-args, r=lcnrbors-2/+2
2024-06-01Uplift TypeRelation and RelateMichael Goulet-2/+2
2024-06-01Deduplicate supertrait_def_ids codeMark Rousskov-1/+1
2024-05-31Rollup merge of #125635 - fmease:mv-type-binding-assoc-item-constraint, r=com...Matthias Krüger-44/+37
2024-05-30Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanupLeón Orell Valerian Liehr-44/+37
2024-05-30Auto merge of #125764 - flip1995:clippy-subtree-update, r=Manishearthbors-518/+695
2024-05-30Merge commit 'c9139bd546d9cd69df817faeab62c5f9b1a51337' into clippy-subtree-u...Philipp Krones-518/+695
2024-05-30Auto merge of #125711 - oli-obk:const_block_ice2, r=Nadrierilbors-22/+21
2024-05-29Auto merge of #125360 - RalfJung:packed-field-reorder, r=fmeasebors-1/+1
2024-05-29Make `body_owned_by` return the body directly.Oli Scherer-8/+7
2024-05-29Don't require `visit_body` to take a lifetime that must outlive the function ...Oli Scherer-14/+14
2024-05-24Remove `DefId` from `EarlyParamRegion` (clippy/smir)Boxy-10/+9
2024-05-21Merge commit '2efebd2f0c03dabbe5c3ad7b4ebfbd99238d1fb2' into clippy-subtree-u...Philipp Krones-278/+1130
2024-05-21don't inhibit random field reordering on repr(packed(1))Ralf Jung-1/+1
2024-05-19Auto merge of #125294 - matthiaskrgr:rollup-w42c829, r=matthiaskrgrbors-1/+1
2024-05-19Rollup merge of #124948 - blyxyas:remove-repeated-words, r=compiler-errorsMatthias Krüger-1/+1
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-40/+36
2024-05-18Fix typos (taking into account review comments)blyxyas-1/+1
2024-05-17Rename Unsafe to SafetySantiago Pastorino-40/+36
2024-05-16Fix toolsMichael Goulet-2/+2
2024-05-13Apply nitsMichael Goulet-3/+3
2024-05-13split out AliasTy -> AliasTermMichael Goulet-10/+7
2024-05-12Propagate errors rather than using return_if_errMichael Goulet-11/+11
2024-05-12Make LateCtxt be a type info delegate for EUV for clippyMichael Goulet-50/+17
2024-05-12Inline MemCategorization into ExprUseVisitorMichael Goulet-3/+3
2024-05-10Lift `TraitRef` into `rustc_type_ir`Michael Goulet-0/+1
2024-05-10Rollup merge of #124957 - compiler-errors:builtin-deref, r=michaelwoeristerMatthias Krüger-5/+5
2024-05-10Auto merge of #124961 - matthiaskrgr:rollup-1jj65p6, r=matthiaskrgrbors-4/+4
2024-05-09Make builtin_deref just return a TyMichael Goulet-5/+5
2024-05-09Rename Generics::params to Generics::own_paramsMichael Goulet-5/+5
2024-05-09always use `GenericArgsRef`lcnr-4/+4
2024-05-08Rollup merge of #124876 - nnethercote:rm-use-crate-rustc_foo, r=compiler-errorsMatthias Krüger-7/+4
2024-05-08Rollup merge of #124587 - reitermarkus:use-generic-nonzero, r=dtolnayMatthias Krüger-35/+12
2024-05-08Rollup merge of #123344 - pietroalbini:pa-unused-imports, r=NilstriebMatthias Krüger-8/+8
2024-05-08Use generic `NonZero`.Markus Reiter-1/+1
2024-05-08Simplify `clippy` lint.Markus Reiter-34/+11
2024-05-08Simplify `use crate::rustc_foo::bar` occurrences.Nicholas Nethercote-7/+4
2024-05-02Merge commit '20b085d500dfba5afe0869707bf357af3afe20be' into clippy-subtree-u...Philipp Krones-360/+484
2024-04-23Auto merge of #123992 - compiler-errors:no-has-typeck-results, r=jackh726bors-3/+3
2024-04-18Merge commit 'ca3b393750ee8d870bf3215dcf6509cafa5c0445' into clippy-subtree-u...Philipp Krones-213/+202
2024-04-17has_typeck_results doesnt need to be a queryMichael Goulet-3/+3
2024-04-17Rename `BindingAnnotation` to `BindingMode`Jules Bertholet-90/+90
2024-04-17Rollup merge of #122813 - nnethercote:nicer-quals, r=compiler-errorsMatthias Krüger-59/+60