| Age | Commit message (Expand) | Author | Lines |
| 2025-06-30 | fix: install correct cc for wasm32-unknown-emscripten | Jayden Qi | -0/+21 |
| 2025-06-30 | fix: wasm-bare targets compiling x86 builtins | Jayden Qi | -3/+8 |
| 2025-06-28 | Rollup merge of #142963 - Kobzol:try-build-skip, r=jieyouxu | Matthias Krüger | -1/+4 |
| 2025-06-26 | Rollup merge of #143010 - GuillaumeGomez:update-browser-ui-test, r=Kobzol | Michael Goulet | -1/+1 |
| 2025-06-26 | Auto merge of #142581 - Kobzol:bootstrap-std-method, r=jieyouxu | bors | -1/+1 |
| 2025-06-25 | Do not build GCC in fast try builds | Jakub Beránek | -1/+4 |
| 2025-06-25 | Update `browser-ui-test` version to `0.20.7` | Guillaume Gomez | -1/+1 |
| 2025-06-23 | Move error code explanation removal check into tidy | Guillaume Gomez | -23/+0 |
| 2025-06-23 | Remove `build --stage 0` from CI scripts | Jakub Beránek | -1/+1 |
| 2025-06-19 | Auto merge of #142245 - marcoieni:split-gnu-tools, r=Kobzol | bors | -55/+119 |
| 2025-06-18 | {aarch64,x86_64}-pc-windows-gnullvm: build host tools | Mateusz Mikuła | -18/+112 |
| 2025-06-16 | Fix `-nopt` CI jobs | Jakub Beránek | -9/+1 |
| 2025-06-13 | Pre-install eslint in `mingw-check-tidy` Dockerfile | Jakub Beránek | -2/+4 |
| 2025-06-11 | put flag check at the end of command chain in mingw-check-2 | bit-aloo | -4/+5 |
| 2025-06-11 | add comment over ci change | bit-aloo | -1/+3 |
| 2025-06-11 | add tracing flag in bootstrap check cmd in mingw-check-2 ci workflow | bit-aloo | -1/+1 |
| 2025-06-10 | ci: split x86_64-gnu-tools job | MarcoIeni | -55/+119 |
| 2025-06-07 | Rollup merge of #142076 - Kobzol:doc-bootstrap-ci, r=marcoieni | Jacob Pratt | -0/+1 |
| 2025-06-05 | Check documentation of bootstrap in PR CI | Jakub Beránek | -0/+1 |
| 2025-06-05 | Rollup merge of #141777 - Kobzol:dist-linux-alt-no-pgo-bolt, r=marcoieni | Matthias Krüger | -8/+28 |
| 2025-06-04 | Rollup merge of #138699 - psumbera:solaris-ci-build3, r=marcoieni | Matthias Krüger | -122/+73 |
| 2025-06-03 | run `x check` on mingw-check-2 | onur-ozkan | -0/+1 |
| 2025-06-02 | Auto merge of #119899 - onur-ozkan:redesign-stage0-std, r=albertlarsan68,jiey... | bors | -19/+48 |
| 2025-06-01 | Rollup merge of #141277 - RalfJung:miri-ci, r=oli-obk | Jacob Pratt | -3/+3 |
| 2025-05-31 | Rollup merge of #141646 - jieyouxu:distcheck, r=Mark-Simulacrum | Matthias Krüger | -0/+12 |
| 2025-05-30 | Do not run PGO/BOLT in x64 Linux alt builds | Jakub Beránek | -8/+28 |
| 2025-05-30 | fix fs bug on CI and update ming-check-1 Dockerfile | onur-ozkan | -0/+1 |
| 2025-05-30 | split `mingw-check` into two | onur-ozkan | -19/+47 |
| 2025-05-30 | use stage 1 for std on CI | onur-ozkan | -5/+5 |
| 2025-05-30 | build dist for x86_64-pc-solaris and sparcv9-sun-solaris | Petr Sumbera | -122/+73 |
| 2025-05-29 | Fix npm install error | Guillaume Gomez | -3/+2 |
| 2025-05-29 | Centralize the eslint version between tidy and docker | Guillaume Gomez | -1/+3 |
| 2025-05-29 | Install eslint in host-x86_64 Dockerfile | Guillaume Gomez | -0/+7 |
| 2025-05-28 | Remove checks that are run with `tidy` | Guillaume Gomez | -3/+0 |
| 2025-05-27 | distcheck: document what distcheck is intended to exercise | Jieyou Xu | -0/+12 |
| 2025-05-27 | ci: use ghcr registry for x86_64-gnu-tools job | MarcoIeni | -1/+1 |
| 2025-05-21 | Rollup merge of #140994 - onur-ozkan:cc2ar-removal, r=albertlarsan68 | Matthias Krüger | -0/+3 |
| 2025-05-21 | Rollup merge of #141078 - marcoieni:split-dist-arm-linux, r=Kobzol | Matthias Krüger | -8/+50 |
| 2025-05-21 | add missing PATH | onur-ozkan | -0/+3 |
| 2025-05-20 | ci: split powerpc64le-linux job | MarcoIeni | -80/+58 |
| 2025-05-20 | Miri CI: test aarch64-apple-darwin in PRs instead of the x86_64 target | Ralf Jung | -3/+3 |
| 2025-05-18 | ci: split dist-arm-linux job | MarcoIeni | -8/+50 |
| 2025-05-17 | Rollup merge of #140917 - RalfJung:checktools, r=WaffleLapkin | Matthias Krüger | -1/+1 |
| 2025-05-15 | ci: split the dist-ohos job | MarcoIeni | -18/+106 |
| 2025-05-11 | checktools.sh: fix bashism | Ralf Jung | -1/+1 |
| 2025-05-10 | test intrinsic fallback bodies with Miri | Ralf Jung | -0/+8 |
| 2025-05-06 | Rollup merge of #140135 - GuillaumeGomez:sidebars-image, r=rustdoc | Guillaume Gomez | -1/+1 |
| 2025-04-28 | Rollup merge of #140349 - marcoieni:codebuild-linux-large-runners, r=Kobzol | Guillaume Gomez | -1/+1 |
| 2025-04-28 | ci: use aws codebuild for the `dist-x86_64-linux` job | MarcoIeni | -1/+1 |
| 2025-04-27 | CI: docker: host-x86_64: test-various: uefi_qemu_test: Update r-efi | Ayush Singh | -4/+4 |