| Age | Commit message (Expand) | Author | Lines |
| 2025-07-11 | update cargo_metadata to 0.21.0 | asahi-myzk | -5/+36 |
| 2025-07-10 | Rollup merge of #143744 - fmease:lta-expand-proper-depth, r=compiler-errors | Trevor Gross | -2/+24 |
| 2025-07-10 | Rollup merge of #143742 - estebank:borrow-suggestion, r=compiler-errors | Trevor Gross | -179/+316 |
| 2025-07-10 | Rollup merge of #143728 - LorrensP-2158466:refactor-resolve-extraction, r=pet... | Trevor Gross | -118/+143 |
| 2025-07-10 | Rollup merge of #143722 - oli-obk:sound-llvm, r=dianqk | Trevor Gross | -7/+9 |
| 2025-07-10 | Rollup merge of #143707 - Kobzol:bootstrap-std-check, r=jieyouxu | Trevor Gross | -7/+31 |
| 2025-07-10 | Rollup merge of #143642 - Kobzol:stdarch-push, r=Amanieu | Trevor Gross | -455/+243 |
| 2025-07-10 | Rollup merge of #140136 - dpaoliello:arm64winci, r=Kobzol | Trevor Gross | -5/+50 |
| 2025-07-11 | fix typos in function names in the `target_feature` test | Fluid | -3/+3 |
| 2025-07-11 | Split up the `unknown_or_malformed_diagnostic_attributes` lint | mejrs | -59/+157 |
| 2025-07-10 | `arithmetic_side_effects`: don't warn on `NonZeroU*.get() - 1` (#15238) | Alejandra González | -26/+43 |
| 2025-07-10 | Upgrade `iai-callgrind` to 0.15 | Trevor Gross | -3/+3 |
| 2025-07-11 | fix(arithmetic_side_effects): don't warn on `NonZeroU*.get() - 1` | Ada Alakbarova | -26/+43 |
| 2025-07-10 | Merge pull request #1857 from folkertdev/arm-dup | Sayantan Chakraborty | -67/+44 |
| 2025-07-10 | Upgrade dependencies to the latest version | Trevor Gross | -4/+4 |
| 2025-07-10 | or_fun_call: lint method calls inside map_or first arg (#15074) | llogiq | -36/+71 |
| 2025-07-10 | Fix few typos (#15218) | llogiq | -7/+7 |
| 2025-07-10 | Merge pull request #20228 from ChayimFriedman2/fix-use-display | Chayim Refael Friedman | -0/+1 |
| 2025-07-11 | Fix display of `use<>` syntax | Chayim Refael Friedman | -0/+1 |
| 2025-07-10 | Auto merge of #143746 - matthiaskrgr:rollup-yaojj7t, r=matthiaskrgr | bors | -767/+648 |
| 2025-07-10 | Cleanup feature_freeze workflow (#15231) | Alejandra González | -13/+23 |
| 2025-07-10 | Add target maintainer information for aarch64-unknown-linux-musl | Jens Reidel | -1/+51 |
| 2025-07-10 | refactor legacy_numeric_constants to use multipart suggestion | Samuel Tardieu | -13/+23 |
| 2025-07-10 | refactor legacy_numeric_constants to check calls instead of paths | Samuel Tardieu | -14/+10 |
| 2025-07-10 | cleanup legacy_numeric_constants | Dan Johnson | -2/+2 |
| 2025-07-10 | add extra legacy_numeric_constants test cases | Samuel Tardieu | -2/+40 |
| 2025-07-10 | fix `legacy_numeric_constants` suggestion when call is wrapped in parens | Dan Johnson | -17/+107 |
| 2025-07-10 | Add clippy_test_deps to workspace member of repo | Philipp Krones | -0/+1 |
| 2025-07-10 | Update Cargo.lock | Philipp Krones | -22/+58 |
| 2025-07-10 | Rollup merge of #143665 - obi1kenobi:pg/doc-hidden-tests, r=aDotInTheVoid | Matthias Krüger | -0/+36 |
| 2025-07-10 | Rollup merge of #143660 - cuviper:lib-doc-false, r=tgross35 | Matthias Krüger | -4/+6 |
| 2025-07-10 | Rollup merge of #143651 - Fulgen301:seh-exception-ptr, r=ChrisDenton | Matthias Krüger | -4/+14 |
| 2025-07-10 | Rollup merge of #143640 - oli-obk:const-fn-traits, r=compiler-errors | Matthias Krüger | -626/+146 |
| 2025-07-10 | Rollup merge of #143632 - dillona:ffi-param-names, r=jieyouxu | Matthias Krüger | -2/+2 |
| 2025-07-10 | Rollup merge of #143615 - Kobzol:doc-std, r=jieyouxu | Matthias Krüger | -68/+174 |
| 2025-07-10 | Rollup merge of #143599 - folkertdev:x86-asm-syntax-global-naked-asm, r=Amanieu | Matthias Krüger | -7/+90 |
| 2025-07-10 | Rollup merge of #143590 - GuillaumeGomez:reexport-shadowing, r=lolbinary | Matthias Krüger | -40/+125 |
| 2025-07-10 | Rollup merge of #143446 - usamoi:export-executable-symbols, r=bjorn3,oli-obk | Matthias Krüger | -16/+55 |
| 2025-07-10 | Merge commit 'cdbbf3afda0b1bf51568b368f629b1d828507f98' into clippy-subtree-u... | Philipp Krones | -476/+2760 |
| 2025-07-10 | Merge commit 'cdbbf3afda0b1bf51568b368f629b1d828507f98' into clippy-subtree-u... | Philipp Krones | -476/+2760 |
| 2025-07-10 | Cleanup feature_freeze | alexey semenyuk | -13/+23 |
| 2025-07-10 | Rustup (#15243) | Philipp Krones | -99/+162 |
| 2025-07-10 | Bump nightly version -> 2025-07-10 | Philipp Krones | -2/+2 |
| 2025-07-10 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -495/+2780 |
| 2025-07-10 | Properly track the depth when expanding free alias types | León Orell Valerian Liehr | -2/+24 |
| 2025-07-10 | Update test | Esteban Küber | -14/+70 |
| 2025-07-10 | Make `Diag::multipart_suggestions` always verbose | Esteban Küber | -110/+187 |
| 2025-07-10 | Rework borrowing suggestions to use `Expr` instead of just `Span` | Esteban Küber | -213/+217 |
| 2025-07-10 | Remove `min-specialization` feature from `WasmComponentLd` | Jakub Beránek | -1/+1 |
| 2025-07-10 | Auto merge of #143525 - Shourya742:2025-07-06-add-profiler, r=Kobzol | bors | -30/+227 |