| Age | Commit message (Expand) | Author | Lines |
| 2024-10-11 | Use small runner for msvc-ext2 job | Chris Denton | -1/+5 |
| 2024-10-11 | Fix checktools.sh non-msvc builds | Chris Denton | -2/+0 |
| 2024-10-11 | Split x86_64-msvc-ext into two jobs | Chris Denton | -0/+14 |
| 2024-08-14 | Promote Mac Catalyst targets to tier 2, and ship with rustup | Mads Marquart | -2/+4 |
| 2024-07-26 | CI: do not respect custom try jobs for unrolled perf builds | Jakub Beránek | -2/+8 |
| 2024-07-22 | Rollup merge of #127177 - bjorn3:arm64_macos_cg_clif, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -0/+1 |
| 2024-07-04 | Make CI more agnostic of the owning GitHub organization | Jakub Beránek | -9/+5 |
| 2024-06-30 | Distribute rustc_codegen_cranelift for arm64 macOS | bjorn3 | -0/+1 |
| 2024-06-29 | Rename Rust for Linux CI job to make its name clearer | Jakub Beránek | -5/+5 |
| 2024-06-28 | Rename x86_64-gnu-integration builder to x86_64-fuchsia | Tyler Mandry | -7/+7 |
| 2024-06-23 | ci: Add support for dist-loongarch64-musl | WANG Rui | -0/+3 |
| 2024-06-14 | Remove broken/untested `--enable-profiler` from mingw dist builds | Zalathar | -2/+0 |
| 2024-06-14 | Don't build a known-broken profiler runtime in `x86_64-mingw` | Zalathar | -3/+1 |
| 2024-06-12 | Rollup merge of #126039 - dpaoliello:arm64ecbuild, r=davidtwco | Guillaume Gomez | -0/+1 |
| 2024-06-11 | Auto merge of #126113 - Kobzol:ci-native-arm-runner, r=jdno | bors | -1/+1 |
| 2024-06-10 | CI: add Rust for Linux `auto` job | Jakub Beránek | -0/+5 |
| 2024-06-09 | Remove empty test suite `tests/run-make-fulldeps` | Zalathar | -2/+2 |
| 2024-06-08 | Use native GitHub ARM64 runner for the `aarch64-gnu` job | Jakub Beránek | -1/+1 |
| 2024-06-06 | Rollup merge of #126033 - Kobzol:fix-toolstate-history, r=ehuss | Jubilee | -0/+1 |
| 2024-06-05 | Promote `arm64ec-pc-windows-msvc` to tier 2 | Daniel Paoliello | -0/+1 |
| 2024-06-05 | Rollup merge of #125648 - lqd:rustsrc, r=pietroalbini | Matthias Krüger | -0/+6 |
| 2024-06-05 | Fix publishing of toolstate history | Jakub Beránek | -0/+1 |
| 2024-05-28 | document DIST_TRY_BUILD | Rémy Rakic | -0/+6 |
| 2024-05-26 | Cleanup custom mingw in CI | Chris Denton | -4/+0 |
| 2024-05-20 | Auto merge of #124985 - dpaoliello:rebalance, r=Mark-Simulacrum | bors | -23/+23 |
| 2024-05-15 | CI: fix toolstate publishing | Jakub Beránek | -2/+0 |
| 2024-05-10 | Reduce size of builders that take less than an hour | Daniel Paoliello | -23/+23 |
| 2024-05-10 | Auto merge of #124850 - dpaoliello:clang2022, r=Kobzol | bors | -15/+7 |
| 2024-05-09 | Upgrade the version of Clang used in the build, move MSVC builds to Server 2022 | Daniel Paoliello | -15/+7 |
| 2024-05-05 | CI: fix auto builds and make sure that we always have at least a single CI job | Jakub Beránek | -1/+5 |
| 2024-05-05 | Address review comments | Jakub Beránek | -4/+8 |
| 2024-05-05 | Make the regex more robust | Jakub Beránek | -1/+1 |
| 2024-05-05 | Parse try build CI job name from commit message | Jakub Beránek | -5/+46 |
| 2024-05-05 | Use sum type for `WorkflowRunType` | Jakub Beránek | -14/+26 |
| 2024-05-04 | Auto merge of #124562 - dpaoliello:mingwserver2022, r=Mark-Simulacrum | bors | -8/+16 |
| 2024-05-02 | CI: remove `env-x86_64-apple-tests` YAML anchor | Jakub Beránek | -10/+13 |
| 2024-04-30 | Use Server 2022 in CI for mingw jobs | Daniel Paoliello | -8/+16 |
| 2024-04-29 | Output `run_type` from the matrix calculation job | Jakub Beránek | -1/+14 |
| 2024-04-29 | Rename `JobType` to `WorkflowRunType` | Jakub Beránek | -13/+13 |
| 2024-04-29 | Remove the `expand-yaml-anchors` tool | Jakub Beránek | -2/+0 |
| 2024-04-29 | Replace dynamically generated `ci.yml` file with the original template | Jakub Beránek | -301/+0 |
| 2024-04-29 | Unify outcome jobs | Jakub Beránek | -19/+18 |
| 2024-04-27 | Add missing checkout step | Jakub Beránek | -0/+4 |
| 2024-04-27 | Move `TOOLSTATE_REPO` to top-level env | Jakub Beránek | -1/+3 |
| 2024-04-25 | Remove `master` push hook | Jakub Beránek | -1/+0 |
| 2024-04-25 | Remove useless condition | Jakub Beránek | -1/+0 |
| 2024-04-25 | Inline `base-ci-job` YAML anchor and remove unused anchors | Jakub Beránek | -179/+97 |
| 2024-04-25 | Remove `master` CI job | Jakub Beránek | -19/+9 |
| 2024-04-24 | Turn CI_ONLY_WHEN_CHANNEL from an environment variable to a job attribute | Jakub Beránek | -10/+9 |
| 2024-04-24 | Fix documentation | Jakub Beránek | -2/+2 |