about summary refs log tree commit diff
path: root/clippy_utils
AgeCommit message (Expand)AuthorLines
2024-07-29Remove some miscellaneous `#[allow]`sAlex Macleod-2/+1
2024-07-29Fix fix under loop may dropping loop label when applying fix.shenyifu-1/+4
2024-07-28step cfg(bootstrap)Mark Rousskov-1/+0
2024-07-27Auto merge of #13149 - jusexton:issue-13123, r=dswijbors-1/+3
2024-07-26Fix dogfood lintsGuillaume Gomez-25/+39
2024-07-25Auto merge of #13156 - y21:for_each_expr_visitor_refactor, r=xFrednetbors-50/+48
2024-07-25Merge commit '37f4fbb92913586b73a35772efd00eccd1cbbe13' into clippy-subtree-u...Philipp Krones-27/+56
2024-07-25Bump Clippy version -> 0.1.82Philipp Krones-1/+1
2024-07-25Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-27/+55
2024-07-25get rid of unnecessary `res` field in `for_each_expr` visitorsy21-50/+48
2024-07-24Auto merge of #13146 - Alexendoo:cast-lossless-128, r=y21bors-3/+6
2024-07-24Lint casts to `u128` in `cast_lossless`Alex Macleod-3/+6
2024-07-24Replace local variables signifying "done" or "loop break", use ControlFlow #1...blyxyas-8/+21
2024-07-23Fix while_let_on_iterator dropping loop label when applying fix.jusexton-1/+3
2024-07-17Refactor for using config values:Jason Newcomb-13/+24
2024-07-17Remove duplicated peel_middle_ty_refsLzu Tao-13/+0
2024-07-16Add `ConstArgKind::Path` and make `ConstArg` its own HIR nodeNoah Lev-2/+6
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/+41
2024-06-18Auto merge of #12942 - Jarcho:ex_proc_macro, r=Manishearthbors-42/+42