summary refs log tree commit diff
path: root/src/tools/clippy/tests
AgeCommit message (Expand)AuthorLines
2024-11-21Auto merge of #13600 - samueltardieu:push-tzuvnutssmrs, r=xFrednetbors-0/+12
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-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-5/+9
2024-10-03Merge commit 'aa0d551351a9c15d8a95fdb3e2946b505893dda8' into clippy-subtree-u...Philipp Krones-406/+1674
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-1012/+4103
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-511/+1504
2024-08-24Merge commit '0f8eabd6231366bfc1bb1464601297c2d48f8f68' into clippyupJason Newcomb-511/+1504
2024-08-22stabilize const_fn_floating_point_arithmeticRalf Jung-35/+29
2024-08-12Auto merge of #126793 - saethlin:mono-rawvec, r=scottmcmbors-5/+4
2024-08-11Link `std` statically in `rustc_driver`John Kåre Alsaker-0/+3
2024-08-10Fixes in various placesNadrieril-4/+4
2024-08-09Paper over the clippy ICEBen Kimock-5/+4
2024-08-08Merge commit 'cb806113e0f83a8f9b47d35b453b676543bcc40e' into clippy-subtree-u...Philipp Krones-683/+2228
2024-08-06pass the right `ParamEnv` to `might_permit_raw_init_strict`y21-14/+31
2024-08-01Do not underline suggestions for code that is already thereEsteban Küber-6/+6
2024-07-28stabilize `is_sorted`Slanterns-8/+6
2024-07-26Rollup merge of #124941 - Skgland:stabilize-const-int-from-str, r=dtolnayTrevor Gross-12/+12
2024-07-26Auto merge of #128193 - flip1995:clippy-subtree-update, r=matthiaskrgrbors-3028/+2100
2024-07-25Merge commit '37f4fbb92913586b73a35772efd00eccd1cbbe13' into clippy-subtree-u...Philipp Krones-3028/+2100
2024-07-25Rollup merge of #121364 - Urgau:unary_precedence, r=compiler-errorsMatthias Krüger-101/+3
2024-07-21Move all error reporting into rustc_trait_selectionMichael Goulet-1/+1
2024-07-16Add `ConstArgKind::Path` and make `ConstArg` its own HIR nodeNoah Lev-2/+9
2024-07-15Move rustc_infer::infer::error_reporting to rustc_infer::error_reporting::inferMichael Goulet-1/+1
2024-07-11Merge commit 'b794b8e08c16517a941dc598bb1483e8e12a8592' into clippy-subtree-u...Philipp Krones-541/+1720
2024-07-11Remove unary neg from `clippy::precedence` lintUrgau-101/+3
2024-07-06Mark format! with must_use hintlukas-2/+8
2024-07-04bless testsBennet Bleßmann-10/+10
2024-07-04fix tests after rebaseBennet Bleßmann-2/+2
2024-07-04Properly handle removal suggestion renderingEsteban Küber-15/+0
2024-06-28address review commentsDeadbeef-1/+9
2024-06-28finishing touches, move fixed ICEs to ui testsDeadbeef-7/+16
2024-06-27Merge commit '68a799aea9b65e2444fbecfe32217ce7d5a3604f' into clippy-subtree-u...Philipp Krones-292/+1765
2024-06-25`sudo CI=green` && Review changes <3xFrednet-11/+2
2024-06-25RFC 2383: Stabilize `lint_reasons` in Clippy :paperclips:xFrednet-475/+514