aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_tools/src/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* refactor(args): Apply commentsGeobert Quach2019-09-101-35/+29
|
* refactor(args): Switch to pico-args in ra_toolsGeobert Quach2019-09-101-35/+94
|
* make sure lockfile is used for cargo installAleksey Kladov2019-08-201-2/+2
|
* plug new boilerplate_gen into ra_toolsAleksey Kladov2019-08-191-3/+3
|
* install server firstAleksey Kladov2019-08-071-3/+3
| | | | closes #1658
* it's a good idea to build extension before installing itAleksey Kladov2019-07-271-1/+7
|
* Overhaul installation processAleksey Kladov2019-07-271-44/+91
| | | | | | | The new commands are $ cargo install-ra --client-code $ cargo install-ra --server --jemalloc
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-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 failuresMuhammad Mominul Huque2019-06-151-7/+4
|
* rename tools -> ra_toolsAleksey Kladov2019-06-101-0/+106
This should help with caching on CI I hope (see .travis.yml before_cache)