Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename range -> text_range | Aleksey Kladov | 2019-07-20 | 1 | -3/+3 |
| | |||||
* | cleanup casts | Aleksey Kladov | 2019-07-19 | 1 | -6/+2 |
| | |||||
* | several highlighting cleanups | Aleksey Kladov | 2019-07-19 | 1 | -0/+11 |
| | | | | | | * make stuff more type-safe by using `BindPat` instead of just `Pat` * don't add `mut` into binding hash * reset shadow counter when we enter a function | ||||
* | migrate ra_syntax to the new rowan API | Aleksey Kladov | 2019-07-19 | 1 | -5/+6 |
| | |||||
* | use more correct phantom types for ptrs | Aleksey Kladov | 2019-07-18 | 1 | -1/+1 |
| | |||||
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -7/+2 |
| | | | | | | 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 | ||||
* | remove old parsing methods | Aleksey Kladov | 2019-05-28 | 1 | -1/+1 |
| | |||||
* | make AstId untyped | Aleksey Kladov | 2019-05-13 | 1 | -7/+8 |
| | |||||
* | start structured editing API | Aleksey Kladov | 2019-04-21 | 1 | -1/+1 |
| | |||||
* | replace usages of `algo::generate` with `iter::successors` from std | Robin Freyler | 2019-04-13 | 1 | -4/+5 |
| | |||||
* | allow dyn diagnostics | Aleksey Kladov | 2019-03-25 | 1 | -0/+6 |
| | |||||
* | reformat the world | Aleksey Kladov | 2019-02-08 | 1 | -15/+4 |
| | |||||
* | minor rename | Aleksey Kladov | 2019-01-24 | 1 | -4/+4 |
| | |||||
* | introduced better typed AstPtr | Aleksey Kladov | 2019-01-23 | 1 | -0/+34 |
| | |||||
* | move SyntaxPtr to ra_syntax | Aleksey Kladov | 2019-01-23 | 1 | -0/+53 |