| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-07-16 | try fixing spurious CI failures on windows | Aleksey Kladov | -6/+6 | |
| It seems like it may be related to self-update? Anyways, I think we should be disabling self-update on CI | ||||
| 2022-07-15 | Remove deprecate action | Aleksey Kladov | -15/+13 | |
| https://old.reddit.com/r/rust/comments/vyx4oj/actionsrs_organization_became_unmaintained/ Looking at this holistically, I don't fully understand *why* we need an action here? Seems like we can just use rustup? nowadays github runners come with rustup pre-installed. | ||||
| 2022-07-15 | Update .github/workflows/release.yaml | Aleksey Kladov | -1/+1 | |
| Co-authored-by: Laurențiu Nicola <lnicola@users.noreply.github.com> | ||||
| 2022-07-15 | Remove deprecate action | Aleksey Kladov | -55/+7 | |
| https://old.reddit.com/r/rust/comments/vyx4oj/actionsrs_organization_became_unmaintained/ Looking at this holistically, I don't fully understand *why* we need an action here? Seems like we can just use rustup? nowadays github runners come with rustup pre-installed. | ||||
| 2022-07-08 | publish workflow: Fix names for existing crates | David Lattimore | -0/+2 | |
| Attempting to publish for example ra_ap_text-edit when ra_ap_text_edit has already been published is rejected by crates.io. | ||||
| 2022-06-23 | Try to publish releases to OpenVSX | Laurențiu Nicola | -2/+13 | |
| 2022-05-23 | Auto merge of #12366 - rust-lang:revert-12349-universal-vsix, r=lnicola | bors | -0/+2 | |
| Revert "internal: Publish universal VSIX to make VS happy" Reverts rust-lang/rust-analyzer#12349 | ||||
| 2022-05-23 | Revert "internal: Publish universal VSIX to make VS happy" | Laurențiu Nicola | -0/+2 | |
| 2022-05-23 | Revert "internal: Try to publish the universal VSIX before the other ones" | Laurențiu Nicola | -2/+2 | |
| 2022-05-23 | Try to publish the universal VSIX before the other ones | Laurențiu Nicola | -2/+2 | |
| 2022-05-22 | Publish universal VSIX to make VS happy | Laurențiu Nicola | -2/+0 | |
| 2022-04-30 | Update GitHub Actions actions/checkout@v2 to v3 | David Tolnay | -9/+9 | |
| The v2 implementation uses Node 12, which is end-of-life on April 30, 2022. See https://nodejs.org/en/about/releases/. Update to v3, which is based on Node 16 whose support lasts until April 30, 2024. | ||||
| 2022-04-14 | minor: Don't run CI on master branch | Lukas Wirth | -8/+5 | |
| 2022-04-13 | Update CI for Rust bors | Deadbeef | -0/+23 | |
| 2022-04-13 | minor: prepare CI for rust-lang move | Lukas Wirth | -7/+7 | |
| 2022-04-03 | Delete FUNDING.yml | Lukas Wirth | -2/+0 | |
| 2022-03-01 | Build release binaries on Ubuntu 18.04 | Laurențiu Nicola | -2/+2 | |
| 2022-02-18 | Update issue template | Laurențiu Nicola | -2/+3 | |
| 2021-12-28 | Set a timeout on the Octokit client | Laurențiu Nicola | -1/+6 | |
| 2021-12-22 | Gate workflows to only run on upstream | Laurențiu Nicola | -2/+7 | |
| 2021-12-22 | Improve github-release action | Laurențiu Nicola | -37/+57 | |
| 2021-12-22 | Update known issues in the bug report template | Laurențiu Nicola | -1/+3 | |
| 2021-12-22 | Actually nightly releases to Matketplace | Laurențiu Nicola | -2/+1 | |
| 2021-12-20 | Build and publish pre-release Code extension versions | Laurențiu Nicola | -5/+31 | |
| 2021-12-18 | Publish platform-specific Code VSIXes | Laurențiu Nicola | -12/+32 | |
| 2021-12-16 | Set MACOSX_DEPLOYMENT_TARGET to 10.15 to improve compat | Laurențiu Nicola | -0/+1 | |
| 2021-12-15 | Refactor release workflow | Laurențiu Nicola | -287/+171 | |
| 2021-12-15 | Really switch XCode version | Laurențiu Nicola | -3/+3 | |
| 2021-12-15 | Enable workflow_dispatch for release workflow | Laurențiu Nicola | -0/+2 | |
| 2021-12-15 | Use default XCode version | Laurențiu Nicola | -3/+4 | |
| 2021-12-04 | Bump Node to 14 in release workflow | Laurențiu Nicola | -2/+2 | |
| 2021-12-01 | Bump to Node 14 | Laurențiu Nicola | -1/+1 | |
| 2021-12-01 | Use xvfb-run directly | Laurențiu Nicola | -5/+15 | |
| 2021-12-01 | Bump xvfb-action to fix Code tests | Laurențiu Nicola | -3/+3 | |
| 2021-11-29 | Update bug report template to include version info | Jonas Schievink | -1/+4 | |
| 2021-11-04 | Type-check TS on CI and also turn off the strict setting ↵ | Chayim Refael Friedman | -0/+3 | |
| `useUnknownInCatchVariables` We don't follow it and I found that turning it on will have little benefit. | ||||
| 2021-10-31 | minor: group -gnu builders together | Aleksey Kladov | -30/+30 | |
| 2021-10-31 | feat: upgrade ubuntu builders | Aleksey Kladov | -4/+4 | |
| For `-gnu` triples, use 20.04, the current LTS. This upgrades the required version of glibc. For musl, just use `latest` as, presumably, we don't care about glibc version in that case. | ||||
| 2021-10-31 | Run apt-get update for AArch64 builds | Laurențiu Nicola | -0/+3 | |
| 2021-08-30 | Use Ubuntu 18.04 on CI | Laurențiu Nicola | -3/+3 | |
| 2021-08-20 | internal: prep to 2021 edition | Aleksey Kladov | -1/+1 | |
| 2021-07-21 | Merge #9667 | bors[bot] | -1/+0 | |
| 9667: minor: Remove proc macro ABI issue from bug report template r=lnicola a=lnicola bors r+ Co-authored-by: Laurențiu Nicola <lnicola@dend.ro> | ||||
| 2021-07-21 | Remove proc macro ABI issue from bug report template | Laurențiu Nicola | -1/+0 | |
| 2021-07-20 | internal: easier to skim CI logs | Aleksey Kladov | -1/+1 | |
| 2021-07-07 | Add nightly proc macro issue to the bug report template | Laurențiu Nicola | -1/+2 | |
| 2021-07-03 | Update ISSUE_TEMPLATE | Daiki Ihara | -0/+1 | |
| 2021-07-03 | Update bug_repord template | Daiki Ihara | -3/+0 | |
| 2021-06-22 | Fix compilation on WASM | Florian Diebold | -1/+7 | |
| Fixes #9214. Fixes #9210. | ||||
| 2021-05-03 | Merge #8427 | bors[bot] | -31/+4 | |
| 8427: Move CI to rust-cache Action r=matklad a=Swatinem This is humbling. I actually took inspiration from RAs pre-cache xtask when developing my action ;-) Closes #7731 Co-authored-by: Arpad Borsos <swatinem@swatinem.de> | ||||
| 2021-04-26 | Use -u instead of --utc date flag | Kirill Bulatov | -1/+1 | |
