Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert tests to text-size | Aleksey Kladov | 2020-04-25 | 1 | -10/+10 |
| | |||||
* | Rename ast::ImplBlock -> ast::ImplDef | Aleksey Kladov | 2020-02-29 | 1 | -14/+14 |
| | |||||
* | Refactor primary IDE API | Aleksey Kladov | 2020-02-26 | 1 | -31/+18 |
| | | | | | | | | | | 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. | ||||
* | cleanup imports | Aleksey Kladov | 2020-02-06 | 1 | -1/+2 |
| | |||||
* | Create modules via SourceBinder | Aleksey Kladov | 2020-01-16 | 1 | -12/+6 |
| | |||||
* | More natural trait setup | Aleksey Kladov | 2020-01-16 | 1 | -3/+3 |
| | |||||
* | Make FromSource private | Aleksey Kladov | 2020-01-16 | 1 | -15/+16 |
| | |||||
* | Add test | Edwin Cheng | 2020-01-12 | 1 | -0/+12 |
| | |||||
* | Rename Source -> InFile | Aleksey Kladov | 2019-11-28 | 1 | -5/+5 |
| | |||||
* | rename ra_ide_api -> ra_ide | Aleksey Kladov | 2019-11-27 | 1 | -0/+206 |