| Age | Commit message (Expand) | Author | Lines |
| 2025-09-03 | rustdoc-search: yet another stringdex optimization attempt | Michael Howell | -162/+645 |
| 2025-08-26 | Auto merge of #145874 - Kobzol:fix-dist-builds, r=jieyouxu | bors | -31/+112 |
| 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 | Rollup merge of #145858 - alexcrichton:update-wasm-component-ld, r=lqd | Stuart Cook | -2/+1 |
| 2025-08-26 | Rollup merge of #145856 - rustbot:docs-update, r=ehuss | Stuart Cook | -0/+0 |
| 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 #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 | -169/+381 |
| 2025-08-25 | Refactor *.optimized-compiler-builtins bootstrap options | Paul Murphy | -34/+66 |
| 2025-08-25 | Allow linking a prebuilt optimized compiler-rt builtins library | Paul Murphy | -24/+43 |
| 2025-08-25 | Update wasm-component-ld dependency | Alex Crichton | -2/+1 |
| 2025-08-25 | Update books | rustbot | -0/+0 |
| 2025-08-25 | Auto merge of #145472 - Kobzol:bootstrap-dist, r=jieyouxu | bors | -273/+607 |
| 2025-08-25 | Wait for DPkg frontend lock when trying to remove packages | Jieyou Xu | -3/+6 |
| 2025-08-25 | Override `GITHUB_ACTIONS=0` for tidy tests | Jakub Beránek | -1/+4 |
| 2025-08-25 | Do not forward CI configure arguments to `distcheck` builds | Jakub Beránek | -1/+8 |
| 2025-08-25 | Handle tarballs in `x test tidy` | Jakub Beránek | -0/+6 |
| 2025-08-25 | Make `x test distcheck` more self-contained | Jakub Beránek | -24/+36 |
| 2025-08-25 | Rollup merge of #145842 - tshepang:rdg-sync, r=jieyouxu | Stuart Cook | -104/+167 |
| 2025-08-25 | Rollup merge of #145794 - he32:bootstrap-netbsd-fix, r=Kobzol | Stuart Cook | -1/+13 |
| 2025-08-25 | Merge ref 'a1dbb443527b' from rust-lang/rust | The rustc-josh-sync Cronjob Bot | -7145/+13342 |
| 2025-08-25 | Prepare for merging from rust-lang/rust | The rustc-josh-sync Cronjob Bot | -1/+1 |
| 2025-08-24 | Auto merge of #137229 - GuillaumeGomez:expand-macro, r=lolbinarycat | bors | -92/+561 |
| 2025-08-24 | compiletest: if a compiler fails outside a ui test, show its output | binarycat | -2/+3 |
| 2025-08-24 | Auto merge of #145812 - karolzwolak:attrs-in-fields-and-variants-section, r=G... | bors | -4/+22 |
| 2025-08-24 | Merge pull request #2550 from WaffleLapkin/try-bors | waffle | -37/+28 |
| 2025-08-24 | Auto merge of #145384 - ywxt:parallel-tests, r=jieyouxu | bors | -1/+17 |
| 2025-08-24 | rustdoc: render attributes in Field and Variants sections | Karol Zwolak | -4/+22 |
| 2025-08-24 | bootstrap.py: follow up more 'tidy' insistence (string quotes). | Havard Eidnes | -2/+2 |
| 2025-08-24 | Fix some minor issues in comments | houpo-bob | -6/+6 |
| 2025-08-23 | Rollup merge of #145798 - compiler-errors:unnamed-lt-primary, r=lqd | Jacob Pratt | -2/+2 |
| 2025-08-23 | Rollup merge of #145554 - tshepang:rdg-sync, r=BoxyUwU | Jacob Pratt | -18/+16 |
| 2025-08-23 | Rollup merge of #144531 - Urgau:int_to_ptr_transmutes, r=jackh726 | Jacob Pratt | -67/+44 |
| 2025-08-24 | Merge pull request #2548 from joshtriplett/macro-parser | 许杰友 Jieyou Xu (Joe) | -35/+21 |
| 2025-08-23 | Use unnamed lifetime spans as primary spans for MISMATCHED_LIFETIME_SYNTAXES | Michael Goulet | -2/+2 |
| 2025-08-24 | Adjust clippy lints for rustc `integer_to_ptr_transmutes` lint | Urgau | -67/+32 |
| 2025-08-24 | Allow `integer_to_ptr_transmutes` in tests | Urgau | -0/+12 |
| 2025-08-23 | bootstrap.py: follow up tidy output from CI. | Havard Eidnes | -2/+3 |
| 2025-08-23 | Rollup merge of #145787 - samueltardieu:push-vovspkkxsxtn, r=Kobzol | Samuel Tardieu | -3/+3 |
| 2025-08-23 | Rollup merge of #145782 - karolzwolak:rustdoc-consistent-attributes-rendering... | Samuel Tardieu | -70/+68 |
| 2025-08-23 | Rollup merge of #145781 - Kobzol:clippy-remove-profile, r=lqd | Samuel Tardieu | -7/+0 |
| 2025-08-23 | Rollup merge of #145774 - Shourya742:2025-08-23-remove-default-opts-method, r... | Samuel Tardieu | -53/+0 |
| 2025-08-23 | Rollup merge of #145744 - RalfJung:miri-inplace-aliasing, r=compiler-errors | Samuel Tardieu | -0/+95 |
| 2025-08-23 | Rollup merge of #145729 - nnethercote:dup-packages, r=calebcartwright | Samuel Tardieu | -3/+3 |
| 2025-08-23 | Rollup merge of #145540 - nia-e:prov-map-range, r=RalfJung | Samuel Tardieu | -8/+3 |
| 2025-08-23 | Rollup merge of #143898 - ognevny:opt-dist-rustc-rebuild, r=Kobzol | Samuel Tardieu | -2/+14 |