| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-31 | Rollup merge of #144053 - Kobzol:ci-remove-install-rust, r=marcoieni | Samuel Tardieu | -3/+0 | |
| Remove install Rust script from CI Windows ARM images should contain Rust now (https://github.com/actions/partner-runner-images/issues/77#issuecomment-3082613685). CC dpaoliello try-job: `*aarch64-msvc*` | ||||
| 2025-07-30 | Auto merge of #144305 - ChrisDenton:win-free-disk-space, r=marcoieni | bors | -1/+8 | |
| Free disk space on Windows 2025 runners I've managed to reduce the time deletion takes by: - Using powershell, which is generally faster for filesystem operations than msys2 - Performing deletions concurrently then waiting for them all to complete It still takes 2-10 mins but that's not too bad. | ||||
| 2025-07-30 | Free disk space on Windows 2025 runners | Chris Denton | -1/+8 | |
| 2025-07-21 | Remove spellcheck workflow | Jieyou Xu | -23/+0 | |
| Unfortunately, the separate spellcheck GHA workflow does not really work with homu, if we would like to enforce the invariant that PR CI is a subset of Full CI (modulo carve outs). This is not prejudice against a reland of a `typos`-based spellcheck, it just probably has to go through the "usual" CI flow with bootstrap, so that it can work with homu. | ||||
| 2025-07-19 | Initialize mingw for the runner's user | Chris Denton | -5/+0 | |
| 2025-07-17 | Remove install Rust script from CI | Jakub Beránek | -3/+0 | |
| Windows ARM images should contain Rust now. | ||||
| 2025-07-16 | Ensure home directory exists | Chris Denton | -0/+5 | |
| This works around a missing mingw home directory in CI | ||||
| 2025-07-10 | Rollup merge of #140136 - dpaoliello:arm64winci, r=Kobzol | Trevor Gross | -0/+3 | |
| Add an aarch64-msvc build running on ARM64 Windows Resurrecting rust-lang/rust#126341 Per <https://github.com/rust-lang/rfcs/pull/3817> we intend to promote `aarch64-pc-windows-msvc` to Tier 1. As part of that work, we are adding a pre-merge CI job to validate that changes do not break this target. Additionally, for consistency, the `dist-aarch64-msvc` job will also be run on Arm64 Windows runners. r? ``@Kobzol`` try-job: `*aarch64-msvc*` | ||||
| 2025-07-05 | Rollup merge of #143386 - clubby789:dep-bump-me, r=compiler-errors | Matthias Krüger | -0/+1 | |
| Assign dependency bump PRs to me These PRs sometimes get lost as GH reduces their visibility, so I wanted to get an assignment so I can help these PRs land | ||||
| 2025-07-04 | Assign dependency bump PRs to me | clubby789 | -0/+1 | |
| 2025-07-03 | Rollup merge of #134006 - klensy:typos, r=nnethercote | Jana Dönszelmann | -0/+23 | |
| setup typos check in CI This allows to check typos in CI, currently for compiler only (to reduce commit size with fixes). With current setup, exclude list is quite short, so it worth trying? Also includes commits with actual typo fixes. MCP: https://github.com/rust-lang/compiler-team/issues/817 typos check currently turned for: * ./compiler * ./library * ./src/bootstrap * ./src/librustdoc After merging, PRs which enables checks for other crates (tools) can be implemented too. Found typos will **not break** other jobs immediately: (tests, building compiler for perf run). Job will be marked as red on completion in ~ 20 secs, so you will not forget to fix it whenever you want, before merging pr. Check typos: `python x.py test tidy --extra-checks=spellcheck` Apply typo fixes: `python x.py test tidy --extra-checks=spellcheck:fix` (in case if there only 1 suggestion of each typo) Current fail in this pr is expected and shows how typo errors emitted. Commit with error will be removed after r+. | ||||
| 2025-07-03 | setup CI and tidy to use typos for spellchecking and fix few typos | klensy | -0/+23 | |
| 2025-07-02 | Rename mingw-check-tidy to tidy | Chris Denton | -2/+2 | |
| 2025-07-01 | Rename mingw-* CI jobs to pr-* | Chris Denton | -2/+2 | |
| 2025-06-26 | Remove workflow run on master | Jakub Beránek | -4/+0 | |
| 2025-06-26 | Remove cache for citool | Jakub Beránek | -7/+0 | |
| 2025-06-13 | DRAFT: Add an aarch64-msvc build running on ARM64 Windows | Daniel Paoliello | -0/+3 | |
| 2025-06-10 | Only run `citool` tests on the `auto` branch | Jakub Beránek | -1/+7 | |
| 2025-06-09 | Run `calculate_matrix` job on the `master` branch | Jakub Beránek | -0/+4 | |
| This allows us to reuse its cache on PR CI jobs. | ||||
| 2025-05-30 | ci: use arm to calculate job matrix | MarcoIeni | -1/+1 | |
| 2025-05-29 | Provide secrets to try builds with new bors | Jakub Beránek | -2/+2 | |
| 2025-05-27 | Fix CI for unrolled builds on the `try-perf` branch | Jakub Beránek | -7/+6 | |
| That branch is essentially the same as the `try` branch, it also needs S3 permissions. Long term, we should move rollup unrolling from rustc-perf to bors, so that we can have only a single try branch. | ||||
| 2025-05-22 | ci: prepare aws access keys for migration | MarcoIeni | -4/+4 | |
| 2025-05-21 | Add bors environment to CI | Jakub Beránek | -0/+9 | |
| This will be used to access secrets once we move off rust-lang-ci. | ||||
| 2025-05-06 | Handle PR not found in post-merge workflow | Jakub Beránek | -0/+7 | |
| 2025-04-25 | Rollup merge of #140148 - marcoieni:ci-aws-codebuild, r=Kobzol | Matthias Krüger | -0/+13 | |
| CI: use aws codebuild for job dist-arm-linux try-job: dist-arm-linux | ||||
| 2025-04-23 | CI: use aws codebuild for job dist-arm-linux | MarcoIeni | -0/+13 | |
| 2025-04-20 | Remove `setup-upstream-remote.sh` and upstream handling. | Jakub Beránek | -3/+0 | |
| It shouldn't be needed anymore. | ||||
| 2025-04-15 | Use `rust-cache` to speed-up `citool` compilation | Jakub Beránek | -0/+7 | |
| 2025-03-27 | Add CI metadata to bootstrap metrics | Jakub Beránek | -0/+2 | |
| This will allow us to provide links to CI workflows, jobs and summaries in the post-merge analysis report. | ||||
| 2025-03-19 | Rollup merge of #138658 - marcoieni:mirror-alpine-and-centos, r=Kobzol | Matthias Krüger | -0/+7 | |
| CI: mirror alpine and centos images to ghcr | ||||
| 2025-03-18 | CI: mirror alpine and centos images to ghcr | MarcoIeni | -0/+7 | |
| 2025-03-18 | Remove double nesting in post-merge workflow | Jakub Beránek | -4/+3 | |
| 2025-03-17 | Small review improvements | Jakub Beránek | -2/+2 | |
| 2025-03-15 | Print test diffs into GitHub summary | Jakub Beránek | -0/+5 | |
| So that we can also observe them for try builds, before merging a PR. | ||||
| 2025-03-15 | Print metrics postprocessing to stdout | Jakub Beránek | -1/+1 | |
| This allows the code to be simplified a little bit. | ||||
| 2025-03-15 | Do not fail the build if metrics postprocessing or DataDog upload fails | Jakub Beránek | -0/+6 | |
| 2025-03-15 | Refactor metrics generation step | Jakub Beránek | -2/+6 | |
| 2025-03-15 | Rollup merge of #138454 - Kobzol:post-merge-workflow-fixes, r=jieyouxu | León Orell Valerian Liehr | -1/+6 | |
| Improve post-merge workflow Contains various fixes for the post-merge workflow implemented in https://github.com/rust-lang/rust/pull/138013, which were suggested on Zulip. This PR changes the grouping of test diffs and ignores doctests, as they are too noisy. I'll post an example output (before/after this PR) in comments below. r? ```@jieyouxu``` | ||||
| 2025-03-13 | Print job doc URL on job failure | Jakub Beránek | -2/+14 | |
| 2025-03-13 | Output job doc URL to allow Rust Log Analyzer to access it | Jakub Beránek | -0/+1 | |
| 2025-03-13 | Collapse report in `<details>` | Jakub Beránek | -1/+6 | |
| 2025-03-13 | Add note about the experimental status | Jakub Beránek | -1/+1 | |
| 2025-03-11 | Fix post-merge workflow | 许杰友 Jieyou Xu (Joe) | -1/+1 | |
| The command is called `post-merge-report` not `post-merge-analysis`. | ||||
| 2025-03-08 | Fix checkout in post-merge workflow | Jakub Beránek | -0/+5 | |
| 2025-03-08 | Add missing `GH_TOKEN` environment variable | Jakub Beránek | -2/+3 | |
| It is needed for using the `gh` CLI commands. | ||||
| 2025-03-07 | Add post-merge analysis CI workflow | Jakub Beránek | -0/+36 | |
| 2025-03-05 | Upload Datadog average CPU usage metric in citool | Jakub Beránek | -6/+2 | |
| 2025-03-05 | Make citool compilation faster | Jakub Beránek | -3/+3 | |
| 2025-03-04 | Postprocess test suite metrics into GitHub summary | Jakub Beránek | -0/+17 | |
