about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/.github/workflows
AgeCommit message (Collapse)AuthorLines
2025-06-28ci: Fix up release workflowLukas Wirth-4/+5
2025-06-28ci: Cancel workflow only after the main matrix has finishedLukas Wirth-15/+19
2025-06-24ci: Fix cancel parallel jobs on windowsShoyu Vanilla-0/+4
2025-06-04ci: Pin `cargo-workspaces` version to `0.3.6`, againShoyu Vanilla-2/+2
2025-06-04fix: Typo mistake in autopublish workflowShoyu Vanilla (Flint)-1/+1
2025-06-04ci: When autopublishing, remove `xtask` from workspaceShoyu Vanilla (Flint)-3/+3
Revert `cargo-workspaces` version fix
2025-06-04ci: Pin `cargo-workspaces` to `0.3.6`Shoyu Vanilla-1/+1
2025-05-16ci: Run metrics on the beta channelLukas Wirth-6/+6
This way we can catch regressions from upstream earlier
2025-04-18Support specific revisions for pgoLaurențiu Nicola-6/+6
2025-04-17Build MacOS AArch64 releases on that platformLaurențiu Nicola-1/+1
2025-04-16Use PGO on macOS x64 and arm64 buildsAlexander Zaitsev-0/+2
- realted to https://github.com/rust-lang/rust-analyzer/issues/9412#issuecomment-2810772246
2025-04-16Merge pull request #19597 from Kobzol/arm-ciLukas Wirth-2/+3
Build aarch64 builds on CI with PGO
2025-04-16Pin rustc used for the `proc-macro-src` CI jobJakub Beránek-5/+13
2025-04-15Perform PGO for aarch64 buildsJakub Beránek-2/+3
2025-04-15Use PGO on Linux x64 buildsJakub Beránek-0/+1
2025-04-15Merge pull request #19585 from Kobzol/pgo-windowsLaurențiu Nicola-2/+4
Allow training PGO on a custom crate and enable it Windows on CI
2025-04-15Use `manylinux` Docker container instead of zigbuild for x64 LinuxJakub Beránek-1/+9
This gets us glibc 2.28 without using `cargo zigbuild`, which is not compatible with PGO.
2025-04-15Run PGO for Windows on CIJakub Beránek-0/+2
2025-04-15Allow passing a specific crate for PGO trainingJakub Beránek-2/+2
2025-04-14Do not enable PGO in combination with zigbuildJakub Beránek-2/+0
2025-04-14Merge pull request #19582 from Kobzol/ci-pgoLukas Wirth-3/+6
Distribute x64 and aarch64 Linux builds with PGO optimizations
2025-04-14Use PGO for x64 and aarch64 Linux builds on CIJakub Beránek-3/+6
2025-04-12ci: cancel parallel jobs if test failsPrajwal S N-4/+16
Signed-off-by: Prajwal S N <prajwalnadig21@gmail.com>
2025-04-06chore: Set up a proper job matrix for rust-crossLukas Wirth-14/+14
2025-04-01chore: Disable rust-cache in CILukas Wirth-33/+23
It doesn't actually work with merge groups ...
2025-03-31chore: Clean CI a bitLukas Wirth-29/+51
2025-03-29fix: Fix, clarify and require a value for `proc_macro_cwd` of `CrateData`Lukas Wirth-7/+1
2025-03-27chore: Remove salsa dependency from proc-macro server againLukas Wirth-0/+3
2025-03-25ci: Require miri stepLukas Wirth-3/+7
2025-03-25ci: run `intern` tests via `cargo miri`Lukas Wirth-1/+21
2025-03-18chore: Clean up proc-macro-srv CI jobLukas Wirth-8/+8
2025-03-16Use cargo nextest on CILaurențiu Nicola-1/+3
2025-03-10Run proc-macro server tests are separate CI jobLukas Wirth-25/+45
Touch tt
2025-03-05Twiddle with the rustup invocation on CILaurențiu Nicola-2/+1
2025-02-27Update Node.js, vscode, and ts depsBenjaminBrienen-3/+3
2025-02-26Use cargo zigbuild for releasesLaurențiu Nicola-30/+25
2025-02-24Merge pull request #19217 from lnicola/event-nameLaurențiu Nicola-6/+6
Fix `event_name` check is workflows
2025-02-24Fix event_name check in workflowsLaurențiu Nicola-6/+6
2025-02-24Downgrade to ubuntu-22.04 for aarch64-unknown-linux-gnu and ↵Laurențiu Nicola-2/+2
arm-unknown-linux-gnueabihf builds
2025-02-20Use ubuntu-latest workers for releasesLaurențiu Nicola-3/+3
2025-02-09fix off-by-one errorjyn-1/+5
2025-02-01Stop running some release workflows on forks and update old URLsLaurențiu Nicola-4/+9
2025-01-03Fix metrics workflowLaurențiu Nicola-1/+1
2025-01-03Disable rustc_test metrics againLukas Wirth-7/+2
2024-12-29Automatically cancel CI checks on new push to same PRLukas Wirth-1/+5
2024-12-24fix: Fix metrics workflow using the wrong download-artifact versionLukas Wirth-1/+1
2024-12-24Back out "internal: Disable rustc test metrics"Lukas Wirth-2/+7
This backs out commit d9a08624aad55a91f839e6ee3acf7117d197cda9.
2024-12-13Bump typosLaurențiu Nicola-1/+1
2024-11-04Don't try to auto-publish text-editLaurențiu Nicola-1/+0
2024-10-29Publish test-fixture => ra_ap_test_fixtureSam McCall-0/+1