Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | plug new boilerplate_gen into ra_tools | Aleksey Kladov | 2019-08-19 | 1 | -1/+1 |
| | |||||
* | rename codegen -> boilerplate_gen | Aleksey Kladov | 2019-08-19 | 1 | -2/+2 |
| | |||||
* | drop tera dependency | Aleksey Kladov | 2019-08-19 | 1 | -3/+25 |
| | |||||
* | switch to new codegen | Aleksey Kladov | 2019-08-18 | 1 | -11/+2 |
| | |||||
* | codegen boilerplate | Aleksey Kladov | 2019-08-18 | 1 | -0/+2 |
| | |||||
* | add quote dep | Aleksey Kladov | 2019-08-18 | 1 | -0/+2 |
| | |||||
* | Overhaul installation process | Aleksey Kladov | 2019-07-27 | 1 | -0/+23 |
| | | | | | | | The new commands are $ cargo install-ra --client-code $ cargo install-ra --server --jemalloc | ||||
* | move syntax tests to unit tests | Aleksey Kladov | 2019-07-24 | 1 | -2/+2 |
| | |||||
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -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 failures | Muhammad Mominul Huque | 2019-06-15 | 1 | -7/+7 |
| | |||||
* | rename tools -> ra_tools | Aleksey Kladov | 2019-06-10 | 1 | -0/+290 |
This should help with caching on CI I hope (see .travis.yml before_cache) |