about summary refs log tree commit diff
path: root/clippy_lints/src/loops
AgeCommit message (Expand)AuthorLines
2025-03-10make `never_loop` applicability more flexiblelapla-cogito-4/+21
2025-02-20Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-2/+10
2025-02-17Overhaul the `intravisit::Map` trait.Nicholas Nethercote-6/+6
2025-02-17Move some `Map` methods onto `TyCtxt`.Nicholas Nethercote-2/+2
2025-02-11add index checks for the slice in `manual_slice_fill`lapla-cogito-1/+6
2025-02-08add MSRV check for `manual_flatten` (#14086)dswij-1/+4
2025-02-06Merge commit '3e3715c31236bff56f1c63a1de2c7bbdfcfb0923' into clippy-subtree-u...Philipp Krones-0/+139
2025-02-06Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-0/+139
2025-02-03add `manual_slice_fill` lintlapla-cogito-0/+139
2025-02-02Convert two `rustc_middle::lint` functions to `Span` methods.Nicholas Nethercote-2/+1
2025-01-28Merge commit '51d49c1ae2785b24ef18a46ef233fc1d91844666' into clippy-subtree-u...Philipp Krones-12/+24
2025-01-27add MSRV check for `manual_flatten`lapla-cogito-1/+4
2025-01-15Suggest using `Vec::extend()` in `same_item_push`Samuel Tardieu-12/+24
2025-01-09Merge commit '19e305bb57a7595f2a8d81f521c0dd8bf854e739' into clippy-subtree-u...Philipp Krones-1/+1
2025-01-09Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-1/+1
2025-01-04turn hir::ItemKind::Fn into a named-field variantRalf Jung-1/+5
2024-12-26Make "all fields are shorthand" requirement configurableSamuel Moelius-1/+1
2024-12-12Fix toolsMichael Goulet-1/+2
2024-12-09Introduce `default_field_values` featureEsteban Küber-2/+2
2024-11-30Eliminate magic numbers from expression precedenceDavid Tolnay-2/+2
2024-11-28Merge commit 'ff4a26d442bead94a4c96fb1de967374bc4fbd8e' into clippy-subtree-u...Philipp Krones-4/+5
2024-11-26Rollup merge of #133140 - dtolnay:precedence, r=fmeaseMichael Goulet-1/+1
2024-11-19remove `TypingMode::from_param_env` in clippylcnr-4/+4
2024-11-18use `TypingEnv` when no `infcx` is availablelcnr-6/+6
2024-11-17Inline ExprPrecedence::order into Expr::precedenceDavid Tolnay-1/+1
2024-11-14Merge commit '786fbd6d683933cd0e567fdcd25d449a69b4320c' into clippy-subtree-u...Philipp Krones-7/+8
2024-11-07Merge commit 'f712eb5cdccd121d0569af12f20e6a0fabe4364d' into clippy-subtree-u...Philipp Krones-49/+91
2024-11-04Remove BorrowKind glob, make names longerMichael Goulet-1/+1
2024-10-29Remove region from adjustmentsMichael Goulet-4/+4
2024-10-19Fix testsMichael Goulet-3/+3
2024-10-18Merge commit 'a109190d7060236e655fc75533373fa274ec5343' into clippy-subtree-u...Philipp Krones-11/+25
2024-10-05Handle `clippy` cases of `rustc::potential_query_instability` lintismailarilik-3/+3
2024-10-03Merge commit 'aa0d551351a9c15d8a95fdb3e2946b505893dda8' into clippy-subtree-u...Philipp Krones-16/+12
2024-09-24Merge commit '7901289135257ca0fbed3a5522526f95b0f5edba' into clippy-subtree-u...Philipp Krones-29/+29
2024-09-19[Clippy] Swap `manual_while_let_some` to use diagnostic items instead of pathsGnomedDev-7/+7
2024-08-24Merge commit '0f8eabd6231366bfc1bb1464601297c2d48f8f68' into clippyupJason Newcomb-2/+10
2024-08-08Merge commit 'cb806113e0f83a8f9b47d35b453b676543bcc40e' into clippy-subtree-u...Philipp Krones-25/+36
2024-07-25Merge commit '37f4fbb92913586b73a35772efd00eccd1cbbe13' into clippy-subtree-u...Philipp Krones-30/+23
2024-06-27Merge commit '68a799aea9b65e2444fbecfe32217ce7d5a3604f' into clippy-subtree-u...Philipp Krones-3/+3
2024-05-30Merge commit 'c9139bd546d9cd69df817faeab62c5f9b1a51337' into clippy-subtree-u...Philipp Krones-3/+3
2024-05-21Merge commit '2efebd2f0c03dabbe5c3ad7b4ebfbd99238d1fb2' into clippy-subtree-u...Philipp Krones-6/+59
2024-05-12Propagate errors rather than using return_if_errMichael Goulet-1/+1
2024-05-12Make LateCtxt be a type info delegate for EUV for clippyMichael Goulet-7/+3
2024-05-02Merge commit '20b085d500dfba5afe0869707bf357af3afe20be' into clippy-subtree-u...Philipp Krones-3/+4
2024-04-17Rename `BindingAnnotation` to `BindingMode`Jules Bertholet-6/+6
2024-04-04Merge commit '9725c4a162502a02c1c67fdca6b797fe09b2b73c' into clippy-subtree-u...Philipp Krones-19/+16
2024-03-23Rollup merge of #122780 - GuillaumeGomez:rename-hir-local, r=oli-obkMatthias Krüger-7/+7
2024-03-22Rename `hir::Node::Local` into `hir::Node::LetStmt`Guillaume Gomez-1/+1
2024-03-22Rename `hir::Local` into `hir::LetStmt`Guillaume Gomez-6/+6
2024-03-22And the tools tooMichael Goulet-3/+3