about summary refs log tree commit diff
path: root/src/tools/clippy/tests/ui
AgeCommit message (Expand)AuthorLines
2025-01-08Exhaustively handle expressions in patternsOli Scherer-6/+6
2025-01-07Update tests.Mara Bos-12/+15
2024-12-26Merge commit '609cd310be44677ae31d452a17b0f8207e1abfe1' into clippy-subtree-u...Philipp Krones-776/+4502
2024-12-15Auto merge of #134258 - bjorn3:no_public_specialization, r=petrochenkovbors-56/+1
2024-12-14Stop handling specialization in clippy's to_string_trait_impl lintbjorn3-56/+1
2024-12-14Rollup merge of #134181 - estebank:trim-render, r=oli-obkMatthias Krüger-149/+31
2024-12-13Account for `///` when rendering multiline spansEsteban Küber-10/+31
2024-12-13Stabilize async closuresMichael Goulet-51/+45
2024-12-12Filter empty lines, comments and delimiters from previous to last multiline s...Esteban Küber-65/+4
2024-12-12Tweak multispan renderingEsteban Küber-115/+37
2024-12-02Drop uplifted `clippy::fn_address_comparisons`Urgau-107/+77
2024-12-01Rollup merge of #133589 - voidc:remove-array-len, r=boxyuwuJacob Pratt-2/+1
2024-11-30Remove hir::ArrayLen, introduce ConstArgKind::InferDominik Stolz-2/+1
2024-11-28Merge commit 'ff4a26d442bead94a4c96fb1de967374bc4fbd8e' into clippy-subtree-u...Philipp Krones-191/+1028
2024-11-14Merge commit '786fbd6d683933cd0e567fdcd25d449a69b4320c' into clippy-subtree-u...Philipp Krones-17/+577
2024-11-11Auto merge of #126597 - estebank:unicode-output, r=fmeasebors-28/+28
2024-11-10Add Unicode block-drawing compiler output supportEsteban Küber-28/+28
2024-11-07Merge commit 'f712eb5cdccd121d0569af12f20e6a0fabe4364d' into clippy-subtree-u...Philipp Krones-201/+1902
2024-11-04Move two attribute lints to be early pass (post expansion)Jonathan Dönszelmann-35/+18
2024-11-03Rename the FIXMEs, remove a few that dont matter anymoreMichael Goulet-4/+4
2024-10-30Remap impl-trait lifetimes on HIR instead of AST lowering.Camille GILLOT-1/+1
2024-10-29Auto merge of #128985 - GrigorenkoPV:instantly-dangling-pointer, r=Urgaubors-8/+14
2024-10-28New lint: `dangling_pointers_from_temporaries`Pavel Grigorenko-8/+14
2024-10-28Rollup merge of #131391 - ChaiTRex:isqrt, r=scottmcm,tgross35Matthias Krüger-93/+92
2024-10-26Auto merge of #125116 - blyxyas:ignore-allowed-lints-final, r=cjgillotbors-616/+3
2024-10-20make unsupported_calling_conventions a hard errorRalf Jung-14/+14
2024-10-19Do not run lints that cannot emitblyxyas-616/+3
2024-10-18Merge commit 'a109190d7060236e655fc75533373fa274ec5343' into clippy-subtree-u...Philipp Krones-198/+1879
2024-10-12Stabilize `const_option`Trevor Gross-2/+2
2024-10-11Auto merge of #131045 - compiler-errors:remove-unnamed_fields, r=wesleywiserbors-10/+0
2024-10-10Auto merge of #13464 - y21:issue13458, r=flip1995bors-56/+72
2024-10-08Stabilize `isqrt` featureChai T. Rex-93/+92
2024-10-06Auto merge of #130540 - veera-sivarajan:fix-87525, r=estebankbors-6/+12
2024-10-05Add a Lint for Pointer to Integer Transmutes in ConstsVeera-6/+12
2024-10-05move f16/f128 const fn under f16/f128 feature gateRalf Jung-4/+4
2024-10-05Bless clippy.Camille GILLOT-4/+6
2024-10-03Merge commit 'aa0d551351a9c15d8a95fdb3e2946b505893dda8' into clippy-subtree-u...Philipp Krones-399/+1666
2024-10-01Remove crashes and fix testsMichael Goulet-10/+0
2024-09-26Rollup merge of #130912 - estebank:point-at-arg-type, r=compiler-errorsJubilee-2/+2
2024-09-27On implicit `Sized` bound on fn argument, point at type instead of patternEsteban Küber-2/+2
2024-09-24Merge commit '7901289135257ca0fbed3a5522526f95b0f5edba' into clippy-subtree-u...Philipp Krones-939/+4068
2024-09-20Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errorsbors-92/+122
2024-09-15Rollup merge of #130293 - gurry:130142-lint-level-issue, r=cjgillotMatthias Krüger-1/+9
2024-09-15stabilize const_mut_refsRalf Jung-31/+29
2024-09-14stabilize `const_extern_fn`Folkert de Vries-115/+105
2024-09-14Fix lint levels not getting overridden by attrs on `Stmt` nodesGurinder Singh-1/+9
2024-09-13Update tests for hidden references to mutable staticObei Sideg-92/+122
2024-09-01stabilize const_float_bits_convRalf Jung-33/+181
2024-08-31elided_named_lifetimes: bless & add testsPavel Grigorenko-2/+22
2024-08-25Auto merge of #129531 - Jarcho:clippyup, r=Manishearthbors-245/+743