| Age | Commit message (Expand) | Author | Lines |
| 2025-07-11 | build-helper: clippy fixes | Marijn Schouten | -26/+25 |
| 2025-07-11 | Call `get_switch_int_data` on a block with SwitchInt terminator | Tomasz Miąsko | -1/+1 |
| 2025-07-11 | tidy: use write_all | Marijn Schouten | -1/+1 |
| 2025-07-11 | tidy: use flatten instead of manual flatten | Marijn Schouten | -5/+3 |
| 2025-07-11 | tidy: move to edition 2024 | Marijn Schouten | -5/+6 |
| 2025-07-11 | tidy: simplify fluent file extension checking | Marijn Schouten | -3/+3 |
| 2025-07-11 | tidy: clippy fixes | Marijn Schouten | -95/+79 |
| 2025-07-11 | x: use let-else | Marijn Schouten | -5/+4 |
| 2025-07-11 | x: move to edition 2024 | Marijn Schouten | -1/+1 |
| 2025-07-11 | x: clippy fixes | Marijn Schouten | -8/+5 |
| 2025-07-11 | Rollup merge of #143718 - scottmcm:ub-transmute-is-ub, r=WaffleLapkin | Matthias Krüger | -27/+34 |
| 2025-07-11 | Rollup merge of #143708 - epage:pretty, r=compiler-errors | Matthias Krüger | -39/+157 |
| 2025-07-11 | Rollup merge of #143661 - Muscraft:other-suggestion-message, r=estebank | Matthias Krüger | -14/+301 |
| 2025-07-11 | Rollup merge of #143611 - GrigorenkoPV:ParseIntError, r=tgross35 | Matthias Krüger | -2/+5 |
| 2025-07-11 | Rollup merge of #143568 - Ayush1325:uefi-tcp4-timeout, r=tgross35 | Matthias Krüger | -25/+97 |
| 2025-07-11 | Rollup merge of #143303 - Kivooeo:tf28, r=tgross35 | Matthias Krüger | -197/+262 |
| 2025-07-11 | Rollup merge of #143302 - Kivooeo:tf27, r=tgross35 | Matthias Krüger | -173/+219 |
| 2025-07-11 | Rollup merge of #142391 - LevitatingBusinessMan:setsid, r=workingjubilee | Matthias Krüger | -0/+89 |
| 2025-07-11 | Auto merge of #142911 - mejrs:unsized, r=compiler-errors | bors | -94/+163 |
| 2025-07-11 | docs: clarify “dag” in std::sys_common doc comment | Colten | -1/+1 |
| 2025-07-11 | Merge pull request #20230 from asahi-myzk/update-cargo-metadata | Shoyu Vanilla (Flint) | -5/+36 |
| 2025-07-11 | Auto merge of #143762 - tgross35:rollup-n9t27c6, r=tgross35 | bors | -773/+816 |
| 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 | Upgrade `iai-callgrind` to 0.15 | Trevor Gross | -3/+3 |
| 2025-07-10 | Upgrade dependencies to the latest version | Trevor Gross | -4/+4 |
| 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 | Add target maintainer information for aarch64-unknown-linux-musl | Jens Reidel | -1/+51 |
| 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 |