| Age | Commit message (Expand) | Author | Lines |
| 2024-06-09 | Rollup merge of #126172 - clubby789:cargo-update, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2024-06-09 | Auto merge of #125999 - XrXr:dist-aarch64-gcc-13, r=Kobzol | bors | -3/+1 |
| 2024-06-09 | Update `r-efi` | clubby789 | -2/+2 |
| 2024-06-09 | Make job `x86_64-gnu-debug` run a subset of run-make tests | Zalathar | -1/+9 |
| 2024-06-08 | Don't disable codegen tests in PR CI | Nikita Popov | -14/+2 |
| 2024-06-08 | Rollup merge of #126105 - tmandry:fuchsia-scripts, r=lqd | León Orell Valerian Liehr | -32/+72 |
| 2024-06-07 | Add debugging utils and comments to Fuchsia scripts | Tyler Mandry | -32/+72 |
| 2024-06-07 | Other EcmaScript version bump | Sunshine | -2/+2 |
| 2024-06-05 | Rollup merge of #125648 - lqd:rustsrc, r=pietroalbini | Matthias Krüger | -1/+0 |
| 2024-06-04 | Silence double-symlink errors while building solaris toolchain | Jubilee Young | -1/+1 |
| 2024-06-04 | ci: use GCC 13 as cross compiler in `dist-aarch64-linux` | Alan Wu | -3/+1 |
| 2024-05-29 | ci: Consolidate $IS_NOT_LATEST_LLVM into $EXTERNAL_LLVM | Jubilee Young | -4/+0 |
| 2024-05-28 | remove legacy rustsrc folder | Rémy Rakic | -1/+0 |
| 2024-05-21 | Rollup merge of #125011 - diondokter:opt-for-size, r=Amanieu,kobzol | Matthias Krüger | -0/+4 |
| 2024-05-20 | refactor(ci/docker/dist-x86_64-linux): remove rustc-perf downloading | Bernardo Meurer Costa | -8/+0 |
| 2024-05-20 | Move tests to more opportune point | Dion Dokter | -4/+4 |
| 2024-05-20 | Deduplicate test command | Dion Dokter | -5/+4 |
| 2024-05-17 | Only test std, alloc and core | Dion Dokter | -3/+3 |
| 2024-05-17 | Run tests with the flag enabled | Dion Dokter | -0/+5 |
| 2024-05-11 | Rollup merge of #124829 - briansmith:b/armv7-profiler, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2024-05-10 | Auto merge of #124850 - dpaoliello:clang2022, r=Kobzol | bors | -0/+1 |
| 2024-05-09 | Upgrade the version of Clang used in the build, move MSVC builds to Server 2022 | Daniel Paoliello | -0/+1 |
| 2024-05-07 | Fuchsia test runner: fixup script | Marc Khouri | -87/+93 |
| 2024-05-06 | Enable profiler for armv7-unknown-linux-gnueabihf. | Brian Smith | -1/+1 |
| 2024-05-03 | Allow reusing CI Docker cache when running CI images locally | Jakub Beránek | -2/+10 |
| 2024-05-03 | Calculate the Docker hash key also locally | Jakub Beránek | -31/+29 |
| 2024-05-03 | Do not include Docker version in caching key | Jakub Beránek | -2/+0 |
| 2024-04-29 | Remove the `expand-yaml-anchors` tool | Jakub Beránek | -5/+4 |
| 2024-04-24 | Rollup merge of #123881 - erickt:bump-fuchsia, r=tmandry | León Orell Valerian Liehr | -6/+6 |
| 2024-04-21 | Rollup merge of #124069 - onur-ozkan:run-clippy-on-bootstrap, r=albertlarsan68 | Guillaume Gomez | -0/+1 |
| 2024-04-21 | Auto merge of #123981 - Kobzol:update-nodejs, r=Mark-Simulacrum | bors | -8/+20 |
| 2024-04-20 | Auto merge of #121712 - mati865:provide-prebuilt-std-for-gnullvm, r=Mark-Simu... | bors | -1/+18 |
| 2024-04-18 | CI: add script for installing NodeJS and update it to v20 | Jakub Beránek | -8/+20 |
| 2024-04-17 | Auto merge of #123978 - alexcrichton:update-wasi-toolchain, r=Mark-Simulacrum | bors | -62/+7 |
| 2024-04-17 | enable clippy for bootstrap on CI PRs | onur-ozkan | -0/+1 |
| 2024-04-17 | Auto merge of #123678 - DianQK:docker-local, r=Kobzol | bors | -14/+17 |
| 2024-04-16 | update `mingw-check` clippy invocation | onur-ozkan | -1/+1 |
| 2024-04-16 | Change the output artifact path to `$root_dir/obj/$image` when running locally | DianQK | -10/+11 |
| 2024-04-15 | Update how WASI toolchains are used in CI and bootstrap | Alex Crichton | -62/+7 |
| 2024-04-15 | Provide prebuilt std for gnullvm targets | Mateusz Mikuła | -1/+18 |
| 2024-04-15 | Auto merge of #123828 - cuviper:cargo-aarch64-gnu, r=Mark-Simulacrum | bors | -1/+3 |
| 2024-04-14 | Fix ENV quotes in aarch64-gnu/Dockerfile | Josh Stone | -1/+1 |
| 2024-04-13 | Rollup merge of #123530 - 9names:build-rv32im, r=Mark-Simulacrum | Matthias Krüger | -0/+3 |
| 2024-04-13 | Bump Fuchsia versions | Erick Tryzelaar | -6/+6 |
| 2024-04-11 | ci: test cargo on `aarch64-gnu` | Josh Stone | -1/+3 |
| 2024-04-09 | Only output to `GITHUB_STEP_SUMMARY` in a CI environment | DianQK | -1/+3 |
| 2024-04-09 | Use `isCI` in `run.sh` | DianQK | -3/+3 |
| 2024-04-09 | Rollup merge of #123624 - GuillaumeGomez:theme-switch-tests, r=notriddle | Matthias Krüger | -13/+11 |
| 2024-04-08 | Manually set cache directory path when running GUI tests | Guillaume Gomez | -12/+10 |
| 2024-04-08 | Update browser-ui-test version to 0.17.2 | Guillaume Gomez | -1/+1 |