aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_tools/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* WIP: move to xtasksAleksey Kladov2019-10-171-332/+0
|
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
| | | | #1856
* tweak installation processAleksey Kladov2019-09-181-5/+5
|
* plug new boilerplate_gen into ra_toolsAleksey Kladov2019-08-191-1/+1
|
* rename codegen -> boilerplate_genAleksey Kladov2019-08-191-2/+2
|
* drop tera dependencyAleksey Kladov2019-08-191-3/+25
|
* switch to new codegenAleksey Kladov2019-08-181-11/+2
|
* codegen boilerplateAleksey Kladov2019-08-181-0/+2
|
* add quote depAleksey Kladov2019-08-181-0/+2
|
* Overhaul installation processAleksey Kladov2019-07-271-0/+23
| | | | | | | 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-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/+7
|
* rename tools -> ra_toolsAleksey Kladov2019-06-101-0/+290
This should help with caching on CI I hope (see .travis.yml before_cache)