| Age | Commit message (Expand) | Author | Lines |
| 2025-08-19 | Rollup merge of #144476 - notriddle:notriddle/stringdex, r=lolbinarycat,Guill... | Stuart Cook | -1/+1 |
| 2025-08-18 | rustdoc: add rustdoc top bar web component | Michael Howell | -1/+1 |
| 2025-08-15 | Enhance UI test output handling for runtime errors | AMS21 | -3/+15 |
| 2025-08-13 | Fix parallel rustc not being reproducible due to unstable sorting of items. | ywxt | -0/+4 |
| 2025-08-10 | Rollup merge of #143093 - lqd:polonius-pre-alpha, r=jackh726 | Stuart Cook | -1/+1 |
| 2025-08-08 | switch polonius compare-mode to polonius=next | Rémy Rakic | -1/+1 |
| 2025-08-08 | Add target_env = "macabi" and target_env = "sim" | Mads Marquart | -5/+2 |
| 2025-08-07 | Auto merge of #145014 - bjorn3:revert_preserve_debug_gdb_scripts, r=lqd | bors | -1/+0 |
| 2025-08-06 | Add normalization for thread IDs in panic messages | Trevor Gross | -0/+5 |
| 2025-08-06 | Revert "Embed GDB pretty printers in rlibs and dylibs" | bjorn3 | -1/+0 |
| 2025-08-06 | Auto merge of #145003 - Kobzol:rollup-kgb216b, r=Kobzol | bors | -1/+1 |
| 2025-08-06 | Embed GDB pretty printers in rlibs and dylibs | Sebastian Poeplau | -0/+1 |
| 2025-08-04 | compiletest: add hint for when a ui test produces no errors | binarycat | -1/+1 |
| 2025-08-04 | Rollup merge of #144848 - Zalathar:ui-fulldeps, r=clubby789 | Stuart Cook | -10/+32 |
| 2025-08-03 | Rollup merge of #144805 - Zalathar:proc-res, r=jieyouxu | Samuel Tardieu | -45/+56 |
| 2025-08-03 | Rollup merge of #144738 - bjorn3:remove_omit_gdb_pretty_printer_section, r=ji... | Samuel Tardieu | -1/+14 |
| 2025-08-03 | For "stage 1" ui-fulldeps, use the stage 1 compiler to query target info | Zalathar | -10/+32 |
| 2025-08-03 | Change `TestCx::error` to `error_prefix`, which returns a string | Zalathar | -14/+22 |
| 2025-08-03 | Consolidate all `ProcRes` unwinds into one code path | Zalathar | -27/+29 |
| 2025-08-03 | Change `ProcRes::print_info` to `format_info` | Zalathar | -5/+6 |
| 2025-08-02 | Rollup merge of #144782 - jieyouxu:compiletest-selftests, r=Kobzol | Samuel Tardieu | -16/+2 |
| 2025-08-01 | Remove the omit_gdb_pretty_printer_section attribute | bjorn3 | -1/+14 |
| 2025-08-01 | compiletest: Improve diagnostics for line annotation mismatches 2 | Vadim Petrochenkov | -19/+18 |
| 2025-08-01 | Properly pass path to staged `rustc` to `compiletest` self-tests | Jieyou Xu | -16/+2 |
| 2025-07-30 | Rollup merge of #144662 - Zalathar:directive-names, r=fmease | Stuart Cook | -290/+293 |
| 2025-07-30 | compiletest: Move directive names back into a separate file | Zalathar | -290/+293 |
| 2025-07-29 | Verify llvm-needs-components are not empty and match the --target value | Daniel Paoliello | -52/+181 |
| 2025-07-27 | Rollup merge of #144454 - folkertdev:uefi-tests, r=jieyouxu | Matthias Krüger | -0/+1 |
| 2025-07-26 | move uefi test to run-make | Folkert de Vries | -0/+1 |
| 2025-07-26 | Auto merge of #144490 - tgross35:rollup-ps0utme, r=tgross35 | bors | -0/+1 |
| 2025-07-26 | Rollup merge of #144160 - Gelbpunkt:debuginfo-tests-ppc, r=oli-obk | Trevor Gross | -0/+1 |
| 2025-07-23 | Fix `compiletest` bad handling of `ignore-backends` | Guillaume Gomez | -0/+5 |
| 2025-07-22 | Only run `tests/assembly-*` and `tests/codegen-*` tests if they match the cur... | Guillaume Gomez | -3/+20 |
| 2025-07-20 | Add new `needs-backends` tests annotations | Guillaume Gomez | -0/+25 |
| 2025-07-20 | Add new `ignore-backends` tests annotations | Guillaume Gomez | -2/+75 |
| 2025-07-20 | tests: debuginfo: Work around or disable broken tests on powerpc | Jens Reidel | -0/+1 |
| 2025-07-19 | tests: Require `run-fail` ui tests to have an exit code (`SIGABRT` not ok) | Martin Nordholts | -12/+88 |
| 2025-07-15 | Rollup merge of #142301 - Gelbpunkt:duplicated-path-in-error-musl, r=workingj... | Samuel Tardieu | -0/+1 |
| 2025-07-14 | tests: Fix duplicated-path-in-error fail with musl | Jens Reidel | -0/+1 |
| 2025-07-14 | Rollup merge of #143870 - jieyouxu:compiletest-maintenance-6, r=Kobzol | Samuel Tardieu | -20/+44 |
| 2025-07-14 | Use `TestSuite` enum instead of stringly-typed test suites | Jieyou Xu | -20/+44 |
| 2025-07-13 | Compiletest: Simplify {Html,Json}DocCk directive handling | León Orell Valerian Liehr | -289/+275 |
| 2025-07-13 | Rollup merge of #143823 - jieyouxu:compiletest-maintenance-5, r=Kobzol | León Orell Valerian Liehr | -163/+252 |
| 2025-07-12 | Make rustdoc-gui-test dummy compiletest config purpose explicit | Jieyou Xu | -0/+101 |
| 2025-07-12 | Do not glob-reexport `TestMode` variants | Jieyou Xu | -53/+65 |
| 2025-07-12 | Rename `Mode` to `TestMode` | Jieyou Xu | -44/+44 |
| 2025-07-12 | Do not allow defaults for `Mode` and `Config` | Jieyou Xu | -7/+1 |
| 2025-07-12 | Move `string_enum` to `util` module | Jieyou Xu | -49/+42 |
| 2025-07-12 | Remove outdated debugger version warning | Jieyou Xu | -11/+0 |
| 2025-07-11 | Disambiguate between rustc vs std having debug assertions | Jieyou Xu | -0/+13 |