| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-08-26 | Rollup merge of #145845 - Kobzol:fix-distcheck, r=jieyouxu | Stuart Cook | -25/+53 |
| 2025-08-26 | Rollup merge of #145821 - lolbinarycat:compiletest-error-show, r=clubby789 | Stuart Cook | -2/+3 |
| 2025-08-26 | Rollup merge of #145815 - jieyouxu:pr-check-timeout, r=marcoieni | Stuart Cook | -3/+6 |
| 2025-08-26 | Rollup merge of #145814 - bjorn3:codegen_worker_fatal_error, r=petrochenkov | Stuart Cook | -151/+133 |
| 2025-08-26 | Rollup merge of #145811 - houpo-bob:master, r=samueltardieu | Stuart Cook | -6/+6 |
| 2025-08-26 | Rollup merge of #145766 - epage:rustfmt, r=calebcartwright | Stuart Cook | -0/+74 |
| 2025-08-26 | Rollup merge of #145535 - lolbinarycat:rustdoc-invalid_html_tags-svg-145529, ... | Stuart Cook | -181/+534 |
| 2025-08-26 | Rollup merge of #144885 - zachs18:ptr_guaranteed_cmp_more, r=RalfJung | Stuart Cook | -45/+295 |
| 2025-08-26 | Rollup merge of #143689 - pmur:murp/external-rt-optimized-compiler-builtins, ... | Stuart Cook | -59/+162 |
| 2025-08-26 | rustc_codegen_ssa: More comprehensive RISC-V ELF flags | Tsukasa OI | -2/+10 |
| 2025-08-26 | rustc_codegen_ssa: Fix comment | Tsukasa OI | -1/+1 |
| 2025-08-26 | using full path in suggestion of | Boot0x7c00 | -9/+10 |
| 2025-08-26 | Assert that LLVM range-attribute values don't exceed 128 bits | Zalathar | -11/+30 |
| 2025-08-25 | add tests, some with incorrect lifetime extension behavior | dianne | -0/+157 |
| 2025-08-26 | formatting_options: Make all methods `const` | Elias Holzmann | -11/+11 |
| 2025-08-25 | ptr_cast_constness: avoid suggesting unresolvable method call | Michael Howell | -3/+30 |
| 2025-08-25 | `unused_unit`: don't lint on closure return types (#15549) | Samuel Tardieu | -29/+83 |
| 2025-08-25 | Auto merge of #145711 - lcnr:non-defining-uses-hir-typeck, r=BoxyUwU | bors | -397/+584 |
| 2025-08-25 | bootstrap: vendor `clippy_test_deps` too | Josh Stone | -0/+1 |
| 2025-08-26 | `doc_markdown`: add InfiniBand and RoCE to whitelist | yanglsh | -23/+26 |
| 2025-08-25 | Merge pull request #753 from rust-lang/sync_from_rust_2025_08_25 | antoyo | -11/+6 |
| 2025-08-25 | Only consider auto traits empty for the purposes of omitting vptrs from subtr... | Zachary S | -1/+167 |
| 2025-08-25 | Refactor *.optimized-compiler-builtins bootstrap options | Paul Murphy | -36/+71 |
| 2025-08-25 | Allow linking a prebuilt optimized compiler-rt builtins library | Paul Murphy | -37/+105 |
| 2025-08-25 | Update wasm-component-ld dependency | Alex Crichton | -43/+31 |
| 2025-08-25 | Use attribute name in message for "outer attr used as inner attr" errors | Sasha Pourcelot | -213/+691 |
| 2025-08-25 | Add aarch64_be-unknown-linux-musl target | J. Neuschäfer | -0/+95 |
| 2025-08-25 | Merge pull request #20423 from ShoyuVanilla/import-2024 | Chayim Refael Friedman | -50/+219 |
| 2025-08-25 | Merge pull request #20528 from ShoyuVanilla/nightly-zscript | Chayim Refael Friedman | -0/+1 |
| 2025-08-25 | Remove expect collapsible_span_lint_calls from span_lint_and_then | Alexey Semenyuk | -7/+4 |
| 2025-08-25 | Do not open every source file twice when reading it | Jakub Beránek | -2/+8 |
| 2025-08-25 | Set default codegen backend to gcc | Antoni Boucher | -1/+1 |
| 2025-08-25 | Don't map Chalk's `Normalize` to next solver's `NormalizesTo` | Chayim Refael Friedman | -6/+16 |
| 2025-08-25 | Fix `async_yields_async` wrongly unmangled macros (#15553) | Samuel Tardieu | -29/+176 |
| 2025-08-25 | Normalize all types when finishing inference | Chayim Refael Friedman | -0/+29 |
| 2025-08-25 | Update books | rustbot | -0/+0 |
| 2025-08-26 | fix: `async_yields_async` wrongly unmangled macros | yanglsh | -29/+176 |
| 2025-08-25 | Update to nightly-2025-08-25 | Antoni Boucher | -1/+1 |
| 2025-08-25 | Merge branch 'master' into sync_from_rust_2025_08_25 | Antoni Boucher | -96/+100 |
| 2025-08-25 | Auto merge of #145472 - Kobzol:bootstrap-dist, r=jieyouxu | bors | -273/+607 |
| 2025-08-25 | use size_hint in attrs_to_doc_fragments | binarycat | -2/+7 |