aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_tools
Commit message (Collapse)AuthorAgeFilesLines
* it's a good idea to build extension before installing itAleksey Kladov2019-07-271-1/+7
|
* Overhaul installation processAleksey Kladov2019-07-272-44/+114
| | | | | | | The new commands are $ cargo install-ra --client-code $ cargo install-ra --server --jemalloc
* move syntax tests to unit testsAleksey Kladov2019-07-241-2/+2
|
* allow rustfmt to reorder importsAleksey Kladov2019-07-044-8/+8
| | | | | | 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
* Update teraron versionMuhammad Mominul Huque2019-06-161-1/+1
|
* Fall down of failuresMuhammad Mominul Huque2019-06-154-19/+16
|
* rename tools -> ra_toolsAleksey Kladov2019-06-105-0/+483
This should help with caching on CI I hope (see .travis.yml before_cache)