aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_tools/src
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-043-7/+7
| | | | | | 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 failuresMuhammad Mominul Huque2019-06-153-17/+15
|
* rename tools -> ra_toolsAleksey Kladov2019-06-103-0/+424
This should help with caching on CI I hope (see .travis.yml before_cache)