Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make sure lockfile is used for cargo install | Aleksey Kladov | 2019-08-20 | 1 | -2/+2 |
| | |||||
* | plug new boilerplate_gen into ra_tools | Aleksey Kladov | 2019-08-19 | 1 | -3/+3 |
| | |||||
* | install server first | Aleksey Kladov | 2019-08-07 | 1 | -3/+3 |
| | | | | closes #1658 | ||||
* | it's a good idea to build extension before installing it | Aleksey Kladov | 2019-07-27 | 1 | -1/+7 |
| | |||||
* | Overhaul installation process | Aleksey Kladov | 2019-07-27 | 1 | -44/+91 |
| | | | | | | | The new commands are $ cargo install-ra --client-code $ cargo install-ra --server --jemalloc | ||||
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -3/+3 |
| | | | | | | This wasn't a right decision in the first place, the feature flag was broken in the last rustfmt release, and syntax highlighting of imports is more important anyway | ||||
* | Fall down of failures | Muhammad Mominul Huque | 2019-06-15 | 1 | -7/+4 |
| | |||||
* | rename tools -> ra_tools | Aleksey Kladov | 2019-06-10 | 1 | -0/+106 |
This should help with caching on CI I hope (see .travis.yml before_cache) |