aboutsummaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
...
* Back to usual nightly scheduleAleksey Kladov2020-03-051-1/+1
|
* Set release nameAleksey Kladov2020-03-051-0/+1
|
* Try testing release workflowAleksey Kladov2020-03-051-2/+2
|
* minorAleksey Kladov2020-03-051-1/+1
|
* Fix nightly releaseAleksey Kladov2020-03-051-4/+4
|
* Install node for releaseAleksey Kladov2020-03-041-0/+5
|
* Merge pull request #3461 from matklad/distAleksey Kladov2020-03-041-37/+8
|\ | | | | Use xtask dist for releases
| * Use xtask dist for releasesAleksey Kladov2020-03-041-37/+8
| |
* | Fix rustdoc some moreAleksey Kladov2020-03-041-1/+1
|/
* Fix yaml syntaxAleksey Kladov2020-03-041-1/+2
|
* Hopefully fix YAML syntaxAleksey Kladov2020-03-041-1/+1
|
* cargo xtask distAleksey Kladov2020-03-041-31/+12
| | | | This builds the typescript extension
* Update rustdoc actionAleksey Kladov2020-03-041-7/+5
|
* Remove needless depAleksey Kladov2020-03-043-19/+5
|
* Nightly binary releasesAleksey Kladov2020-03-046-47/+183
| | | | This doesn't publish nightly plugin to the marketplace yet
* Deindent YAMLAleksey Kladov2020-03-043-258/+261
|
* Clean xtask partial artifacts in `xtask pre-cache`Christopher Durham2020-03-031-1/+1
|
* Actually gate CI on eslintAleksey Kladov2020-02-271-1/+1
|
* Merge pull request #3330 from Veetaha/feature/cargo-auditAleksey Kladov2020-02-261-0/+10
|\ | | | | cicd: add cargo audit
| * cicd: add cargo auditVeetaha2020-02-261-0/+10
| |
* | vscode: added audit at ciVeetaha2020-02-261-1/+6
|/
* Check that we use no C deps on CIAleksey Kladov2020-02-191-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-analyzerAleksey Kladov2020-02-181-11/+11
|
* Gate stuff on CIAleksey Kladov2020-02-181-0/+2
|
* Fix extension nameAleksey Kladov2020-02-171-6/+5
|
* Fix release process once moreAleksey Kladov2020-02-171-2/+2
|
* Fix release processAleksey Kladov2020-02-171-4/+5
|
* cicd: simplify vsce callVeetaha2020-02-151-1/+1
|
* Third time's a charm?Aleksey Kladov2020-02-111-1/+1
|
* Fix releaseAleksey Kladov2020-02-111-9/+0
|
* Publish VS Code extension automaticallyAleksey Kladov2020-02-111-3/+19
|
* eamcs is now upstreamedAleksey Kladov2020-02-101-3/+0
|
* Make sure release uses the release branch, and not masterAleksey Kladov2020-01-291-2/+4
|
* Don't fail fast on CIAleksey Kladov2020-01-221-0/+1
|
* build with clang?Aleksey Kladov2020-01-131-5/+11
|
* muslAleksey Kladov2020-01-131-1/+2
|
* 🎁 GitHub releases 🎁Aleksey Kladov2020-01-131-13/+98
|
* Tweak release workflowAleksey Kladov2020-01-111-41/+13
|
* Don't be overly genericAleksey Kladov2020-01-112-6/+4
|
* We only want this triggering for master.Giles Cope2020-01-091-2/+0
|
* Reducing binary size and optimising a bit more.Giles Cope2020-01-091-1/+1
|
* Still double compiling. Try this.Giles Cope2020-01-091-9/+3
|
* Was doing the compile twice.Giles Cope2020-01-091-1/+2
|
* Split out into a release build as bins were not getting generated as cargo ↵Giles Cope2020-01-092-32/+131
| | | | build wasn't run
* second attemptGiles Cope2020-01-091-1/+1
|
* parameterised debugGiles Cope2020-01-091-3/+4
|
* Packaging server binsGiles Cope2020-01-091-2/+13
|
* create dir if not there as cp doesn't seem to have an option to create the ↵Giles Cope2020-01-091-1/+1
| | | | dest dir automatically.
* put as debug for now while I get it working.Giles Cope2020-01-091-3/+3
|
* Getting to grips with github format...Giles Cope2020-01-091-1/+5
|