Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make sure lockfile is used for cargo install | Aleksey Kladov | 2019-08-20 | 1 | -2/+2 |
| | |||||
* | replace heck with just ascii transformation | Aleksey Kladov | 2019-08-19 | 1 | -6/+33 |
| | |||||
* | remove ast::*Kind enums | Aleksey Kladov | 2019-08-19 | 1 | -37/+50 |
| | | | | With the new owned trees, we don't need an indirection here | ||||
* | use derive(Debug) for SyntaxKind | Aleksey Kladov | 2019-08-19 | 1 | -29/+1 |
| | |||||
* | plug new boilerplate_gen into ra_tools | Aleksey Kladov | 2019-08-19 | 3 | -18/+24 |
| | |||||
* | rename codegen -> boilerplate_gen | Aleksey Kladov | 2019-08-19 | 2 | -3/+3 |
| | |||||
* | drop tera dependency | Aleksey Kladov | 2019-08-19 | 1 | -3/+25 |
| | |||||
* | use quote! to generate syntax kinds | Aleksey Kladov | 2019-08-19 | 1 | -1/+146 |
| | |||||
* | use new quote-generated ast | Aleksey Kladov | 2019-08-18 | 1 | -1/+2 |
| | |||||
* | use quote! macro to generate grammar | Aleksey Kladov | 2019-08-18 | 1 | -13/+152 |
| | | | | | We already use syn"e elsewhere (transitively), so it make sense to cut down on the number of technologies and get rid of tera | ||||
* | deserialize grammar | Aleksey Kladov | 2019-08-18 | 1 | -3/+33 |
| | |||||
* | switch to new codegen | Aleksey Kladov | 2019-08-18 | 2 | -14/+19 |
| | |||||
* | codegen boilerplate | Aleksey Kladov | 2019-08-18 | 2 | -0/+8 |
| | |||||
* | add quote dep | Aleksey Kladov | 2019-08-18 | 2 | -0/+3 |
| | |||||
* | install server first | Aleksey Kladov | 2019-08-07 | 1 | -3/+3 |
| | | | | closes #1658 | ||||
* | it's a good idea to build extension before installing it | Aleksey Kladov | 2019-07-27 | 1 | -1/+7 |
| | |||||
* | Overhaul installation process | Aleksey Kladov | 2019-07-27 | 2 | -44/+114 |
| | | | | | | | 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 | 3 | -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 failures | Muhammad Mominul Huque | 2019-06-15 | 3 | -17/+15 |
| | |||||
* | rename tools -> ra_tools | Aleksey Kladov | 2019-06-10 | 3 | -0/+424 |
This should help with caching on CI I hope (see .travis.yml before_cache) |