| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-09-30 | Remove usage of `compiletest-use-stage0-libtest` from CI | Jakub Beránek | -1/+0 | |
| 2025-07-15 | ci cleanup: rustdoc-gui-test now installs browser-ui-test | binarycat | -11/+0 | |
| this removes the need for --unsafe-perm in the Dockerfile. | ||||
| 2025-05-27 | ci: use ghcr registry for x86_64-gnu-tools job | MarcoIeni | -1/+1 | |
| 2025-04-07 | enable in-tree std on some runners | onur-ozkan | -0/+1 | |
| Signed-off-by: onur-ozkan <work@onurozkan.dev> | ||||
| 2025-02-14 | Remove `build-gccjit.sh` script | Jakub Beránek | -3/+0 | |
| 2025-01-11 | ci: Organise shared helper scripts | Kajetan Puchalski | -2/+2 | |
| Move shared helper scripts used by Docker builds under docker/scripts. | ||||
| 2024-12-20 | Revert "Auto merge of #133809 - mrkajetanp:ci-aarch64-dist, r=Kobzol" | Jakub Beránek | -2/+2 | |
| This reverts commit 023521e6825edfa6df01e392520d7cb120eab158, reversing changes made to c434b4b4b6cd20560c5b32e80b2b22618a4da3dd. | ||||
| 2024-12-18 | ci: Organise shared helper scripts | Kajetan Puchalski | -2/+2 | |
| Move shared helper scripts used by Docker builds under docker/scripts. | ||||
| 2024-11-23 | ci: don't force CI rustc for `x86_64-gnu-tools` | Jieyou Xu | -1/+4 | |
| CI alt rustc builds do not have rustc debug assertions currently. | ||||
| 2024-10-08 | force `download-rustc=if-unchanged` for x86_64-gnu-tools runner | onur-ozkan | -0/+1 | |
| Signed-off-by: onur-ozkan <work@onurozkan.dev> | ||||
| 2024-10-04 | Enable `--no-sandbox` option by default for rustdoc GUI tests | Guillaume Gomez | -1/+1 | |
| 2024-04-18 | CI: add script for installing NodeJS and update it to v20 | Jakub Beránek | -3/+3 | |
| 2024-04-08 | Manually set cache directory path when running GUI tests | Guillaume Gomez | -12/+10 | |
| 2024-03-15 | Greatly reduce GCC build logs | Guillaume Gomez | -1/+2 | |
| 2024-03-10 | Use full commit hash and remove `libgccjit.version` file | Guillaume Gomez | -1/+0 | |
| 2024-03-06 | Build libgccjit in CI | Guillaume Gomez | -3/+11 | |
| 2023-11-02 | Force mangling version for rustc_codegen_gcc | Guillaume Gomez | -1/+2 | |
| 2023-11-02 | Fix rustc_codegen_gcc lto issue | Guillaume Gomez | -0/+2 | |
| 2023-11-02 | Fix missing error libgccjit in CI | Guillaume Gomez | -0/+4 | |
| 2023-10-30 | update which targets we test Miri on | Ralf Jung | -0/+2 | |
| 2023-01-11 | Change `src/test` to `tests` in source files, fix tidy and tests | Albert Larsan | -1/+1 | |
| 2022-12-07 | CI: add missing line continuation marker | Dan Johnson | -1/+1 | |
| Resolves this docker warning: ``` [WARNING]: Empty continuation line found in: RUN apt-get update && apt-get install -y --no-install-recommends g++ gcc-multilib make ninja-build file curl ca-certificates python2.7 python3.9 git cmake sudo gdb llvm-13-tools llvm-13-dev libedit-dev libssl-dev pkg-config zlib1g-dev xz-utils nodejs apt-transport-https software-properties-common && curl -s "https://packages.microsoft.com/config/ubuntu/$(lsb_release -rs)/packages-microsoft-prod.deb" > packages-microsoft-prod.deb && dpkg -i packages-microsoft-prod.deb && apt-get update && apt-get install -y powershell && rm -rf /var/lib/apt/lists/* Warning: : Empty continuation lines will become errors in a future release. ``` | ||||
| 2022-12-02 | reduce docker image sizes by cleaning cache/squashing steps | klensy | -3/+3 | |
| 2022-08-23 | ci: Test rustdoc-gui with --jobs 1 | Josh Stone | -1/+2 | |
| 2022-08-23 | ci: upgrade Node.js in x86_64-gnu-tools | Josh Stone | -2/+2 | |
| 2022-08-23 | ci: Test rustdoc-gui with --no-sandbox | Josh Stone | -1/+1 | |
| 2022-08-23 | ci: Upgrade non-dist Linux testers from 16.04 to 22.04 | Josh Stone | -9/+3 | |
| 2022-08-20 | Enable downloading prebuilt LLVM in test builders | Mark Rousskov | -0/+4 | |
| See comment added for details on the test builder restriction. This is primarily intended for macOS CI, but is likely to be a slight win on other builders too. | ||||
| 2022-08-09 | Allow old toolchain on some images | Nikita Popov | -0/+1 | |
| LLVM 16 will require GCC >= 7.1. For now, set the flag that allows using an older toolchain. | ||||
| 2022-03-18 | Compare installed browser-ui-test version to the one used in CI | Guillaume Gomez | -2/+8 | |
| 2022-03-16 | Update browser-ui-test version to 0.8.3 | Guillaume Gomez | -1/+1 | |
| 2022-03-12 | Update browser-ui-test version used in CI | Guillaume Gomez | -1/+1 | |
| 2022-03-10 | Update browser-ui-test version | Guillaume Gomez | -1/+1 | |
| 2022-02-15 | Update browser-ui-test version | Guillaume Gomez | -1/+1 | |
| 2022-02-04 | Update browser-ui-test version | Guillaume Gomez | -1/+1 | |
| 2022-01-29 | Update browser-ui-test version to 0.5.8 | Guillaume Gomez | -1/+1 | |
| 2021-12-30 | Update browser-ui-test version to have assert-position command | Guillaume Gomez | -1/+1 | |
| 2021-12-12 | Update browser-ui-test version and improve rustdoc-gui tests readability | Guillaume Gomez | -1/+1 | |
| 2021-11-25 | Update browser-ui-test version to enforce that text is displayed before ↵ | Guillaume Gomez | -1/+1 | |
| checking colors | ||||
| 2021-10-19 | Upgrade browser-ui-test version to 0.4.5 (it allows to have multi-line commands) | Guillaume Gomez | -1/+1 | |
| 2021-08-13 | Update browser-ui-test package version | Guillaume Gomez | -1/+1 | |
| 2021-07-14 | Update browser-ui-test package version | Guillaume Gomez | -1/+1 | |
| 2021-07-01 | Update container browser-ui-test@0.4.1 | Stefan Schindler | -1/+1 | |
| 2021-06-28 | Add new tool to check HTML: | Guillaume Gomez | -1/+2 | |
| * Make html-checker run by default on rust compiler docs as well * Ensure html-checker is run on CI * Lazify tidy binary presence check | ||||
| 2021-06-22 | Update browser-ui-test version | Guillaume Gomez | -1/+1 | |
| 2021-06-19 | Update browser-ui-test version | Guillaume Gomez | -1/+1 | |
| 2021-06-13 | Update browser-ui-test version | Guillaume Gomez | -1/+1 | |
| 2021-05-26 | Update install of browser-ui-test package in CI | Guillaume Gomez | -5/+7 | |
| 2021-05-26 | Enforce rustdoc-gui test-suite run | Guillaume Gomez | -3/+53 | |
| 2021-03-01 | Build newer version of cmake in Docker images | Nikita Popov | -0/+3 | |
| LLVM requires CMake 3.13.4, which is only available as of Ubuntu 20.04. On images using an older version, build it manually. | ||||
