| Age | Commit message (Expand) | Author | Lines |
| 2024-10-29 | Rollup merge of #131375 - klensy:clone_on_ref_ptr, r=cjgillot | Jubilee | -1/+2 |
| 2024-10-28 | CI: build FreeBSD artifacts on FreeBSD 13.4 | Alan Somers | -6/+6 |
| 2024-10-28 | split clippy task for library and compiler, so different lints can be enabled | klensy | -1/+2 |
| 2024-10-27 | Revert "ci update freebsd version proposal, freebsd 12 being eol." | David Carlier | -10/+10 |
| 2024-10-26 | Rollup merge of #132163 - claywilkinson:master, r=tmandry | Matthias Krüger | -30/+22 |
| 2024-10-25 | Fix indentation | Tyler Mandry | -2/+2 |
| 2024-10-25 | Update Fuchsia CI script for package serving | Clayton Wilkinson | -30/+22 |
| 2024-10-25 | Auto merge of #132148 - matthiaskrgr:rollup-c155tcy, r=matthiaskrgr | bors | -5/+0 |
| 2024-10-25 | Auto merge of #131917 - jieyouxu:rmake-clang, r=Kobzol | bors | -4/+4 |
| 2024-10-25 | Rollup merge of #132130 - onur-ozkan:remove-ci-change-id, r=Kobzol | Matthias Krüger | -5/+0 |
| 2024-10-25 | Auto merge of #131207 - davidtwco:pac-ret-lto-test, r=Mark-Simulacrum | bors | -0/+61 |
| 2024-10-25 | remove `change-id` from CI script | onur-ozkan | -5/+0 |
| 2024-10-24 | ci: add aarch64-gnu-debug job | David Wood | -0/+61 |
| 2024-10-23 | Rollup merge of #132058 - adetaylor:use-rust-next-in-ci, r=lqd | León Orell Valerian Liehr | -1/+1 |
| 2024-10-23 | CI: rfl: use rust-next temporary commit | Adrian Taylor | -1/+1 |
| 2024-10-22 | Address review comments on wasm32v1-none target | Graydon Hoare | -0/+1 |
| 2024-10-22 | ci: switch `x86_64-gnu-debug` to use a large disk runner | 许杰友 Jieyou Xu (Joe) | -1/+3 |
| 2024-10-22 | ci: run the full `run-make` test suite | 许杰友 Jieyou Xu (Joe) | -3/+1 |
| 2024-10-21 | Auto merge of #131570 - ehuss:update-xcode, r=Mark-Simulacrum | bors | -5/+5 |
| 2024-10-21 | Auto merge of #120869 - devnexen:update_fbsd_ci, r=Mark-Simulacrum | bors | -11/+11 |
| 2024-10-18 | Auto merge of #131887 - jieyouxu:rollup-ftik4ni, r=jieyouxu | bors | -0/+4 |
| 2024-10-18 | checktools.sh: add link to issue for more context about disabled Miri tests | Ralf Jung | -0/+4 |
| 2024-10-18 | Auto merge of #131362 - Kobzol:ci-free-runners-linux-4c, r=Mark-Simulacrum | bors | -7/+12 |
| 2024-10-15 | Make fuchsia-test-runner.py compatible with new JSON output from llvm-readelf | c6c7 | -11/+31 |
| 2024-10-14 | Rollup merge of #131533 - workingjubilee:update-emscripten-version, r=Kobzol | Matthias Krüger | -2/+2 |
| 2024-10-13 | CI: use free runners for 4core Linux jobs | Jakub Beránek | -7/+12 |
| 2024-10-12 | Rollup merge of #131358 - onur-ozkan:129528, r=Mark-Simulacrum | Trevor Gross | -0/+36 |
| 2024-10-12 | Rollup merge of #131334 - heiher:loong-sanitizers, r=Mark-Simulacrum | Trevor Gross | -0/+2 |
| 2024-10-12 | add new CI step: "setup upstream remote" | onur-ozkan | -0/+36 |
| 2024-10-11 | (ci) Update macOS to Xcode 15 | Eric Huss | -5/+5 |
| 2024-10-11 | move dummy commit logic into x86_64-gnu-llvm-18 | onur-ozkan | -17/+19 |
| 2024-10-10 | emscripten: Use the latest emsdk 3.1.68 | Jubilee Young | -2/+2 |
| 2024-10-08 | Fix quotation marks around debug line in `src/ci/run.sh` | Josh Stone | -1/+1 |
| 2024-10-08 | Auto merge of #131412 - matthiaskrgr:rollup-478o6h6, r=matthiaskrgr | bors | -1/+1 |
| 2024-10-08 | force `download-rustc=if-unchanged` for x86_64-gnu-tools runner | onur-ozkan | -0/+2 |
| 2024-10-08 | fix `ci_rustc_if_unchanged_logic` test | onur-ozkan | -2/+3 |
| 2024-10-08 | handle CI rustc incompatible runners | onur-ozkan | -0/+6 |
| 2024-10-08 | disable download-rustc on x86_64-gnu-integration | onur-ozkan | -0/+4 |
| 2024-10-08 | disable read-only mode in mingw-check image for merge pipeline | onur-ozkan | -0/+2 |
| 2024-10-08 | make an explicit change on compiler then run bootstrap test | onur-ozkan | -1/+17 |
| 2024-10-08 | disable CI rustc when not using CI LLVM | onur-ozkan | -0/+2 |
| 2024-10-08 | use precompiled rustc for non-dist builders by default | onur-ozkan | -0/+4 |
| 2024-10-07 | CI: rfl: move job forward to Linux v6.12-rc2 | Miguel Ojeda | -1/+1 |
| 2024-10-06 | Enable sanitizers for loongarch64-unknown-* | WANG Rui | -0/+2 |
| 2024-10-04 | Rollup merge of #131230 - GuillaumeGomez:no-sandbox, r=notriddle | Guillaume Gomez | -1/+1 |
| 2024-10-04 | Enable `--no-sandbox` option by default for rustdoc GUI tests | Guillaume Gomez | -1/+1 |
| 2024-10-02 | Auto merge of #125771 - Kobzol:ci-datadog-metrics, r=jdno | bors | -0/+81 |
| 2024-09-28 | Update `browser-ui-test` version to `0.18.1` | Guillaume Gomez | -1/+1 |
| 2024-09-28 | Rollup merge of #130940 - workingjubilee:remove-space-saving-operations, r=Ko... | Matthias Krüger | -20/+3 |
| 2024-09-28 | update Docker ? | David Carlier | -1/+1 |