Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Actually gate CI on eslint | Aleksey Kladov | 2020-02-27 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #3330 from Veetaha/feature/cargo-audit | Aleksey Kladov | 2020-02-26 | 1 | -0/+10 | |
|\ | | | | | cicd: add cargo audit | |||||
| * | cicd: add cargo audit | Veetaha | 2020-02-26 | 1 | -0/+10 | |
| | | ||||||
* | | vscode: added audit at ci | Veetaha | 2020-02-26 | 1 | -1/+6 | |
|/ | ||||||
* | Check that we use no C deps on CI | Aleksey Kladov | 2020-02-19 | 1 | -0/+1 | |
| | | | | | | | | | C deps are not a problem for a typical build, but cause issues in more esoteric scenarios, like cross-compiling. Let's check that we don't have them. Setting `CC` to some dummy value should do the trick, as custom build scripts typically respect this variable. | |||||
* | Rename the binary to rust-analyzer | Aleksey Kladov | 2020-02-18 | 1 | -11/+11 | |
| | ||||||
* | Gate stuff on CI | Aleksey Kladov | 2020-02-18 | 1 | -0/+2 | |
| | ||||||
* | Fix extension name | Aleksey Kladov | 2020-02-17 | 1 | -6/+5 | |
| | ||||||
* | Fix release process once more | Aleksey Kladov | 2020-02-17 | 1 | -2/+2 | |
| | ||||||
* | Fix release process | Aleksey Kladov | 2020-02-17 | 1 | -4/+5 | |
| | ||||||
* | cicd: simplify vsce call | Veetaha | 2020-02-15 | 1 | -1/+1 | |
| | ||||||
* | Third time's a charm? | Aleksey Kladov | 2020-02-11 | 1 | -1/+1 | |
| | ||||||
* | Fix release | Aleksey Kladov | 2020-02-11 | 1 | -9/+0 | |
| | ||||||
* | Publish VS Code extension automatically | Aleksey Kladov | 2020-02-11 | 1 | -3/+19 | |
| | ||||||
* | eamcs is now upstreamed | Aleksey Kladov | 2020-02-10 | 1 | -3/+0 | |
| | ||||||
* | Make sure release uses the release branch, and not master | Aleksey Kladov | 2020-01-29 | 1 | -2/+4 | |
| | ||||||
* | Don't fail fast on CI | Aleksey Kladov | 2020-01-22 | 1 | -0/+1 | |
| | ||||||
* | build with clang? | Aleksey Kladov | 2020-01-13 | 1 | -5/+11 | |
| | ||||||
* | musl | Aleksey Kladov | 2020-01-13 | 1 | -1/+2 | |
| | ||||||
* | 🎁 GitHub releases 🎁 | Aleksey Kladov | 2020-01-13 | 1 | -13/+98 | |
| | ||||||
* | Tweak release workflow | Aleksey Kladov | 2020-01-11 | 1 | -41/+13 | |
| | ||||||
* | Don't be overly generic | Aleksey Kladov | 2020-01-11 | 2 | -6/+4 | |
| | ||||||
* | We only want this triggering for master. | Giles Cope | 2020-01-09 | 1 | -2/+0 | |
| | ||||||
* | Reducing binary size and optimising a bit more. | Giles Cope | 2020-01-09 | 1 | -1/+1 | |
| | ||||||
* | Still double compiling. Try this. | Giles Cope | 2020-01-09 | 1 | -9/+3 | |
| | ||||||
* | Was doing the compile twice. | Giles Cope | 2020-01-09 | 1 | -1/+2 | |
| | ||||||
* | Split out into a release build as bins were not getting generated as cargo ↵ | Giles Cope | 2020-01-09 | 2 | -32/+131 | |
| | | | | build wasn't run | |||||
* | second attempt | Giles Cope | 2020-01-09 | 1 | -1/+1 | |
| | ||||||
* | parameterised debug | Giles Cope | 2020-01-09 | 1 | -3/+4 | |
| | ||||||
* | Packaging server bins | Giles Cope | 2020-01-09 | 1 | -2/+13 | |
| | ||||||
* | create dir if not there as cp doesn't seem to have an option to create the ↵ | Giles Cope | 2020-01-09 | 1 | -1/+1 | |
| | | | | dest dir automatically. | |||||
* | put as debug for now while I get it working. | Giles Cope | 2020-01-09 | 1 | -3/+3 | |
| | ||||||
* | Getting to grips with github format... | Giles Cope | 2020-01-09 | 1 | -1/+5 | |
| | ||||||
* | Less output for typescript artifacts | Giles Cope | 2020-01-09 | 1 | -2/+7 | |
| | ||||||
* | Relative adderss | Giles Cope | 2020-01-08 | 1 | -1/+1 | |
| | ||||||
* | Upload | Giles Cope | 2020-01-08 | 1 | -3/+6 | |
| | ||||||
* | noop | Giles Cope | 2020-01-08 | 1 | -0/+1 | |
| | ||||||
* | Make artifacts accessible | Giles Cope | 2020-01-08 | 1 | -0/+7 | |
| | ||||||
* | More tenacious CI networking | Aleksey Kladov | 2020-01-07 | 1 | -0/+2 | |
| | ||||||
* | Try to restore caching on CI | Aleksey Kladov | 2020-01-07 | 1 | -1/+13 | |
| | ||||||
* | Share cache cleaning logic between OSes | Aleksey Kladov | 2020-01-07 | 1 | -20/+5 | |
| | ||||||
* | Rename old toolchains on windows to speedup installation | Emil Lauridsen | 2020-01-03 | 1 | -2/+6 | |
| | ||||||
* | Remove rust-docs on Windows before updating to latest stable | Emil Lauridsen | 2020-01-03 | 1 | -0/+4 | |
| | ||||||
* | Blindfolded PowerShell coding | Emil Lauridsen | 2020-01-03 | 1 | -1/+17 | |
| | ||||||
* | Run tests on ubuntu, windows and macos | Emil Lauridsen | 2020-01-03 | 1 | -1/+4 | |
| | ||||||
* | Minimize typescript CI | Aleksey Kladov | 2019-12-30 | 1 | -8/+1 | |
| | ||||||
* | Skip slow tests by default | Aleksey Kladov | 2019-12-07 | 1 | -3/+5 | |
| | ||||||
* | Run CI on trying as well | Aleksey Kladov | 2019-11-19 | 1 | -0/+1 | |
| | ||||||
* | Switch to Actions | Aleksey Kladov | 2019-11-18 | 2 | -30/+60 | |
| | ||||||
* | Run npm travis through xvfb-run | cad97 | 2019-11-18 | 1 | -1/+1 | |
| |