| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-04-15 | Auto merge of #123828 - cuviper:cargo-aarch64-gnu, r=Mark-Simulacrum | bors | -1/+3 |
| 2024-04-14 | Fix ENV quotes in aarch64-gnu/Dockerfile | Josh Stone | -1/+1 |
| 2024-04-13 | Rollup merge of #123530 - 9names:build-rv32im, r=Mark-Simulacrum | Matthias Krüger | -0/+3 |
| 2024-04-13 | Bump Fuchsia versions | Erick Tryzelaar | -6/+6 |
| 2024-04-11 | ci: test cargo on `aarch64-gnu` | Josh Stone | -1/+3 |
| 2024-04-09 | Only output to `GITHUB_STEP_SUMMARY` in a CI environment | DianQK | -1/+3 |
| 2024-04-09 | Use `isCI` in `run.sh` | DianQK | -3/+3 |
| 2024-04-09 | Rollup merge of #123624 - GuillaumeGomez:theme-switch-tests, r=notriddle | Matthias Krüger | -13/+11 |
| 2024-04-08 | Manually set cache directory path when running GUI tests | Guillaume Gomez | -12/+10 |
| 2024-04-08 | Update browser-ui-test version to 0.17.2 | Guillaume Gomez | -1/+1 |
| 2024-04-07 | disable debug assertions to speed up the check-aux job | Ralf Jung | -0/+4 |
| 2024-04-06 | Auto merge of #123545 - matthiaskrgr:rollup-vyx8cfv, r=matthiaskrgr | bors | -5/+6 |
| 2024-04-06 | Rollup merge of #123504 - RalfJung:test-cargo-miri, r=Mark-Simulacrum | Matthias Krüger | -4/+4 |
| 2024-04-06 | Rollup merge of #123357 - Kobzol:ci-combine-streams, r=Mark-Simulacrum | Matthias Krüger | -1/+2 |
| 2024-04-06 | Auto merge of #123321 - clubby789:cargo-uupdate, r=Mark-Simulacrum | bors | -2/+2 |
| 2024-04-06 | Add target riscv32im_unknown_none_elf to dist-various-1 | 9names | -0/+3 |
| 2024-04-05 | bootstrap: split cargo-miri test into separate Step | Ralf Jung | -4/+4 |
| 2024-04-05 | Auto merge of #123317 - RalfJung:test-in-miri, r=m-ou-se,saethlin,onur-ozkan | bors | -0/+5 |
| 2024-04-04 | Rollup merge of #123407 - GuillaumeGomez:js-failed-theme, r=notriddle | Jacob Pratt | -1/+1 |
| 2024-04-04 | Update browser-ui-test version to 0.17.1 | Guillaume Gomez | -1/+1 |