| Age | Commit message (Expand) | Author | Lines |
| 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 | Rollup merge of #124663 - Kobzol:docker-local-download, r=Mark-Simulacrum | Matthias Krüger | -35/+39 |
| 2024-05-04 | Auto merge of #124562 - dpaoliello:mingwserver2022, r=Mark-Simulacrum | bors | -8/+16 |
| 2024-05-03 | Allow reusing CI Docker cache when running CI images locally | Jakub Beránek | -2/+10 |
| 2024-05-03 | Calculate the Docker hash key also locally | Jakub Beránek | -31/+29 |
| 2024-05-03 | Do not include Docker version in caching key | Jakub Beránek | -2/+0 |
| 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 | -7/+4 |
| 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-25 | Rollup merge of #124327 - Kobzol:ci-skip-jobs, r=pietroalbini | Matthias Krüger | -69/+29 |
| 2024-04-24 | Rollup merge of #123881 - erickt:bump-fuchsia, r=tmandry | León Orell Valerian Liehr | -6/+6 |
| 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 |
| 2024-04-24 | Remove step YAML anchor and `env.SKIP_JOB` | Jakub Beránek | -30/+2 |
| 2024-04-24 | Remove `should-skip-this.sh` | Jakub Beránek | -25/+0 |
| 2024-04-24 | Skip jobs based on the active channel in Python | Jakub Beránek | -0/+12 |
| 2024-04-24 | Use a type alias for a CI job | Jakub Beránek | -3/+5 |
| 2024-04-24 | Auto merge of #124175 - Kobzol:ci-dynamic-job, r=pietroalbini | bors | -442/+562 |
| 2024-04-23 | Fix empty job matrix | Jakub Beránek | -0/+8 |
| 2024-04-23 | Make separate envs for try and auto builds | Jakub Beránek | -3/+10 |
| 2024-04-23 | Fix image field in auto jobs | Jakub Beránek | -56/+56 |
| 2024-04-23 | Load GitHub context from environment variables | Jakub Beránek | -14/+24 |
| 2024-04-21 | Rollup merge of #124069 - onur-ozkan:run-clippy-on-bootstrap, r=albertlarsan68 | Guillaume Gomez | -0/+1 |
| 2024-04-21 | Auto merge of #123981 - Kobzol:update-nodejs, r=Mark-Simulacrum | bors | -8/+20 |
| 2024-04-20 | Auto merge of #121712 - mati865:provide-prebuilt-std-for-gnullvm, r=Mark-Simu... | bors | -1/+18 |
| 2024-04-20 | Move `auto` jobs to calculate-job-matrix.py | Jakub Beránek | -405/+415 |
| 2024-04-20 | Refactor `calculate-job-matrix.py` | Jakub Beránek | -23/+48 |
| 2024-04-20 | Perform PR and try builds dynamically | Jakub Beránek | -34/+94 |
| 2024-04-20 | Move calculate-job-matrix.py to `ci/github-actions` | Jakub Beránek | -2/+2 |
| 2024-04-18 | CI: add script for installing NodeJS and update it to v20 | Jakub Beránek | -8/+20 |
| 2024-04-17 | Auto merge of #123978 - alexcrichton:update-wasi-toolchain, r=Mark-Simulacrum | bors | -62/+7 |
| 2024-04-17 | enable clippy for bootstrap on CI PRs | onur-ozkan | -0/+1 |
| 2024-04-17 | Auto merge of #123678 - DianQK:docker-local, r=Kobzol | bors | -14/+17 |
| 2024-04-16 | update `mingw-check` clippy invocation | onur-ozkan | -1/+1 |
| 2024-04-16 | Change the output artifact path to `$root_dir/obj/$image` when running locally | DianQK | -10/+11 |
| 2024-04-15 | Auto merge of #123451 - Kobzol:arbitrary-try-build, r=pietroalbini | bors | -14/+90 |
| 2024-04-15 | Update how WASI toolchains are used in CI and bootstrap | Alex Crichton | -62/+7 |
| 2024-04-15 | Add comments | Jakub Beránek | -1/+7 |
| 2024-04-15 | Provide prebuilt std for gnullvm targets | Mateusz Mikuła | -1/+18 |