| Age | Commit message (Expand) | Author | Lines |
| 2025-07-26 | Rollup merge of #143859 - orlp:thread-into-raw-align, r=jhpratt | Trevor Gross | -1/+7 |
| 2025-07-26 | Rollup merge of #143698 - benschulz:unused-parens-2, r=lcnr,compiler-errors | Trevor Gross | -1/+52 |
| 2025-07-26 | Rollup merge of #143585 - folkertdev:loop-match-suggest-const-block, r=oli-obk | Trevor Gross | -4/+297 |
| 2025-07-26 | Rollup merge of #143272 - tgross35:bump-fortanix, r=jhpratt,jethrogb | Trevor Gross | -5/+4 |
| 2025-07-26 | Rollup merge of #141663 - lolbinarycat:rustdoc-collapse-impl-134429, r=Guilla... | Trevor Gross | -6/+22 |
| 2025-07-26 | Rollup merge of #140871 - Amanieu:naked-asm-label, r=compiler-errors | Trevor Gross | -31/+47 |
| 2025-07-26 | Auto merge of #139597 - Kobzol:lint-skip, r=BoxyUwU | bors | -4/+13 |
| 2025-07-26 | Don't lint against named labels in `naked_asm!` | Amanieu d'Antras | -31/+47 |
| 2025-07-25 | Auto merge of #144338 - weihanglo:update-cargo, r=weihanglo | bors | -0/+1 |
| 2025-07-26 | `loop_match`: suggest extracting to a `const` item | Folkert de Vries | -4/+297 |
| 2025-07-25 | Update cargo | Weihang Lo | -0/+1 |
| 2025-07-25 | Auto merge of #144449 - flip1995:clippy-subtree-update, r=Manishearth | bors | -1125/+3791 |
| 2025-07-25 | Allow approx-constant in `x clippy library` | Philipp Krones | -0/+1 |
| 2025-07-25 | Merge commit '1db89a1b1ca87f24bf22d0bad21d14b2d81b3e99' into clippy-subtree-u... | Philipp Krones | -1125/+3790 |
| 2025-07-25 | Rustup (#15341) | Philipp Krones | -457/+972 |
| 2025-07-25 | Fix if_same_then_else with if let conditions | Philipp Krones | -13/+3 |
| 2025-07-25 | Bump nightly version -> 2025-07-25 | Philipp Krones | -2/+2 |
| 2025-07-25 | Update .gitignore | Philipp Krones | -0/+2 |
| 2025-07-25 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -1130/+3805 |
| 2025-07-25 | Auto merge of #144440 - matthiaskrgr:rollup-peb88gb, r=matthiaskrgr | bors | -261/+511 |
| 2025-07-25 | Rollup merge of #144392 - makai410:rm-mov, r=scottmcm | Matthias Krüger | -14/+8 |
| 2025-07-25 | Rollup merge of #144390 - oli-obk:arbitrary-enum-discrs, r=SparrowLii | Matthias Krüger | -48/+65 |
| 2025-07-25 | Rollup merge of #144368 - petrochenkov:rmrootscope, r=b-naber | Matthias Krüger | -57/+39 |
| 2025-07-25 | Rollup merge of #144340 - Oneirical:uncertain-illusion, r=jieyouxu | Matthias Krüger | -4/+4 |
| 2025-07-25 | Rollup merge of #144314 - kornelski:pivot-safely, r=jhpratt | Matthias Krüger | -10/+10 |
| 2025-07-25 | Rollup merge of #144209 - scottmcm:assume_less, r=lcnr,dianqk | Matthias Krüger | -12/+150 |
| 2025-07-25 | Rollup merge of #144200 - estebank:dont-point-at-closure, r=lcnr | Matthias Krüger | -99/+148 |
| 2025-07-25 | Rollup merge of #143979 - dpaoliello:arm64ectest, r=petrochenkov | Matthias Krüger | -2/+6 |
| 2025-07-25 | Rollup merge of #143970 - SunkenPotato:update_mem_copy_docs, r=scottmcm | Matthias Krüger | -1/+1 |
| 2025-07-25 | Rollup merge of #143424 - hkBst:auto-deref, r=jhpratt | Matthias Krüger | -7/+7 |
| 2025-07-25 | Rollup merge of #143401 - Enselic:no-stack-backtrace-print-in-display, r=davi... | Matthias Krüger | -6/+2 |
| 2025-07-25 | Rollup merge of #142569 - xizheyin:139253, r=davidtwco | Matthias Krüger | -1/+71 |
| 2025-07-25 | Remove "Known problems" section for `clippy::redundant_closure` (#15331) | dswij | -6/+0 |
| 2025-07-24 | Fix `if_then_some_else_none` FP when require type coercion (#15267) | Alejandra González | -3/+251 |
| 2025-07-24 | Rename tests/ui/SUMMARY.md and update rustc dev guide on error-pattern | Oneirical | -4/+4 |
| 2025-07-24 | Auto merge of #144389 - scottmcm:no-more-mir-cast-assume, r=davidtwco | bors | -151/+38 |
| 2025-07-24 | Replace unwrap_or with explicit match | Ben Schulz | -3/+6 |
| 2025-07-24 | Add test case for single bound | Ben Schulz | -1/+35 |
| 2025-07-24 | Fix unused_parens false positive | Ben Schulz | -1/+15 |
| 2025-07-24 | MIR-build: No longer emit assumes in enum-as casting | Scott McMurray | -151/+38 |
| 2025-07-24 | Auto merge of #144398 - fmease:rollup-z6vq7mi, r=fmease | bors | -1578/+1839 |
| 2025-07-24 | Rollup merge of #144358 - JonathanBrouwer:fix-stability-malformed, r=oli-obk | León Orell Valerian Liehr | -14/+47 |
| 2025-07-24 | Rollup merge of #144335 - fmease:no-angle-no-colon, r=SparrowLii | León Orell Valerian Liehr | -5/+36 |
| 2025-07-24 | Rollup merge of #144334 - lolbinarycat:rustdoc-span_of_fragments-revert, r=Gu... | León Orell Valerian Liehr | -13/+4 |
| 2025-07-24 | Rollup merge of #144320 - lolbinarycat:rustdoc-search_index-BTreeMap-str, r=G... | León Orell Valerian Liehr | -3/+16 |
| 2025-07-24 | Rollup merge of #144317 - lolbinarycat:tidy-obey-build.npm, r=Kobzol | León Orell Valerian Liehr | -4/+14 |
| 2025-07-24 | Rollup merge of #144278 - Qelxiros:rev-into-inner, r=tgross35 | León Orell Valerian Liehr | -0/+19 |
| 2025-07-24 | Rollup merge of #144276 - cjgillot:no-hir-privacy, r=petrochenkov | León Orell Valerian Liehr | -124/+92 |
| 2025-07-24 | Rollup merge of #144247 - RalfJung:ldexp, r=tgross35 | León Orell Valerian Liehr | -32/+38 |
| 2025-07-24 | Rollup merge of #144240 - yuk1ty:false-sealed-traits-note-reported-in-another... | León Orell Valerian Liehr | -5/+32 |