Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix build | Aleksey Kladov | 2019-03-25 | 1 | -1/+1 |
| | |||||
* | Remove windows from CI | Aleksey Kladov | 2019-03-25 | 1 | -27/+20 |
| | | | | | | | | | | | | | We don't actually look at the CI results for windows anyway! In general, rust-analyzer should be written in a completely OS-independent way. That is, testing on one OS should be enough. If this is not the case, that means something is seriously broken. No doubt there are components which actually talk to the outside world, and they may be platform dependent. We should extract such components to a separate repo with an extensive multi platform CI, like we did for VFS | ||||
* | Add docs build | robojumper | 2019-03-23 | 1 | -0/+14 |
| | |||||
* | fix verification on CI | Aleksey Kladov | 2019-01-26 | 1 | -2/+0 |
| | | | | remove `--verify` flag from the binaries: we have tests for this! | ||||
* | Update stable for travis | Jeremy Kolb | 2019-01-24 | 1 | -1/+1 |
| | |||||
* | :arrow_up: update rust | Aleksey Kladov | 2019-01-19 | 1 | -1/+1 |
| | |||||
* | install rust-src component on CI | Aleksey Kladov | 2019-01-10 | 1 | -0/+1 |
| | |||||
* | dont depend on tools from lsp-server | Aleksey Kladov | 2019-01-10 | 1 | -0/+1 |
| | |||||
* | dont build PRs on windows | Aleksey Kladov | 2019-01-03 | 1 | -1/+1 |
| | |||||
* | measure compile-time separately on travis | Aleksey Kladov | 2019-01-03 | 1 | -0/+1 |
| | |||||
* | Disable incremental compilation again on CI | DJMcNab | 2018-12-30 | 1 | -4/+1 |
| | |||||
* | Use a different format for env vars | DJMcNab | 2018-12-29 | 1 | -1/+1 |
| | |||||
* | Readd quotes to `-D warnings` | DJMcNab | 2018-12-29 | 1 | -1/+1 |
| | |||||
* | Remove duplicated env var | DJMcNab | 2018-12-29 | 1 | -1/+1 |
| | |||||
* | Reformat .travis.yml (using the vscode prettier extension) | DJMcNab | 2018-12-29 | 1 | -35/+35 |
| | | | | | | | | TODO: Check this on CI. Maybe we should change the prettier script in `editors/code`, or move it to somewhere else (`tests/format` maybe) Editing the script in editors/code would be easiest as that means we don't have to double install some shared `node_modules` | ||||
* | Change typo of few to many | DJMcNab | 2018-12-29 | 1 | -1/+1 |
| | |||||
* | Deny warnings on CI (#329) | DJMcNab | 2018-12-29 | 1 | -1/+6 |
| | |||||
* | :arrow_up: 1.31.1 | Aleksey Kladov | 2018-12-20 | 1 | -1/+1 |
| | |||||
* | fix CI caches | Aleksey Kladov | 2018-12-20 | 1 | -1/+1 |
| | |||||
* | dedupe testing & formatting toolchains | Aleksey Kladov | 2018-12-06 | 1 | -1/+1 |
| | |||||
* | :arrow_up: 1.31.0 :tada: | Aleksey Kladov | 2018-12-06 | 1 | -1/+1 |
| | |||||
* | switch back to the latest beta | Aleksey Kladov | 2018-11-24 | 1 | -1/+1 |
| | |||||
* | Pin to older beta | Aleksey Kladov | 2018-11-21 | 1 | -1/+1 |
| | | | | https://github.com/rust-lang/rust/issues/56128 | ||||
* | enable windows CI | Aleksey Kladov | 2018-11-18 | 1 | -10/+3 |
| | |||||
* | Merge #215 | bors[bot] | 2018-11-17 | 1 | -6/+16 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | 215: Add Travis Windows build r=matklad a=phansch This adds the Windows build to Travis. I had to use the `dos2unix` utility on the parser directory to fix some incorrect line endings. I'm not sure where they are coming from but I guess git is converting them automatically when cloning on Windows. Closes #139 Co-authored-by: Philipp Hansch <[email protected]> | ||||
| * | Only build windows on master and allow failure | Philipp Hansch | 2018-11-07 | 1 | -5/+6 |
| | | | | | | | | | | The Windows build is much slower than Linux, so we only build it on master and make the build status not depend on it finishing up. | ||||
| * | Add Travis Windows build | Philipp Hansch | 2018-11-07 | 1 | -6/+15 |
| | | |||||
* | | remove the last changing file from cache | Aleksey Kladov | 2018-11-06 | 1 | -0/+1 |
| | | |||||
* | | evitct more stuff from cache | Aleksey Kladov | 2018-11-06 | 1 | -1/+1 |
|/ | |||||
* | cleanup cahces more aggressively | Aleksey Kladov | 2018-11-06 | 1 | -1/+1 |
| | |||||
* | Don't cache ever changing stuff | Aleksey Kladov | 2018-10-20 | 1 | -0/+6 |
| | |||||
* | rename gen-kinds to gen-syntax | Aleksey Kladov | 2018-10-16 | 1 | -1/+1 |
| | |||||
* | Merge #132 | bors[bot] | 2018-10-15 | 1 | -0/+2 |
|\ | | | | | | | | | | | | | | | 132: Cache caro on Travis r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | Cache caro on Travis | Aleksey Kladov | 2018-10-15 | 1 | -0/+2 |
| | | |||||
* | | Switch to beta | Aleksey Kladov | 2018-10-15 | 1 | -1/+1 |
|/ | |||||
* | gate on tslint | Aleksey Kladov | 2018-10-09 | 1 | -1/+1 |
| | |||||
* | Add tslint and prettier to ci | Daniel McNab | 2018-10-08 | 1 | -4/+9 |
| | |||||
* | no time to explain, disable clippy checks | Aleksey Kladov | 2018-08-29 | 1 | -7/+7 |
| | |||||
* | allow nightly failures | Aleksey Kladov | 2018-08-25 | 1 | -0/+3 |
| | |||||
* | Don\'t block on rustfmt | Aleksey Kladov | 2018-07-30 | 1 | -1/+1 |
| | |||||
* | nightly rustfmt | Aleksey Kladov | 2018-07-30 | 1 | -4/+3 |
| | |||||
* | reformat | Aleksey Kladov | 2018-07-30 | 1 | -1/+1 |
| | |||||
* | Cleanup tools | Aleksey Kladov | 2018-07-30 | 1 | -0/+2 |
| | |||||
* | Add Clippy to CI | Philipp Hansch | 2018-07-29 | 1 | -0/+5 |
| | |||||
* | Use stable rustfmt-preview | Aleksey Kladov | 2018-02-16 | 1 | -6/+2 |
| | |||||
* | The last of the Masters | Aleksey Kladov | 2018-01-28 | 1 | -0/+6 |
| | |||||
* | Be explicit for Travis' sake | Christopher Durham | 2018-01-27 | 1 | -4/+4 |
| | |||||
* | Enforce rustfmt format | Christopher Durham | 2018-01-27 | 1 | -0/+11 |
| | |||||
* | CI | Aleksey Kladov | 2018-01-27 | 1 | -0/+3 |