| Age | Commit message (Expand) | Author | Lines |
| 2024-10-12 | Rollup merge of #131334 - heiher:loong-sanitizers, r=Mark-Simulacrum | Trevor Gross | -0/+2 |
| 2024-10-11 | move dummy commit logic into x86_64-gnu-llvm-18 | onur-ozkan | -12/+16 |
| 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/+1 |
| 2024-10-08 | fix `ci_rustc_if_unchanged_logic` test | onur-ozkan | -1/+1 |
| 2024-10-08 | handle CI rustc incompatible runners | onur-ozkan | -0/+1 |
| 2024-10-08 | disable download-rustc on x86_64-gnu-integration | onur-ozkan | -0/+4 |
| 2024-10-08 | make an explicit change on compiler then run bootstrap test | onur-ozkan | -1/+14 |
| 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 | Enable `--no-sandbox` option by default for rustdoc GUI tests | Guillaume Gomez | -1/+1 |
| 2024-09-28 | Update `browser-ui-test` version to `0.18.1` | Guillaume Gomez | -1/+1 |
| 2024-09-27 | Update libgccjit version used in CI | Guillaume Gomez | -1/+1 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -1/+1 |
| 2024-09-20 | Add --enable-profiler to armhf dist | Elli Howard | -1/+1 |
| 2024-09-18 | Update the minimum external LLVM to 18 | Josh Stone | -62/+2 |
| 2024-09-17 | Add zlib to musl dist image so rust-lld will support zlib compression for deb... | Kyle Huey | -0/+1 |
| 2024-09-14 | Auto merge of #129974 - cuviper:ci-llvm-19, r=Mark-Simulacrum | bors | -0/+62 |
| 2024-09-07 | Fix bash syntax | Chris Denton | -1/+1 |
| 2024-09-07 | Fix checktools.sh non-msvc builds | Chris Denton | -4/+7 |
| 2024-09-07 | Split x86_64-msvc-ext into two jobs | Chris Denton | -5/+7 |
| 2024-09-05 | Rollup merge of #128928 - ojeda:ci-rfl-more-tools, r=Kobzol | Matthias Krüger | -7/+43 |
| 2024-09-05 | Rollup merge of #101339 - the8472:ci-randomize-debug, r=Mark-Simulacrum | Matthias Krüger | -0/+1 |
| 2024-09-04 | ci: add a runner for vanilla LLVM 19 | Josh Stone | -0/+62 |
| 2024-09-04 | Auto merge of #129356 - nikic:llvm19-host, r=Mark-Simulacrum | bors | -1/+2 |
| 2024-08-31 | enable layout randomization in x86_64-gnu-llvm-17 CI job | The 8472 | -0/+1 |
| 2024-08-28 | CI: rfl: factor out build targets | Miguel Ojeda | -8/+9 |
| 2024-08-28 | CI: rfl: add macro expanded source build (`-Zunpretty=expanded`) | Miguel Ojeda | -0/+8 |
| 2024-08-28 | CI: rfl: add a `rustfmt` run | Miguel Ojeda | -2/+9 |
| 2024-08-28 | CI: rfl: add a Clippy build | Miguel Ojeda | -2/+13 |
| 2024-08-28 | CI: rfl: switch to a stage 2 build | Miguel Ojeda | -2/+2 |
| 2024-08-28 | CI: rfl: add a couple comments to split the steps and document them | Miguel Ojeda | -0/+9 |
| 2024-08-27 | Rollup merge of #128935 - lqd:needs-zstd, r=Kobzol | Trevor Gross | -4/+5 |
| 2024-08-25 | enable `llvm.libzstd` on test x64 linux builder | Rémy Rakic | -1/+2 |
| 2024-08-25 | move and rename zstd script | Rémy Rakic | -3/+3 |
| 2024-08-23 | CI: rfl: move to temporary commit | Miguel Ojeda | -2/+2 |
| 2024-08-21 | Update x86_64-linux host compiler to LLVM 19 rc 3 | Nikita Popov | -1/+2 |
| 2024-08-19 | Auto merge of #128722 - tgross35:new-resolver-root, r=Mark-Simulacrum | bors | -1/+1 |
| 2024-08-18 | Rollup merge of #129048 - heiher:update-crosstool-loongarch64, r=Mark-Simulacrum | Trevor Gross | -7/+7 |
| 2024-08-18 | Switch to using the v2 resolver in most workspaces | Trevor Gross | -1/+1 |
| 2024-08-13 | Update `crosstool-ng` for loongarch64 | WANG Rui | -7/+7 |
| 2024-08-12 | don't use `--rustc-args` to test the stdlib's size optimizations feature | Rémy Rakic | -3/+3 |
| 2024-08-09 | Install zstd in dist builder image. | Kyle Huey | -0/+33 |
| 2024-08-09 | Add zlib and zstd dev packages for building lld. | Kyle Huey | -0/+2 |
| 2024-08-09 | Enable zstd for debug compression. | Kyle Huey | -0/+1 |
| 2024-08-07 | Fuchsia Test Runner: enable ffx repository server | Jeff Martin | -0/+13 |
| 2024-08-03 | Promote riscv64gc-unknown-linux-musl to tier 2 | Amanieu d'Antras | -2/+12 |
| 2024-07-29 | CI: rfl: build the documentation | Miguel Ojeda | -0/+3 |
| 2024-07-29 | CI: rfl: build the generated doctests | Miguel Ojeda | -1/+2 |
| 2024-07-29 | Rollup merge of #128322 - ojeda:rfl-ci-update, r=Kobzol | Matthias Krüger | -1/+1 |