| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-09-18 | Update browser-ui-test version | Guillaume Gomez | -1/+1 |
| 2023-09-18 | Rollup merge of #115663 - Gumichocopengin8:ci/update-github-action, r=Mark-Si... | Matthias Krüger | -2/+2 |
| 2023-09-18 | Auto merge of #115795 - Kobzol:opt-dist-custom, r=Mark-Simulacrum | bors | -2/+2 |
| 2023-09-16 | Move to older, mirrored redox install | Mark Rousskov | -1/+1 |
| 2023-09-16 | Bump to supported Ubuntu | Mark Rousskov | -2/+2 |
| 2023-09-12 | Refactor Environment | Jakub Beránek | -2/+2 |
| 2023-09-10 | Allow testing cg_clif using ./x.py test | bjorn3 | -0/+3 |
| 2023-09-08 | Rollup merge of #115088 - LuuuXXX:issue-112009, r=albertlarsan68 | Guillaume Gomez | -1/+2 |
| 2023-09-08 | Fix Issue 112009 | LuuuX | -1/+2 |
| 2023-09-08 | Rollup merge of #115345 - g0djan:godjan/tier2-wasi-threads, r=WaffleLapkin | Matthias Krüger | -2/+2 |
| 2023-09-07 | ci: actions/checkout@v3 to actions/checkout@v4 | Keita Nonaka | -2/+2 |
| 2023-09-04 | Mirror the rustc-perf source | Mark Rousskov | -1/+1 |
| 2023-08-27 | Rollup merge of #114927 - Kobzol:ci-docker-caching-log, r=Mark-Simulacrum | Matthias Krüger | -4/+10 |
| 2023-08-24 | Auto merge of #114297 - Kobzol:llvm-17-host, r=nikic | bors | -1/+1 |
| 2023-08-23 | Use LLVM 17 as the host compiler | Jakub Beránek | -1/+1 |
| 2023-08-23 | MCP661: Move wasm32-wasi-preview1-threads to Tier2 | Georgii Rylov | -2/+2 |
| 2023-08-22 | ci: Update FreeBSD and illumos binutils to 2.40 | Fangrui Song | -3/+4 |
| 2023-08-20 | Remove apple-alt dist build. | Eric Huss | -12/+0 |
| 2023-08-17 | CI: add more debug logging to Docker caching | Jakub Beránek | -4/+10 |
| 2023-08-13 | Rollup merge of #114625 - klensy:ci-pr-workers, r=Mark-Simulacrum | Guillaume Gomez | -2/+2 |
| 2023-08-12 | CI: fix Docker layer caching | Jakub Beránek | -0/+11 |
| 2023-08-10 | Auto merge of #112482 - tgross35:ci-non-rust-linters, r=pietroalbini | bors | -6/+6 |
| 2023-08-10 | Auto merge of #114001 - meysam81:issue-111894-fix, r=clubby789 | bors | -11/+9 |
| 2023-08-08 | use smaller machines in CI PR runs | klensy | -2/+2 |
| 2023-08-07 | Symlink correct asm directory on dist-various-2 | Nikita Popov | -2/+2 |
| 2023-08-07 | Update dist-riscv64-linux to use binutils 2.36 | Nikita Popov | -1/+1 |
| 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-06 | fix(bootstrap): rename exclude flag to skip 🐛 | Meysam Azad | -11/+9 |
| 2023-08-02 | Fix recent python linting errors | Trevor Gross | -4/+2 |
| 2023-08-02 | Add support for tidy linting via external tools for non-rust files | Trevor Gross | -2/+4 |
| 2023-08-02 | Add more context to `quit_if_file_exists` in `configure.py` | Trevor Gross | -1/+6 |
| 2023-08-02 | Auto merge of #112922 - g0djan:godjan/wasi-threads, r=wesleywiser | bors | -3/+32 |
| 2023-08-01 | Auto merge of #113854 - klensy:aarch64-msvc-remove-hack, r=Mark-Simulacrum | bors | -8/+0 |