| Age | Commit message (Expand) | Author | Lines |
| 2024-02-16 | Changes to CI related to mingw and MSYS | Matt Harding | -1/+1 |
| 2024-01-26 | Skip building cranelift for Fuchsia | Tyler Mandry | -3/+5 |
| 2024-01-07 | Auto merge of #119556 - onur-ozkan:optimized-compiler-builtins, r=onur-ozkan | bors | -0/+9 |
| 2024-01-07 | add a new `optimized_compiler_builtins` option | jyn | -0/+9 |
| 2024-01-03 | Rollup merge of #119298 - onur-ozkan:silence-change-tracker-warning-for-ci, r... | León Orell Valerian Liehr | -1/+6 |
| 2023-12-29 | suppress change-tracker warnings in containers | onur-ozkan | -1/+6 |
| 2023-12-28 | Remove `--enable-missing-tools` usage in CI | Jakub Beránek | -4/+0 |
| 2023-11-30 | Fix cg_gcc CI run | Guillaume Gomez | -0/+8 |
| 2023-11-11 | merge `if-available` and `if-unchanged` for `download-ci-llvm` | onur-ozkan | -1/+1 |
| 2023-11-06 | Auto merge of #117435 - SparrowLii:nightly_parallel, r=oli-obk,davidtwco | bors | -2/+2 |
| 2023-11-02 | Add comment explaining why the ENABLE_GCC_CODEGEN env variable is needed | Guillaume Gomez | -2/+4 |
| 2023-11-02 | Fix invalid enabling of gcc backend in `run.sh` | Guillaume Gomez | -2/+2 |
| 2023-11-02 | Rename `SKIP_CODEGEN_TESTS` into `ENABLE_GCC_CODEGEN` | Guillaume Gomez | -1/+1 |
| 2023-11-02 | Don't include GCC backend if SKIP_CODEGEN_TESTS is not enabled | Guillaume Gomez | -2/+7 |
| 2023-11-02 | Run rustc_codegen_gcc tests in the CI | Guillaume Gomez | -1/+1 |
| 2023-10-31 | enable parallel rustc in nightly builds | SparrowLii | -2/+2 |
| 2023-10-27 | Explicitly mark which targets to distribute cg_clif for in CI | bjorn3 | -2/+4 |
| 2023-10-27 | Fix review comments | bjorn3 | -3/+2 |
| 2023-10-27 | Distribute cg_clif as a rustup component | bjorn3 | -1/+2 |
| 2023-10-05 | Enable new bors try branch to run on CI | Jakub Beránek | -1/+2 |
| 2023-09-10 | Allow testing cg_clif using ./x.py test | bjorn3 | -0/+3 |
| 2023-08-07 | Rollup merge of #114573 - Kobzol:ci-no-group-on-error, r=oli-obk | Matthias Krüger | -2/+14 |
| 2023-08-07 | Do not hide CI error logs in a group when a failure happens | Jakub Beránek | -2/+14 |
| 2023-08-07 | Auto merge of #114206 - sethp:patch-1, r=Mark-Simulacrum | bors | -1/+1 |
| 2023-08-02 | Add more context to `quit_if_file_exists` in `configure.py` | Trevor Gross | -0/+3 |
| 2023-07-31 | fix: lookup user by name, not id | sethp | -1/+1 |
| 2023-07-29 | fix(ci): Ensure idempotence of user creation | sethp | -1/+1 |
| 2023-07-14 | Add even more GHA log groups | jyn | -2/+6 |
| 2023-06-19 | Print what is being executed on CI | Jakub Beránek | -0/+1 |
| 2023-06-03 | disable truncation in CI | jyn | -0/+1 |
| 2023-04-25 | Auto merge of #110232 - Amanieu:old-llvm-components, r=petrochenkov | bors | -1/+5 |
| 2023-04-12 | Allow older LLVM versions to have missing components | Amanieu d'Antras | -1/+5 |
| 2023-04-03 | Remove optimal xz settings from CI | Mark Rousskov | -1/+6 |
| 2023-03-26 | Limit to one job on mingw builders | Nikita Popov | -1/+1 |
| 2023-03-22 | Auto merge of #109073 - michaelwoerister:limit-mingw-llvm-link-jobs, r=Mark-S... | bors | -0/+8 |
| 2023-03-20 | Limited the number of parallel link jobs during LLVM build for mingw. | Michael Woerister | -0/+8 |
| 2023-03-14 | use the best compression profile in CI | Pietro Albini | -0/+1 |
| 2023-01-31 | Enable Cargo's sparse protocol in CI | Eric Huss | -0/+2 |
| 2023-01-01 | Cleanup `mingw-tidy` docker job | Joshua Nelson | -2/+2 |
| 2022-12-26 | readme: update section on how to run x.py | KaDiWa | -9/+1 |
| 2022-12-17 | Make `RUN_CHECK_WITH_PARALLEL_QUERIES` the last thing to run | Joshua Nelson | -7/+18 |
| 2022-11-10 | Avoid runtime dependency on static libstdc++ | kubycsolutions | -0/+4 |
| 2022-10-29 | Revert "Make the `c` feature for `compiler-builtins` opt-in instead of inferred" | Mark Rousskov | -5/+0 |
| 2022-09-28 | Make the `c` feature for `compiler-builtins` opt-in instead of inferred | Joshua Nelson | -0/+5 |
| 2022-08-20 | Add global safe.directory for CI | Mark Rousskov | -0/+10 |
| 2022-08-20 | Enable downloading prebuilt LLVM in test builders | Mark Rousskov | -0/+12 |
| 2022-07-31 | Allow try-perf branch to run in CI | Ryan Levick | -1/+1 |
| 2022-07-10 | Remove unsupported options in configure.py | Joshua Nelson | -1/+1 |
| 2022-06-05 | Auto merge of #93717 - pietroalbini:pa-ci-profiler, r=Mark-Simulacrum | bors | -0/+1 |
| 2022-05-07 | Move check-bootstrap from a makefile rule to test::Bootstrap | gimbles | -2/+0 |