Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename range -> text_range | Aleksey Kladov | 2019-07-20 | 1 | -4/+4 |
| | |||||
* | remove lifetime from syntax node text | Aleksey Kladov | 2019-07-19 | 1 | -12/+13 |
| | |||||
* | sane indexing in text | Aleksey Kladov | 2019-07-19 | 1 | -7/+10 |
| | |||||
* | flip syntax text to use internal iteration | Aleksey Kladov | 2019-07-19 | 1 | -33/+65 |
| | |||||
* | migrate ra_syntax to the new rowan API | Aleksey Kladov | 2019-07-19 | 1 | -9/+16 |
| | |||||
* | Make clippy a bit happier | Pascal Hertleif | 2019-07-10 | 1 | -0/+4 |
| | | | | | Random drive-by fix. I honestly blame rust-analyzer itself on this, because I set its watch mode to use `cargo clippy` :shrug: | ||||
* | Resolve a FIXME | Pascal Hertleif | 2019-07-10 | 1 | -3/+1 |
| | | | | Now that we are using a newer smol_str release this can be simplified :) | ||||
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -2/+5 |
| | | | | | | 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 | ||||
* | Make rainbows optional | Pascal Hertleif | 2019-05-27 | 1 | -1/+2 |
| | |||||
* | Hash based on binding name and shadow counter | Pascal Hertleif | 2019-05-27 | 1 | -1/+6 |
| | |||||
* | :arrow_up: text_unit | Aleksey Kladov | 2019-05-15 | 1 | -39/+26 |
| | |||||
* | switch to new rowan | Aleksey Kladov | 2019-04-01 | 1 | -6/+9 |
| | |||||
* | flatten modules | Aleksey Kladov | 2019-02-20 | 1 | -0/+144 |