- 99edcad Rustup (#16299) by Philipp Krones · 18 hours ago master
- 28d62f0 Don't take rustc-literal-escaper from sysroot by Philipp Krones · 21 hours ago
- b460a1d Bump nightly version -> 2025-12-25 by Philipp Krones · 21 hours ago
- 7f4b539 Merge remote-tracking branch 'upstream/master' into rustup by Philipp Krones · 25 hours ago
- d61e73a Upgrade Node.js setup action and version (#16039) by Philipp Krones · 25 hours ago
- b42bfda Use actions/checkout@v6 consistently (#16263) by Philipp Krones · 25 hours ago
- 03dd624 Fix `assertions_on_constants` FP when there is non-constant value in the condition expr (#16297) by llogiq · 2 days ago
- 851a98e Fix `assertions_on_constants` false positive when there is non-constant value in the condition expr by irelaxcn · 2 days ago
- 31ea246 Preserve explicit lifetime information when removing `mut` (#16273) by Jason Newcomb · 2 days ago
- 00df684 Fix `result_large_err` FN on closures (#16277) by Jason Newcomb · 2 days ago
- da2b154 Fix `obfuscated_if_else` wrongly unmangled macros (#16289) by Jason Newcomb · 2 days ago
- 7a3097f Fix tools by Boxy Uwu · 5 weeks ago
- 615ac5d Don't emit `collapsible_else_if` lint when all arms contain only `if {} else {}` expressions (#16286) by dswij · 3 days ago
- 12610b2 fix: `obfuscated_if_else` wrongly unmangled macros by Linshu Yang · 3 days ago
- 646f583 fix: remove else-if collapse suggestion when all branches contain only an `if {..} else {..}` expression by Ryan Ward · 4 days ago
- b193e4f Fix `use_self` FP on type in const generics (#16172) by Samuel Tardieu · 4 days ago
- 8845b97 Auto merge of #148766 - cjgillot:mir-const-runtime-checks, r=RalfJung,saethlin by bors · 4 days ago
- 26a5677 Fix `cmp_null` missing parens in the example (#16282) by Jason Newcomb · 5 days ago
- 3cf9fa5 fix: `result_large_err` FN on closures by Linshu Yang · 6 days ago
- a4e8d41 fix: `cmp_null` wrongly unmangled macros by Linshu Yang · 5 days ago
- 8599818 `cmp_null`: add missing parens and mention of `ptr::null_mut` in its docs by Linshu Yang · 5 days ago
- dcb19a0 Use "parameter" instead of "argument" in the lint message by Samuel Tardieu · 5 days ago
- fabe332 Rollup merge of #149882 - RalfJung:miri-dep-build, r=Mark-Simulacrum by Matthias Krüger · 5 days ago
- b946ba1 Fix `if_then_some_else_none` suggests wrongly when then ends with comment (#16278) by dswij · 5 days ago
- 7ba8b14 fix: `if_then_some_else_none` suggests wrongly when then ends with comment by Linshu Yang · 6 days ago
- 4181ff5 Do not attempt to use `nth` with non-usize argument (#16272) by llogiq · 6 days ago
- c97d202 Preserve explicit lifetime information when removing `mut` by Samuel Tardieu · 6 days ago
- 354adbc Do not attempt to use `nth` with non-usize argument by Samuel Tardieu · 6 days ago
- a55845c Fix `println_empty_string` suggestion caused error (#16201) by Samuel Tardieu · 7 days ago
- 675fd68 Fix `println_empty_string` suggestion caused error when there is a `,` after arg. by irelaxcn · 8 days ago
- e28dabc Fix an incorrect error message regarding the size of `usize` and `isize` in `cast_precision_loss`. (#14966) by Samuel Tardieu · 7 days ago
- a287c66 Fix an incorrect error message regarding the size of `isize` and `usize` by Nelli Skogman · 3 months ago
- 1c59941 Set myself on vacation (#16266) by Samuel Tardieu · 7 days ago
- a45b2ba Set myself on vacation by Samuel Tardieu · 7 days ago
- 533cbc5 Reenable some tests on "apple" targets (#16264) by llogiq · 7 days ago
- 76457e6 Reenable some tests on "apple" targets by Samuel Tardieu · 7 days ago
- 7d88ed1 Use actions/checkout@v6 consistently by Samuel Tardieu · 7 days ago
- 34fab5c Allow multiline suggestions in `map-unwrap-or` (#16114) by llogiq · 8 days ago
- f245d85 `transmuting_null`: Check const integer casts (#16227) by dswij · 8 days ago
- 741b684 New lint - `same_length_and_capacity` (#15656) by llogiq · 8 days ago
- 6110c80 Fix `needless_type_cast` suggesting invalid code for non-literal initializers (#16248) by llogiq · 8 days ago
- cc2c59e `search_is_some`: move to nursery by Maja Kądziołka · 6 weeks ago
- 0f17de7 skip `needless_type_cast` for single-use non-coercible casts by Samuel Onoja · 9 days ago
- 37330eb New internal lint: `repeated_is_diagnostic_item` (#15937) by Samuel Tardieu · 9 days ago
- 2965928 feat(repeated_is_diagnostic_item): new internal lint by Ada Alakbarova · 9 days ago
- 3e55ab1 dogfood the lint by Ada Alakbarova · 10 weeks ago
- 020c7cf Fix `empty_enum_variants_with_brackets` misses removing brackets in patterns (#16160) by Samuel Tardieu · 10 days ago
- 498d4bf Move `collapsible_else_if` to `pedantic` (#16211) by Jason Newcomb · 10 days ago
- 9642358 Make `empty_enum_variants_with_brackets` to support empty variant with braces by Linshu Yang · 4 weeks ago
- f629fce Rollup merge of #150032 - Kivooeo:annotate-snippets-stable, r=Muscraft by Jonathan Brouwer · 10 days ago
- 9dec5bb remove fixme & update stderr files by Kivooeo · 10 days ago
- 40ad1a6 Move `needless_type_cast` lint to nursery (#16246) by llogiq · 10 days ago
- c614b57 Do not look for disallowed methods inside desugared code (#16186) by Catherine Flores · 11 days ago
- cf267e5 fix: `use_self` FP on type in const generics by Linshu Yang · 4 weeks ago
- acc5024 Parent of struct constructor is the struct itself (#16245) by Jason Newcomb · 11 days ago
- 344ddcf Move `needless_type_cast` lint to nursery by Samuel Tardieu · 11 days ago
- ebfe969 Parent of struct constructor is the struct itself by Samuel Tardieu · 11 days ago
- d93e1eb Fix `branches-sharing-code` suggests wrongly on `const` and `static` (#15522) by Alejandra González · 11 days ago
- 4d4789c Count unsafe operations and macro calls once towards the innermost unsafe block (#16117) by Jason Newcomb · 11 days ago
- 099062d Fix `set-contains-or-insert` FP when set is mutated before `insert` (#16009) by Samuel Tardieu · 11 days ago
- 95d5990 Fix `map_entry` suggests wrongly for insert with cfg-ed out code (#15800) by Samuel Tardieu · 11 days ago
- 924f153 Fix `match_like_matches_macro` wrongly unmangled macros (#16018) by Samuel Tardieu · 11 days ago
- 893677f feat(format_push_string): give a (possibly incomplete) suggestion (#16093) by Samuel Tardieu · 11 days ago
- d36794f Add iterator reduction coverage to never_loop (#16222) by Jason Newcomb · 11 days ago
- c59da4f loops: reuse iterator checks for unused_enumerate_index by Cuong Le · 11 days ago
- f57b09d Introduce Operand::RuntimeChecks. by Camille Gillot · 6 weeks ago
- 8e967a5 Replace Rvalue::NullaryOp by a variant in mir::ConstValue. by Camille Gillot · 7 weeks ago
- 6a98e2c Auto merge of #146348 - jdonszelmann:eiiv3, r=lcnr,oli-obk by bors · 13 days ago
- 80fce9b Fix `if_not_else` wrong unmangled macros (#15931) by dswij · 13 days ago
- 9dca2a8 Refactor loops MethodCall handling into single match by Cuong Le · 13 days ago
- 9a089b6 Fix `unchecked_time_subtraction` FN on `Ops::sub` method call (#16233) by Jason Newcomb · 13 days ago
- e0a74c3 fix: `manual_instant_elapsed` wrongly unmangled macros by Linshu Yang · 13 days ago
- e95cedd fix: `unchecked_time_subtraction` wrongly unmangled macros by Linshu Yang · 13 days ago
- 075548e fix: `unchecked_time_subtraction` FN on `Ops::sub` method call by Linshu Yang · 13 days ago
- f206ef8 Fix clippy::ref_as_ptr for non-temporary references in let/const (#16214) by Jason Newcomb · 13 days ago
- aefb01b Fix clippy::ref_as_ptr for non-temporary references in let/const by abd002 · 2 weeks ago
- 51580d3 Refine never_loop iterator reduction check by Cuong Le · 13 days ago
- a0d1a66 Auto merge of #149709 - Urgau:overhaul-filenames, r=davidtwco by bors · 13 days ago
- d06ae84 feat(unnecessary_fold): lint on `fold`s with `Add::add`/`Mul::mul` (#16124) by Jason Newcomb · 14 days ago
- 89aeed1 Fix `if_then_some_else_none` FP when encountering `await` codes (#16178) by Jason Newcomb · 2 weeks ago
- 8f9a93d `transmuting_null`: Check const integer casts by Coca · 2 weeks ago
- 0f0b2a7 Rollup merge of #149884 - flip1995:clippy-subtree-update, r=matthiaskrgr by Matthias Krüger · 2 weeks ago
- 8b69673 EII ast changes by Jana Dönszelmann · 5 months ago
- b30c7c2 Adapt Clippy to the overhaul filename handling by Urgau · 3 weeks ago
- fefd58b Clean up unused try_reduce entry in sym by Cuong Le · 2 weeks ago
- 89a848c Fix fmt and dogfood lints for never_loop iterator reduction by Cuong Le · 2 weeks ago
- 36201bd Add iterator reduction coverage to never_loop by Cuong Le · 2 weeks ago
- ce3c177 Auto merge of #149645 - GuillaumeGomez:doc-attr-based, r=jdonszelmann,jonathanbrouwer by bors · 2 weeks ago
- 19f0c81 Merge commit '9e3e9649cbae7ed33ba62ca436f43081eaaedeb5' into clippy-subtree-update by Philipp Krones · 2 weeks ago
- 9e3e964 Rustup (#16217) by Philipp Krones · 2 weeks ago
- 13d9d65 miri: add -Zbinary-dep-depinfo to dependency builds by Ralf Jung · 2 weeks ago
- 1ff4682 Bump Clippy version -> 0.1.94 by Philipp Krones · 2 weeks ago
- 42c8b68 Bump nightly version -> 2025-12-11 by Philipp Krones · 2 weeks ago
- de365c0 Merge remote-tracking branch 'upstream/master' into rustup by Philipp Krones · 2 weeks ago
- 34551be feat(format_push_string): add a suggestion by Ada Alakbarova · 3 months ago
- 2a224f3 clean-up by Ada Alakbarova · 3 months ago
- 254e0cb feat(unnecessary_fold): lint on `fold`s with `Add::add`/`Mul::mul` by Ada Alakbarova · 5 weeks ago
- 4ce7628 clean-up by Ada Alakbarova · 4 weeks ago
- dc0bf26 fix: `match_like_matches_macro` wrongly unmangled macros by Linshu Yang · 8 weeks ago
- d196db7 Rollup merge of #149489 - scottmcm:try-bikeshed, r=nnethercote by Matthias Krüger · 2 weeks ago