| Age | Commit message (Expand) | Author | Lines |
| 2025-08-30 | Skip bootstrap tests on CI | Jakub Beránek | -1/+5 |
| 2025-08-30 | Add change tracker entry | Jakub Beránek | -0/+5 |
| 2025-08-30 | Do not run tests on CI in stage 0 | Jakub Beránek | -1/+1 |
| 2025-08-30 | Fix spacing when testing individual crates | Jakub Beránek | -6/+11 |
| 2025-08-30 | Fix staging for compiler/std crate tests | Jakub Beránek | -56/+106 |
| 2025-08-30 | Move the `test!` macro closer to its usages | Jakub Beránek | -70/+70 |
| 2025-08-30 | Add metadata to a bunch of steps, rename variables and add comments | Jakub Beránek | -28/+102 |
| 2025-08-30 | Small refactoring around `RemoteCopyLibs` | Jakub Beránek | -10/+14 |
| 2025-08-30 | Remove stage0 checking | Jakub Beránek | -16/+2 |
| 2025-08-30 | Refactor `test::LintDocs` | Jakub Beránek | -7/+31 |
| 2025-08-30 | Remove `compiler_for` from `test::CodegenCranelift` | Jakub Beránek | -49/+35 |
| 2025-08-30 | Remove `compiler_for` from `test::CodegenGCC` | Jakub Beránek | -51/+31 |
| 2025-08-30 | Fix staging of `TestFloatParse` | Jakub Beránek | -74/+61 |
| 2025-08-30 | Add snapshot test for `x test` | Jakub Beránek | -1/+71 |
| 2025-08-30 | Forbid running tests on stage 0 unless `build.compiletest-allow-stage0` is en... | Jakub Beránek | -1/+7 |
| 2025-08-30 | Fixup `x test tier-check` | Jakub Beránek | -21/+40 |
| 2025-08-30 | Add snapshot test for `tier-check` | Jakub Beránek | -0/+13 |
| 2025-08-30 | Auto merge of #123319 - no92:managarm-target, r=davidtwco | bors | -7/+169 |
| 2025-08-30 | Auto merge of #144494 - scottmcm:min_bigint_helpers, r=Mark-Simulacrum | bors | -24/+42 |
| 2025-08-30 | Auto merge of #146023 - tgross35:rollup-gbec538, r=tgross35 | bors | -138/+201 |
| 2025-08-29 | Rollup merge of #146022 - tgross35:update-builtins, r=tgross35 | Trevor Gross | -37/+117 |
| 2025-08-29 | Rollup merge of #146017 - maurer:pipe2, r=Mark-Simulacrum | Trevor Gross | -0/+1 |
| 2025-08-29 | Rollup merge of #146000 - GuillaumeGomez:rustdoc-error-improvement, r=notriddle | Trevor Gross | -1/+3 |
| 2025-08-29 | Rollup merge of #145991 - GrigorenkoPV:haiku, r=tgross35 | Trevor Gross | -1/+1 |
| 2025-08-29 | Rollup merge of #145990 - lcnr:final-ty-no-resolve, r=davidtwco | Trevor Gross | -16/+10 |
| 2025-08-29 | Rollup merge of #145967 - Enselic:big-enum-debuginfo-span, r=wesleywiser | Trevor Gross | -10/+33 |
| 2025-08-29 | Rollup merge of #145756 - okaneco:stabilize_char_boundary, r=scottmcm | Trevor Gross | -26/+22 |
| 2025-08-29 | Rollup merge of #145467 - Kivooeo:stabilize-strict_provenance_atomic_ptr, r=s... | Trevor Gross | -18/+7 |
| 2025-08-29 | Rollup merge of #145242 - joboet:tait-split-paths, r=Mark-Simulacrum | Trevor Gross | -29/+7 |
| 2025-08-29 | Auto merge of #145997 - matthiaskrgr:rollup-tsgylre, r=matthiaskrgr | bors | -276/+202 |
| 2025-08-29 | Improve librustdoc error when a file creation/modification failed | Guillaume Gomez | -1/+3 |
| 2025-08-29 | std: use a TAIT to define `SplitPaths` on UNIX | joboet | -29/+7 |
| 2025-08-29 | Auto merge of #145902 - Kobzol:dist-docs-build-compiler, r=jieyouxu | bors | -80/+127 |
| 2025-08-29 | Rollup merge of #145984 - nnethercote:TokenStream-cleanups, r=chenyukang | Matthias Krüger | -76/+65 |
| 2025-08-29 | Rollup merge of #145982 - Zalathar:logv, r=jieyouxu | Matthias Krüger | -83/+30 |
| 2025-08-29 | Rollup merge of #145676 - Oneirical:uncountable-integer-9, r=jieyouxu | Matthias Krüger | -37/+41 |
| 2025-08-29 | Rollup merge of #145675 - Oneirical:uncountable-integer-8, r=jieyouxu | Matthias Krüger | -80/+66 |
| 2025-08-29 | std: haiku: fix `B_FIND_PATH_IMAGE_PATH` | Pavel Grigorenko | -1/+1 |
| 2025-08-29 | autoderef final ty is already resolved | lcnr | -16/+10 |
| 2025-08-29 | Put `TokenStream` stuff in a sensible order. | Nicholas Nethercote | -67/+65 |
| 2025-08-29 | Remove very outdated comment about token streams. | Nicholas Nethercote | -9/+0 |
| 2025-08-29 | Auto merge of #145978 - Zalathar:rollup-0dzk72g, r=Zalathar | bors | -118/+231 |
| 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 #145977 - CaiWeiran:basic-stepping-test, r=jieyouxu | Stuart Cook | -0/+1 |
| 2025-08-29 | tests: Ignore basic-stepping.rs on riscv64 | Caiweiran | -0/+1 |
| 2025-08-29 | Rollup merge of #145972 - neeko-cat:patch-2, r=ibraheemdev | Stuart Cook | -1/+1 |
| 2025-08-29 | Rollup merge of #145947 - nnethercote:workspace-members-2, r=Kobzol | Stuart Cook | -85/+100 |