| Age | Commit message (Expand) | Author | Lines |
| 2024-03-17 | Switch channel to stable | Mark Rousskov | -1/+1 |
| 2024-02-14 | Require that SELECT_XCODE is set. | Eric Huss | -3/+1 |
| 2024-02-14 | Downgrade Xcode from the default (15.0) to 14.3.1. | Eric Huss | -3/+4 |
| 2024-02-13 | CI: Use ninja on apple builders | Eric Huss | -4/+5 |
| 2024-02-03 | Bump channel to beta | Mark Rousskov | -1/+1 |
| 2024-01-31 | Auto merge of #120358 - tmandry:bump-fuchsia-8c-tests, r=Mark-Simulacrum | bors | -5/+11 |
| 2024-01-28 | Print image input file and Docker version | Jakub Beránek | -0/+5 |
| 2024-01-26 | Bump Fuchsia (includes building tests) | Tyler Mandry | -1/+2 |
| 2024-01-26 | Skip building cranelift for Fuchsia | Tyler Mandry | -3/+8 |
| 2024-01-26 | Build Fuchsia on 8 cores instead of 16 | Tyler Mandry | -1/+1 |
| 2024-01-22 | Cache CI Docker images in ghcr registry | Jakub Beránek | -57/+54 |
| 2024-01-10 | Add debug info for macOS CI actions | Eric Huss | -0/+16 |
| 2024-01-07 | Auto merge of #119556 - onur-ozkan:optimized-compiler-builtins, r=onur-ozkan | bors | -0/+12 |
| 2024-01-07 | add a new `optimized_compiler_builtins` option | jyn | -0/+12 |
| 2024-01-06 | Run Miri and mir-opt tests without a target linker | Ben Kimock | -2/+0 |
| 2024-01-03 | Auto merge of #119549 - fmease:rollup-jxvbfes, r=fmease | bors | -1/+6 |
| 2024-01-03 | Rollup merge of #119298 - onur-ozkan:silence-change-tracker-warning-for-ci, r... | León Orell Valerian Liehr | -1/+6 |
| 2024-01-03 | Temporarily disable M1 runners on GitHub Actions | Jan David | -22/+14 |
| 2023-12-29 | Auto merge of #119373 - Kobzol:missing-tools-bootstrap, r=onur-ozkan | bors | -4/+0 |
| 2023-12-29 | Enable profiler in dist-powerpc-linux | Qiu Chaofan | -1/+1 |
| 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-12-25 | Auto merge of #119283 - GuillaumeGomez:warning-block-pos, r=notriddle | bors | -1/+1 |
| 2023-12-24 | Update browser-ui-test version to 0.16.11 | Guillaume Gomez | -1/+1 |
| 2023-12-24 | Rollup merge of #119165 - onur-ozkan:update-container-entrypoint, r=Kobzol | Matthias Krüger | -4/+21 |
| 2023-12-24 | allow devs to turn-off read-only mode | onur-ozkan | -1/+9 |
| 2023-12-21 | run fuchsia tests only on nightly | Pietro Albini | -0/+5 |
| 2023-12-20 | if source is git, make /checkout dir safe for git | onur-ozkan | -3/+12 |
| 2023-12-18 | ci: docker: dist-various-1: Include RISC-V C compilers | Alistair Francis | -8/+30 |
| 2023-12-16 | test `x clippy --stage 0` in ci | Joshua Nelson | -0/+6 |
| 2023-12-12 | Rollup merge of #118445 - ferrocene:jp-support-reuse-in-submodules, r=Mark-Si... | Matthias Krüger | -1/+1 |
| 2023-12-07 | Build Fuchsia in CI | Tyler Mandry | -10/+140 |
| 2023-12-07 | Auto merge of #118463 - cuviper:restore-cg_gcc-ci, r=cuviper,GuillaumeGomez | bors | -7/+16 |
| 2023-12-05 | Add riscv32 imafc bare metal target | Scott Mabin | -0/+1 |
| 2023-11-30 | Fix cg_gcc CI run | Guillaume Gomez | -7/+8 |
| 2023-11-29 | Re-enable `rustc_codegen_gcc` tests in CI | Josh Stone | -3/+11 |
| 2023-11-27 | Auto merge of #117947 - Dirbaio:drop-llvm-15, r=cuviper | bors | -67/+3 |
| 2023-11-27 | Update reuse command to include submodules. | Jonathan Pallant (Ferrous Systems) | -1/+1 |
| 2023-11-22 | Rollup merge of #118100 - ecnelises:ppc64_profiler, r=Kobzol | Michael Goulet | -1/+1 |
| 2023-11-21 | Update the minimum external LLVM to 16. | Dario Nieuwenhuis | -67/+3 |
| 2023-11-21 | Rollup merge of #118091 - psumbera:solaris-target, r=compiler-errors | Nilstrieb | -6/+0 |
| 2023-11-21 | Rollup merge of #118029 - saethlin:allocid-gc, r=RalfJung | Nilstrieb | -1/+10 |
| 2023-11-21 | Enable profiler in dist-powerpc64-linux | Qiu Chaofan | -1/+1 |
| 2023-11-20 | Test with -Zmiri-provenance-gc=1 on Linux | Ben Kimock | -1/+10 |
| 2023-11-20 | Remove now deprecated target x86_64-sun-solaris. | Petr Sumbera | -6/+0 |
| 2023-11-18 | Auto merge of #117813 - onur-ozkan:simplify-download-ci-llvm-option, r=Mark-S... | bors | -2/+2 |
| 2023-11-17 | Rollup merge of #117338 - workingjubilee:asmjs-meets-thanatos, r=b-naber | Matthias Krüger | -45/+1 |
| 2023-11-11 | merge `if-available` and `if-unchanged` for `download-ci-llvm` | onur-ozkan | -2/+2 |
| 2023-11-11 | Auto merge of #117799 - erickt:fuchsia, r=tmandry | bors | -7/+41 |
| 2023-11-10 | Switch `fuchsia-test-runner.py` to `ffx product` | Erick Tryzelaar | -7/+41 |