about summary refs log tree commit diff
path: root/clippy_utils/src
AgeCommit message (Expand)AuthorLines
2024-07-16Use `ConstArg` for array lengthsNoah Lev-9/+13
2024-07-16hir: Create `hir::ConstArgKind` enumNoah Lev-5/+17
2024-07-15fix [`excessive_precision`] suggestions on float literal written in scientifi...apoisternex-0/+2
2024-07-15Auto merge of #13102 - tesuji:fix-needless_option_as_deref, r=Alexendoobors-1/+1
2024-07-15Dont stop find loop node at struct field nodeLzu Tao-1/+1
2024-07-11Merge commit 'b794b8e08c16517a941dc598bb1483e8e12a8592' into clippy-subtree-u...Philipp Krones-35/+59
2024-07-11Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-36/+59
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-07-06Rename `any_parent_is_automatically_derived` to `in_automatically_derived`. O...Jason Newcomb-4/+15
2024-07-05Auto merge of #13049 - Jarcho:is_in_test, r=Alexendoobors-10/+0
2024-07-05Use `is_in_test` in more places.Jason Newcomb-10/+0
2024-07-05Auto merge of #11656 - y21:unnecessary_string_from_utf8, r=Jarchobors-0/+1
2024-07-03Auto merge of #12976 - tesuji:fix-explicit_auto_deref, r=xFrednetbors-0/+11
2024-07-03Fix 12969 and fix 9841Lzu Tao-0/+11
2024-07-01Fix formattingAstra Tsai-11/+7
2024-07-01Fix `into_iter_without_iter` false positive when the implementation is not wi...Astra Tsai-3/+1
2024-07-01Auto merge of #12840 - tesuji:const-asserts, r=llogiqbors-5/+26
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-27Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-173/+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-22Auto merge of #12965 - KisaragiEffective:resolve-invalid-paths-on-bool-then, ...bors-1/+0
2024-06-21Add new `Span` utils to avoid both allocating andJason Newcomb-49/+189
2024-06-20StaticForeignItem and StaticItem are the sameMichael Goulet-2/+2
2024-06-20feat: unnecessary_min_max lintvohoanglong0107-2/+15
2024-06-20resolve `clippy::invalid_paths` on `bool::then`Kisaragi Marine-1/+0
2024-06-20[`unnecessary_to_owned`]: catch to_owned from byte slice to stringy21-0/+1
2024-06-19Resolve Clippy `f16` and `f128` `unimplemented!`/`FIXME`sTrevor Gross-6/+39
2024-06-18Auto merge of #12942 - Jarcho:ex_proc_macro, r=Manishearthbors-42/+42
2024-06-17Fix other toolsMichael Goulet-4/+1
2024-06-17Auto merge of #12943 - Jarcho:range_sym, r=llogiqbors-29/+34
2024-06-16Use symbols when raising range expressions.Jason Newcomb-29/+34
2024-06-16Add more types to `is_from_proc_macro`Jason Newcomb-42/+42
2024-06-16Add lint `manual_inspect`Jason Newcomb-1/+40
2024-06-16`expr_use_ctxt` changes:Jason Newcomb-71/+93
2024-06-15Auto merge of #12756 - y21:assigning_clones_lifetimes, r=Alexendoobors-1/+1
2024-06-13Merge commit '3e5a02b13b1244545454752c6629b767522a44b1' into clippy-subtree-u...Philipp Krones-41/+157
2024-06-13Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-42/+158
2024-06-11Auto merge of #12681 - y21:issue12677, r=Jarchobors-3/+7
2024-06-11Add lint to check manual pattern char comparison and merge its code with sing...AurelienFT-0/+45
2024-06-10ScalarInt: size mismatches are a bug, do not delay the panicRalf Jung-19/+5
2024-06-08add utils is_inside_always_const_contextLzu Tao-5/+26
2024-06-07Auto merge of #12851 - samueltardieu:issue12846, r=y21bors-0/+11
2024-06-07qualify_min_const_fn: ignore cleanup bbsy21-3/+7
2024-06-07Auto merge of #12822 - Alexendoo:for-each-expr, r=dswijbors-20/+20
2024-06-07Auto merge of #12877 - y21:const_host_ice, r=dswijbors-2/+12