| Age | Commit message (Expand) | Author | Lines |
| 2024-09-02 | bump channel to stable | Boxy | -1/+1 |
| 2024-08-31 | ci: Try to remove unused Xcode dirs | Jubilee Young | -0/+17 |
| 2024-08-30 | ci: Use mv instead of cp in upload step | Jubilee Young | -4/+4 |
| 2024-07-21 | Switch channel to beta | Mark Rousskov | -1/+1 |
| 2024-07-19 | Rollup merge of #127934 - Kobzol:checktools-better-error, r=onur-ozkan | Matthias Krüger | -0/+4 |
| 2024-07-19 | Improve error when a compiler/library build fails in `checktools.sh` | Jakub Beránek | -0/+4 |
| 2024-07-18 | Rollup merge of #127913 - onur-ozkan:broken-defaults, r=Kobzol | Matthias Krüger | -0/+14 |
| 2024-07-18 | create `check-default-config-profiles.sh` for `mingw-check` | onur-ozkan | -2/+14 |
| 2024-07-18 | remove `debug-logging` default from tools profile | onur-ozkan | -1/+1 |
| 2024-07-18 | check default config profiles on CI | onur-ozkan | -0/+2 |
| 2024-07-17 | Rollup merge of #127828 - tgross35:docker-aarch64-uname, r=onur-ozkan | Trevor Gross | -4/+7 |
| 2024-07-17 | Commonize `uname -m` results for `aarch64` in docker runner | Trevor Gross | -4/+7 |
| 2024-07-16 | Rollup merge of #126967 - alexcrichton:wasm32-wasip2-tier-2, r=Mark-Simulacrum | Trevor Gross | -0/+1 |
| 2024-07-13 | Rollup merge of #127434 - onur-ozkan:use-bootstrap-instead-of-rustbuild, r=Ma... | Jubilee | -1/+1 |
| 2024-07-12 | Rollup merge of #127613 - nikic:riscv-update, r=cuviper | Matthias Krüger | -1/+216 |
| 2024-07-11 | Update dist-riscv64-linux to binutils 2.40 | Nikita Popov | -1/+216 |
| 2024-07-10 | Rollup merge of #127569 - Kobzol:ci-fix-docker-local-rebuild, r=nikic | Matthias Krüger | -1/+1 |
| 2024-07-10 | Fix local download of Docker caches | Jakub Beránek | -1/+1 |
| 2024-07-10 | Update GCC version | Guillaume Gomez | -1/+1 |
| 2024-07-10 | Rollup merge of #127461 - c6c7:fixup-failing-fuchsia-tests, r=tmandry | Jacob Pratt | -46/+17 |
| 2024-07-09 | Promote the `wasm32-wasip2` target to Tier 2 | Alex Crichton | -0/+1 |
| 2024-07-07 | [fuchsia-test-runner] Reformat fuchsia-test-runner.py | Charles Celerier | -37/+15 |
| 2024-07-07 | [fuchsia-test-runner] Remove runner logs from stdout and stderr | Charles Celerier | -9/+2 |
| 2024-07-07 | use "bootstrap" instead of "rustbuild" in comments and docs | onur-ozkan | -1/+1 |
| 2024-07-04 | Make CI more agnostic of the owning GitHub organization | Jakub Beránek | -11/+6 |
| 2024-07-02 | Change to the NetBSD archive URL rather than the CDN | Trevor Gross | -12/+42 |
| 2024-07-01 | Rollup merge of #127150 - xen0n:issue125908, r=Kobzol | Matthias Krüger | -3/+19 |
| 2024-06-30 | Fix x86_64 code being produced for bare-metal LoongArch targets' `compiler_bu... | WANG Xuerui | -3/+19 |
| 2024-06-29 | Rename Rust for Linux CI job to make its name clearer | Jakub Beránek | -5/+5 |
| 2024-06-29 | Rollup merge of #127102 - tmandry:rename-fuchsia-builder, r=Kobzol | Matthias Krüger | -19/+15 |
| 2024-06-29 | Auto merge of #127096 - matthiaskrgr:rollup-kh7e0rh, r=matthiaskrgr | bors | -2/+8 |
| 2024-06-28 | Rename x86_64-gnu-integration builder to x86_64-fuchsia | Tyler Mandry | -12/+12 |
| 2024-06-28 | Clarify docs | Tyler Mandry | -1/+2 |
| 2024-06-28 | Remove wasm target | Tyler Mandry | -5/+0 |
| 2024-06-28 | Bump Fuchsia | Tyler Mandry | -1/+1 |
| 2024-06-28 | Auto merge of #126701 - onur-ozkan:build-lld-if-enabled, r=Kobzol | bors | -0/+4 |
| 2024-06-28 | Enable full tools and profiler for dist-loongarch64-{linux,musl} | WANG Xuerui | -2/+8 |
| 2024-06-28 | disable lld if external llvm is used | onur-ozkan | -0/+4 |
| 2024-06-28 | Auto merge of #127010 - GuillaumeGomez:update-puppeteer, r=notriddle | bors | -1/+1 |
| 2024-06-27 | Auto merge of #123918 - DianQK:clang-format, r=Kobzol | bors | -1/+1 |
| 2024-06-27 | Update browser-ui-test version to `0.18.0` | Guillaume Gomez | -1/+1 |
| 2024-06-26 | Add `cpp:fmt` to mingw-check-tidy | DianQK | -1/+1 |
| 2024-06-25 | Rollup merge of #126916 - ferrocene:hoverbear/riscv64gc-gnu-specify-linker, r... | Matthias Krüger | -1/+3 |
| 2024-06-24 | Specify target specific linker for riscv64gc-gnu job | Ana Hobden | -1/+3 |
| 2024-06-23 | ci: Add support for dist-loongarch64-musl | WANG Rui | -0/+86 |
| 2024-06-21 | [fuchsia-test-runner] Remove usage of kw_only | Miguel Flores Ruiz de Eguino | -1/+1 |
| 2024-06-19 | Rollup merge of #126504 - erickt:bump-fuchsia, r=tmandry | 许杰友 Jieyou Xu (Joe) | -386/+628 |
| 2024-06-17 | Sync fuchsia test runner with clang test runner | Erick Tryzelaar | -386/+628 |
| 2024-06-15 | Auto merge of #126352 - cuviper:centos7-vault, r=Kobzol | bors | -2/+10 |
| 2024-06-15 | Auto merge of #122613 - Zalathar:profiler, r=nnethercote | bors | -5/+1 |