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