| Age | Commit message (Expand) | Author | Lines |
| 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-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 | 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 |
| 2023-10-27 | Fix review comments | bjorn3 | -3/+2 |
| 2023-10-27 | Distribute cg_clif as a rustup component | bjorn3 | -1/+2 |
| 2023-10-24 | Auto merge of #116998 - pcc:new-ndk2, r=onur-ozkan | bors | -7/+2 |
| 2023-10-23 | Improve android-ndk property interface | Peter Collingbourne | -7/+2 |
| 2023-10-22 | Update rustc-perf version | Jakub Beránek | -2/+2 |
| 2023-10-22 | Auto merge of #116950 - cuviper:ci-llvm-17, r=Mark-Simulacrum | bors | -0/+59 |
| 2023-10-22 | Auto merge of #116932 - Kobzol:fix-stage1-tests, r=Mark-Simulacrum | bors | -28/+28 |
| 2023-10-21 | Auto merge of #116368 - shepmaster:github-actions-m1, r=Mark-Simulacrum | bors | -14/+40 |
| 2023-10-19 | ci: set IS_NOT_LATEST_LLVM for llvm-16 | Josh Stone | -0/+4 |
| 2023-10-19 | ci: add a runner for vanilla LLVM 17 | Josh Stone | -0/+55 |
| 2023-10-19 | Fix x64_64-gnu-llvm-15 CI tests | Jakub Beránek | -28/+28 |
| 2023-10-15 | Fix podman detection in CI scripts | Nilstrieb | -1/+1 |
| 2023-10-09 | Use GitHub Actions M1 builder for aarch64-apple-darwin | Jake Goulding | -14/+7 |
| 2023-10-09 | Install `awscli` on the aarch64-apple-darwin builder | Jake Goulding | -0/+33 |
| 2023-10-09 | Build GCC with support for BOLT | Jakub Beránek | -1/+6 |
| 2023-10-08 | Drop all MIPS targets from CI | Jubilee Young | -76/+1 |
| 2023-10-08 | Auto merge of #116450 - Kobzol:automation-try-bors-ci, r=Mark-Simulacrum | bors | -3/+3 |
| 2023-10-08 | Auto merge of #114623 - Kobzol:opt-dist-gha-summaries, r=Mark-Simulacrum | bors | -0/+6 |
| 2023-10-07 | Auto merge of #116416 - Kobzol:ci-host-llvm-17-0-2, r=Mark-Simulacrum | bors | -1/+1 |
| 2023-10-05 | Remove `try-merge` from CI workflow | Jakub Beránek | -1/+0 |
| 2023-10-05 | Enable new bors try branch to run on CI | Jakub Beránek | -2/+3 |
| 2023-10-04 | Auto merge of #116381 - Mark-Simulacrum:drop-wasm32-unknown-emscripten, r=Kobzol | bors | -66/+0 |
| 2023-10-04 | Bump host compiler on x64 dist Linux to LLVM 17.0.2 | Jakub Beránek | -1/+1 |
| 2023-10-03 | Drop the wasm32 builder | Mark Rousskov | -66/+0 |
| 2023-10-02 | Add new bors try branches to CI | Jakub Beránek | -0/+2 |
| 2023-10-02 | Add artifact size and step duration summaries from `opt-dist` to github job s... | Jakub Beránek | -0/+6 |
| 2023-10-01 | Auto merge of #115554 - Kobzol:single-cgu, r=Mark-Simulacrum | bors | -1/+2 |
| 2023-10-01 | Auto merge of #116225 - Kobzol:newbors-integration, r=Mark-Simulacrum | bors | -1/+1 |
| 2023-09-30 | Auto merge of #115368 - loongarch-rs:none-tier2, r=pietroalbini | bors | -0/+2 |
| 2023-09-28 | Build `rustc` with a single CGU on x64 Linux | Jakub Beránek | -1/+2 |
| 2023-09-28 | Add integration for new bors | Jakub Beránek | -1/+1 |
| 2023-09-28 | ci: upgrade to crosstool-ng 1.26.0 | WANG Rui | -23/+5 |
| 2023-09-26 | Promote loongarch64-unknown-none* to Tier 2 | WANG Rui | -0/+2 |
| 2023-09-25 | Auto merge of #116147 - compiler-errors:jq, r=dtolnay | bors | -1/+1 |
| 2023-09-25 | Fix jq in CI | Michael Goulet | -1/+1 |
| 2023-09-24 | Auto merge of #104385 - BlackHoleFox:apple-minimum-bumps, r=petrochenkov | bors | -4/+4 |
| 2023-09-23 | Raise minimum supported macOS to 10.12 | BlackHoleFox | -4/+4 |
| 2023-09-21 | Make ui-fulldeps --stage=1 builds in CI | Michael Goulet | -9/+12 |
| 2023-09-20 | Update browser-ui-test version to 0.16.10 | Guillaume Gomez | -1/+1 |
| 2023-09-19 | Rollup merge of #115949 - GuillaumeGomez:update-browser-ui-test, r=notriddle | Matthias Krüger | -1/+1 |