Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove unneeded `collect` | adamrk | 2020-02-21 | 1 | -11/+7 |
* | use Vec::extend instead of Vec::push in loop | Adam Bratschi-Kaye | 2020-02-21 | 1 | -3/+1 |
* | rename module references | adamrk | 2020-02-21 | 1 | -0/+112 |
* | Handle macro token cases for rename | Edwin Cheng | 2020-02-09 | 1 | -0/+19 |
* | cleanup imports | Aleksey Kladov | 2020-02-06 | 1 | -2/+2 |
* | ra_syntax: refactored the lexer design as per @matklad and @kiljacken PR review | Veetaha | 2020-02-03 | 1 | -2/+4 |
* | Reimplemented lexer with vectors instead of iterators | Veetaha | 2020-02-03 | 1 | -6/+4 |
* | Move module to SourceBinder | Aleksey Kladov | 2020-01-16 | 1 | -1/+1 |
* | Adds a way to limits reference search by StructLiteral | Mikhail Modin | 2020-01-08 | 1 | -1/+7 |
* | Push identifier check to rename function | Wilco Kusee | 2019-11-29 | 1 | -1/+8 |
* | Test rename for various identifiers | Wilco Kusee | 2019-11-29 | 1 | -0/+43 |
* | Rename Source -> InFile | Aleksey Kladov | 2019-11-28 | 1 | -1/+1 |
* | rename ra_ide_api -> ra_ide | Aleksey Kladov | 2019-11-27 | 1 | -0/+328 |