| Age | Commit message (Expand) | Author | Lines |
| 2023-12-21 | run fuchsia tests only on nightly | Pietro Albini | -0/+5 |
| 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 |
| 2023-11-08 | Run tests in CI for aarch64-apple-darwin | Jake Goulding | -0/+19 |
| 2023-11-08 | Install tidy for aarch64-apple-darwin | Jake Goulding | -0/+28 |
| 2023-11-07 | add note to remember to update a url when bumping to gcc 10.1.0 | Rémy Rakic | -0/+6 |
| 2023-11-07 | ci: bump gcc on dist x64 linux builder to 9.5 | Rémy Rakic | -1/+1 |
| 2023-11-06 | Auto merge of #117435 - SparrowLii:nightly_parallel, r=oli-obk,davidtwco | bors | -2/+2 |
| 2023-11-06 | Auto merge of #117607 - klensy:clang-17.0.4, r=Mark-Simulacrum | bors | -1/+1 |
| 2023-11-05 | bump clang version for dist-x86_64-linux from 17.0.2 to 17.0.4 | klensy | -1/+1 |
| 2023-11-04 | pass `CODEGEN_BACKENDS` to docker | Rémy Rakic | -0/+1 |
| 2023-11-04 | Auto merge of #115274 - bjorn3:tidy_improvements, r=davidtwco | bors | -0/+16 |
| 2023-11-03 | Revert "Auto merge of #117328 - lqd:cranelift-rocket, r=Mark-Simulacrum" | Ralf Jung | -1/+0 |
| 2023-11-03 | Set some environment variables value only if ENABLE_GCC_CODEGEN is set | Guillaume Gomez | -6/+17 |
| 2023-11-02 | Add comment explaining why the ENABLE_GCC_CODEGEN env variable is needed | Guillaume Gomez | -2/+8 |
| 2023-11-02 | Fix invalid enabling of gcc backend in `run.sh` | Guillaume Gomez | -3/+3 |
| 2023-11-02 | Rename `SKIP_CODEGEN_TESTS` into `ENABLE_GCC_CODEGEN` | Guillaume Gomez | -5/+5 |
| 2023-11-02 | Don't include GCC backend if SKIP_CODEGEN_TESTS is not enabled | Guillaume Gomez | -2/+7 |
| 2023-11-02 | Run codegen tests outside if not llvm-15 | Guillaume Gomez | -2/+13 |
| 2023-11-02 | Skip codegen tests in llvm-15 CI check | Guillaume Gomez | -2/+2 |
| 2023-11-02 | Force mangling version for rustc_codegen_gcc | Guillaume Gomez | -2/+4 |
| 2023-11-02 | Fix rustc_codegen_gcc lto issue | Guillaume Gomez | -0/+4 |
| 2023-11-02 | Fix missing error libgccjit in CI | Guillaume Gomez | -0/+8 |
| 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-30 | Auto merge of #117267 - RalfJung:miri-tests, r=Mark-Simulacrum | bors | -3/+29 |
| 2023-10-30 | update which targets we test Miri on | Ralf Jung | -3/+29 |
| 2023-10-28 | Remove asmjs from CI | Jubilee Young | -45/+1 |
| 2023-10-28 | pass `CODEGEN_BACKENDS` to docker | Rémy Rakic | -0/+1 |
| 2023-10-27 | Explicitly mark which targets to distribute cg_clif for in CI | bjorn3 | -2/+14 |