| Age | Commit message (Expand) | Author | Lines |
| 2025-08-26 | Enable clippy::panic in const contexts | Yoh Deadfall | -17/+50 |
| 2025-08-26 | Fix sync conflict | Guillaume Gomez | -1/+1 |
| 2025-08-26 | Merge commit 'feb42827f11a7ae241ceecc81e9ae556fb6ba214' into subtree-update_c... | Guillaume Gomez | -61/+77 |
| 2025-08-26 | Update to LLVM 21.1.0 | Nikita Popov | -0/+0 |
| 2025-08-26 | bootstrap: Make `default_codegen_backend` return `&CodegenBackendKind` instea... | Guillaume Gomez | -12/+6 |
| 2025-08-26 | bootstrap: error early if any `codegen-backends` is set to `[]` | Guillaume Gomez | -0/+4 |
| 2025-08-26 | Auto merge of #145886 - GuillaumeGomez:rollup-9qv7jhv, r=GuillaumeGomez | bors | -445/+486 |
| 2025-08-26 | platform-support: Fix LoongArch32 host column | WANG Rui | -2/+2 |
| 2025-08-26 | Rollup merge of #145875 - Kobzol:bootstrap-caching, r=jieyouxu | Guillaume Gomez | -17/+30 |
| 2025-08-26 | Rollup merge of #145867 - Zalathar:range-attr, r=nikic | Guillaume Gomez | -11/+30 |
| 2025-08-26 | Rollup merge of #145863 - EliasHolzmann:formatting_options_20250825, r=m-ou-se | Guillaume Gomez | -11/+11 |
| 2025-08-26 | Rollup merge of #145861 - cuviper:vendor-clippy, r=Kobzol | Guillaume Gomez | -0/+1 |
| 2025-08-26 | Rollup merge of #145841 - Kobzol:fix-miri-run, r=jieyouxu | Guillaume Gomez | -17/+56 |
| 2025-08-26 | Rollup merge of #145615 - lorenzleutgeb:socket-doc, r=ChrisDenton | Guillaume Gomez | -1/+1 |
| 2025-08-26 | Rollup merge of #145596 - lumiscosity:optimize-png-files, r=davidtwco | Guillaume Gomez | -0/+0 |
| 2025-08-26 | Rollup merge of #145481 - mu001999-contrib:fix/closure-sugg, r=SparrowLii | Guillaume Gomez | -8/+62 |
| 2025-08-26 | Rollup merge of #145076 - ZhongyaoChen:feature/add-tier3-riscv64a23-target, r... | Guillaume Gomez | -1/+121 |
| 2025-08-26 | Rollup merge of #144551 - neuschaefer:a64be-musl, r=davidtwco | Guillaume Gomez | -0/+95 |
| 2025-08-26 | Rollup merge of #144373 - hkBst:remove-deprecated-1, r=jhpratt | Guillaume Gomez | -379/+79 |
| 2025-08-26 | Use captures(address) instead of captures(none) for indirect args | Nikita Popov | -35/+47 |
| 2025-08-26 | Bless clippy tests. | Mara Bos | -22/+38 |
| 2025-08-26 | Inherit TCC in debuginfo tests on macOS | Mads Marquart | -0/+29 |
| 2025-08-26 | Test `instrument-mcount` | Jamie Hill-Daniel | -0/+24 |
| 2025-08-26 | docs(cognitive_complexity): Correct lint group (#15563) | Alejandra González | -2/+2 |
| 2025-08-26 | Update tests. | Mara Bos | -105/+96 |
| 2025-08-26 | Remove 1-argument special case from format_args!(). | Mara Bos | -20/+0 |
| 2025-08-26 | Add test. | Mara Bos | -0/+6 |
| 2025-08-26 | docs(cognitive_complexity): Correct lint group | Daniel Szoke | -2/+2 |
| 2025-08-26 | Auto merge of #145874 - Kobzol:fix-dist-builds, r=jieyouxu | bors | -31/+112 |
| 2025-08-26 | Merge pull request #2555 from jieyouxu/rm-rotation | 许杰友 Jieyou Xu (Joe) | -1/+0 |
| 2025-08-26 | Remove myself from adhoc_group | Jieyou Xu | -1/+0 |
| 2025-08-26 | add a flag to codegen fn attrs for foreign items | Jana Dönszelmann | -1/+1 |
| 2025-08-26 | add a flag to codegen fn attrs for foreign items | Jana Dönszelmann | -14/+16 |
| 2025-08-26 | Auto merge of #145871 - Zalathar:rollup-lag9tlg, r=Zalathar | bors | -516/+1298 |
| 2025-08-26 | Cache LLVM config invocations | Jakub Beránek | -6/+21 |
| 2025-08-26 | Make bootstrap command caching opt-in | Jakub Beránek | -11/+9 |
| 2025-08-26 | Do not unnecessarily build stage2 host rustc in some dist builders | Jakub Beránek | -36/+34 |
| 2025-08-26 | Add snapshot test for cross-compiled dist without docs | Jakub Beránek | -5/+88 |
| 2025-08-26 | remove deprecated Error::description in impls | Marijn Schouten | -379/+79 |
| 2025-08-26 | stabilization_guide: fix macro name and syntax in gating example | Ali Nazzal | -1/+1 |
| 2025-08-26 | Always build miri for the host in `x run miri` | Jakub Beránek | -17/+56 |
| 2025-08-26 | Merge pull request #20399 from rust-lang/veykril/push-klrwvmzokqwu | Shoyu Vanilla (Flint) | -2/+2 |
| 2025-08-26 | Merge pull request #20534 from A4-Tacks/tog-macro-delim-semicolon | Shoyu Vanilla (Flint) | -3/+33 |
| 2025-08-26 | Merge pull request #20509 from A4-Tacks/fix-move-guard-to-arm-indent | Shoyu Vanilla (Flint) | -13/+57 |
| 2025-08-26 | Merge pull request #20520 from ChayimFriedman2/reborrow | Shoyu Vanilla (Flint) | -5/+88 |
| 2025-08-26 | Merge pull request #20537 from ChayimFriedman2/new-solver-normalize | Shoyu Vanilla (Flint) | -6/+45 |
| 2025-08-26 | Rollup merge of #145858 - alexcrichton:update-wasm-component-ld, r=lqd | Stuart Cook | -43/+31 |
| 2025-08-26 | Rollup merge of #145856 - rustbot:docs-update, r=ehuss | Stuart Cook | -0/+0 |
| 2025-08-26 | Rollup merge of #145847 - madsmtm:no-xcrun-warnings, r=jieyouxu | Stuart Cook | -1/+1 |
| 2025-08-26 | Auto merge of #145848 - Kobzol:optimize-file-read, r=the8472 | bors | -2/+8 |