Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | scale website back | Aleksey Kladov | 2019-10-17 | 1 | -2/+2 |
| | | | | We have dedicated https://rust-analyzer.github.io/ now | ||||
* | save disk space | Aleksey Kladov | 2019-10-11 | 1 | -1/+1 |
| | |||||
* | don't keep history for gh-pages | Aleksey Kladov | 2019-10-04 | 1 | -1/+1 |
| | | | | | | docs weigh a lot, and change a lot. Keeping their changes in history inflates repo size. By specifying `keep-history: false` we should be able to avoid that. | ||||
* | start GitHub pages | Aleksey Kladov | 2019-09-02 | 1 | -2/+2 |
| | |||||
* | remove wrong config from .travis.yml | Aleksey Kladov | 2019-08-23 | 1 | -1/+0 |
| | | | | | | The right key here is target_branch, not branch. However, this works anyway b/c gh-pages is the default. | ||||
* | install npm deps once | Aleksey Kladov | 2019-07-29 | 1 | -2/+1 |
| | |||||
* | move syntax tests to unit tests | Aleksey Kladov | 2019-07-24 | 1 | -1/+1 |
| | |||||
* | switch back to old cleaning strategy | Aleksey Kladov | 2019-07-24 | 1 | -4/+2 |
| | | | | | Turns out, Cargo is pretty bad at cleaning after itself: I see .rmeta, .rlib and .d files after clean :( | ||||
* | don't optimize on CI, it isn't faster | Aleksey Kladov | 2019-07-22 | 1 | -1/+1 |
| | |||||
* | speedup CI | Aleksey Kladov | 2019-07-20 | 1 | -2/+5 |
| | |||||
* | Run VS Code tests on CI | Ryan Cumming | 2019-06-29 | 1 | -5/+18 |
| | | | | | | | | | | | | | This is actually much faster than I expected; it takes about 13 seconds to download VS Code and run the unit tests. This means the VS Code tests are still significantly faster than the Rust ones. If this ends up being unreliable we can always remove it later or move it to a separate optional job. We also need to ignore the `.vscode-test` directory when running `prettier` or it will get upset about some temporary JSON files VS Code creates. | ||||
* | don't remove tools from cache | Aleksey Kladov | 2019-05-30 | 1 | -1/+1 |
| | | | | | | | | | On CI, we remove this project's artifacts from ./target before caching it. This way, cache never changes, because it only caches deps. We do this approximatelly, and, together with our own tools crate, we also remove itertools, which are used by some other deps. Given that tools change rarely, let's just cache them? | ||||
* | Use Xenial image and fix find call | Laurențiu Nicola | 2019-05-23 | 1 | -1/+2 |
| | |||||
* | 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 |
| |