Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert tests to text-size | Aleksey Kladov | 2020-04-25 | 1 | -1/+1 |
| | |||||
* | Convert code to text-size | Aleksey Kladov | 2020-04-25 | 1 | -24/+18 |
| | |||||
* | Some clippy fixes | Jeremy Kolb | 2020-04-19 | 1 | -1/+1 |
| | |||||
* | Use text_range::extend_to | Edwin Cheng | 2020-02-27 | 1 | -7/+1 |
| | |||||
* | Skip trival token in original_range | Edwin Cheng | 2020-02-26 | 1 | -17/+7 |
| | |||||
* | Refactor primary IDE API | Aleksey Kladov | 2020-02-26 | 1 | -28/+23 |
| | | | | | | | | | | This introduces the new type -- Semantics. Semantics maps SyntaxNodes to various semantic info, such as type, name resolution or macro expansions. To do so, Semantics maintains a HashMap which maps every node it saw to the file from which the node originated. This is enough to get all the necessary hir bits just from syntax. | ||||
* | Simplify | Aleksey Kladov | 2020-02-25 | 1 | -11/+13 |
| | |||||
* | Extend selection handles commas in tuple pats | Aleksey Kladov | 2020-02-19 | 1 | -0/+27 |
| | |||||
* | cleanup imports | Aleksey Kladov | 2020-02-06 | 1 | -5/+7 |
| | |||||
* | Some clippy lints | kjeremy | 2020-01-13 | 1 | -1/+1 |
| | |||||
* | Fix format | Edwin Cheng | 2020-01-12 | 1 | -5/+2 |
| | |||||
* | Use prev_token and next_token | Edwin Cheng | 2020-01-12 | 1 | -44/+47 |
| | |||||
* | Use indices first and last instead of min-max | Edwin Cheng | 2020-01-12 | 1 | -3/+4 |
| | |||||
* | Use first and last token only | Edwin Cheng | 2020-01-12 | 1 | -35/+56 |
| | |||||
* | Handle extend selection in recursive macro | Edwin Cheng | 2020-01-12 | 1 | -27/+49 |
| | |||||
* | Minor fix | Edwin Cheng | 2020-01-12 | 1 | -5/+4 |
| | |||||
* | Fix formatting | Edwin Cheng | 2020-01-12 | 1 | -1/+1 |
| | |||||
* | Supporting extend selection inside macro calls | Edwin Cheng | 2020-01-12 | 1 | -14/+109 |
| | |||||
* | Clippy lints | kjeremy | 2019-12-20 | 1 | -1/+1 |
| | |||||
* | Fixed #2250 | Gabriel Luo | 2019-12-11 | 1 | -12/+66 |
| | | | | | Tuple in type annotation expands correctly; Expansion will prefer the following delimiter when possible. New regression tests added to verify the consistency between tuple expansion in type annotation and tuple expansion in rvalue. | ||||
* | rename ra_ide_api -> ra_ide | Aleksey Kladov | 2019-11-27 | 1 | -0/+452 |