| Age | Commit message (Expand) | Author | Lines |
| 2025-08-29 | Auto merge of #145997 - matthiaskrgr:rollup-tsgylre, r=matthiaskrgr | bors | -83/+30 |
| 2025-08-29 | Auto merge of #145902 - Kobzol:dist-docs-build-compiler, r=jieyouxu | bors | -80/+127 |
| 2025-08-29 | Rollup merge of #145982 - Zalathar:logv, r=jieyouxu | Matthias Krüger | -83/+30 |
| 2025-08-29 | Don't print captures in `TestCx::normalize_platform_differences` | Zalathar | -7/+4 |
| 2025-08-29 | Move module `compute_diff` into `compiletest::runtest` | Zalathar | -5/+4 |
| 2025-08-29 | Change the `logv` function into a `TestCx` method. | Zalathar | -23/+19 |
| 2025-08-29 | Don't bother logging an arbitrary subset of the compiletest config | Zalathar | -48/+3 |
| 2025-08-29 | Rollup merge of #145947 - nnethercote:workspace-members-2, r=Kobzol | Stuart Cook | -21/+21 |
| 2025-08-28 | Rollup merge of #145920 - Zalathar:failure-stdout, r=jieyouxu | Guillaume Gomez | -1/+7 |
| 2025-08-28 | Rollup merge of #142472 - GuillaumeGomez:doc-attribute-attribute, r=fmease | Guillaume Gomez | -26/+126 |
| 2025-08-28 | Create new `Item::is_fake_item` method as equivalent to check for `is_primiti... | Guillaume Gomez | -2/+13 |
| 2025-08-28 | Add documentation for `doc(attribute = "...")` attribute | Guillaume Gomez | -1/+18 |
| 2025-08-28 | Add new `doc(attribute = "...")` attribute | Guillaume Gomez | -25/+97 |
| 2025-08-28 | Rollup merge of #145953 - robertbastian:master, r=Manishearth | Stuart Cook | -6/+6 |
| 2025-08-28 | Rollup merge of #145926 - Zalathar:no-libtest, r=jieyouxu | Stuart Cook | -90/+53 |
| 2025-08-28 | Add `rustc-demangle` to `[workspace.dependencies]`. | Nicholas Nethercote | -1/+1 |
| 2025-08-28 | Add `rustc-hash` to `[workspace.dependencies]`. | Nicholas Nethercote | -2/+2 |
| 2025-08-28 | Add `indexmap` to `[workspace.dependencies]`. | Nicholas Nethercote | -2/+2 |
| 2025-08-28 | Add `tempfile` to `[workspace.dependencies]`. | Nicholas Nethercote | -3/+3 |
| 2025-08-28 | Add `serde_json` to `[workspace.dependencies]`. | Nicholas Nethercote | -11/+11 |
| 2025-08-28 | Add `libc` to `[workspace.dependencies]`. | Nicholas Nethercote | -2/+2 |
| 2025-08-28 | Use default locale fallback data | Robert Bastian | -1/+1 |
| 2025-08-28 | Bump icu_list to 2.0 | Robert Bastian | -5/+5 |
| 2025-08-28 | Auto merge of #145891 - nikic:llvm-21.1.0, r=cuviper | bors | -0/+0 |
| 2025-08-27 | Auto merge of #145851 - lolbinarycat:rustdoc-optimize, r=GuillaumeGomez | bors | -17/+17 |
| 2025-08-27 | Auto merge of #145909 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2025-08-27 | Remove several remnants of the old libtest-based executor | Zalathar | -90/+53 |
| 2025-08-27 | Rollup merge of #145885 - madsmtm:lldb-inherit-tcc, r=Kobzol | Matthias Krüger | -0/+29 |
| 2025-08-27 | Rollup merge of #145740 - nnethercote:workspace-members, r=Kobzol | Matthias Krüger | -6/+6 |
| 2025-08-27 | Explicitly mark the end of a failed test's captured output | Zalathar | -1/+7 |
| 2025-08-27 | Use std uplifting more often | Jakub Beránek | -40/+20 |
| 2025-08-27 | Use `compiler_for_std` in `dist::Std` | Jakub Beránek | -59/+59 |
| 2025-08-27 | Add `compiler_for_std` | Jakub Beránek | -3/+13 |
| 2025-08-27 | Add metadata to `dist::JsonDocs` | Jakub Beránek | -1/+17 |
| 2025-08-27 | Add snapshot test for rustc docs | Jakub Beránek | -0/+41 |
| 2025-08-27 | Rollup merge of #145904 - Kobzol:riscv-musl-platform-support, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2025-08-27 | Rollup merge of #145335 - clarfonthey:wtf8-core-alloc, r=Mark-Simulacrum | Matthias Krüger | -0/+1 |
| 2025-08-27 | Add `itertools` to `[workspace.dependencies]`. | Nicholas Nethercote | -2/+2 |
| 2025-08-27 | Add `tracing` to `[workspace.dependencies]`. | Nicholas Nethercote | -4/+4 |
| 2025-08-26 | Update cargo submodule | Weihang Lo | -0/+0 |
| 2025-08-26 | Auto merge of #145906 - samueltardieu:rollup-p8ibzhz, r=samueltardieu | bors | -74/+103 |
| 2025-08-26 | Rollup merge of #145892 - jdonszelmann:codegen-fn-attrs-foreign-item, r=bjorn3 | Samuel Tardieu | -4/+3 |
| 2025-08-26 | Rollup merge of #145888 - heiher:fix-platform-support-loong32, r=jieyouxu | Samuel Tardieu | -2/+2 |
| 2025-08-26 | Rollup merge of #145887 - GuillaumeGomez:bootstrap-codegen-backends, r=Kobzol | Samuel Tardieu | -12/+10 |
| 2025-08-26 | Rollup merge of #145876 - Kobzol:dist-std-build, r=jieyouxu | Samuel Tardieu | -26/+79 |
| 2025-08-26 | Rollup merge of #145790 - mati865:gnullvm-improve-dist, r=Kobzol | Samuel Tardieu | -30/+4 |
| 2025-08-26 | Rollup merge of #144499 - Enselic:ci-debuginfo-level-tests, r=davidtwco | Samuel Tardieu | -0/+5 |
| 2025-08-26 | Move `riscv64-gc-unknown-linux-musl` from Tier 2 with Host tools to Tier 2 | Jakub Beránek | -1/+1 |
| 2025-08-26 | Enable building/disting standard library in stage 0 | Jakub Beránek | -26/+79 |
| 2025-08-26 | Auto merge of #145890 - GuillaumeGomez:subtree-update_cg_gcc_2025-08-26, r=Gu... | bors | -0/+0 |