aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_tools
Commit message (Collapse)AuthorAgeFilesLines
* 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)