Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Overhaul installation process | Aleksey Kladov | 2019-07-27 | 1 | -0/+23 |
| | | | | | | | The new commands are $ cargo install-ra --client-code $ cargo install-ra --server --jemalloc | ||||
* | move syntax tests to unit tests | Aleksey Kladov | 2019-07-24 | 1 | -2/+2 |
| | |||||
* | 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/+7 |
| | |||||
* | rename tools -> ra_tools | Aleksey Kladov | 2019-06-10 | 1 | -0/+290 |
This should help with caching on CI I hope (see .travis.yml before_cache) |