Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't insert !() if there's already some | Aleksey Kladov | 2020-04-07 | 1 | -0/+1 |
| | |||||
* | Move reference classification to ra_ide_db | Aleksey Kladov | 2020-03-03 | 1 | -5/+0 |
| | | | | Lost some marks along the way :-( | ||||
* | Refactor primary IDE API | Aleksey Kladov | 2020-02-26 | 1 | -0/+1 |
| | | | | | | | | | | 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. | ||||
* | Refactor how builtins are resolved | Florian Diebold | 2020-02-21 | 1 | -1/+0 |
| | | | | This fixes autocompletion suggesting e.g. self::usize. | ||||
* | Tweak goto parent module | Aleksey Kladov | 2020-02-06 | 1 | -0/+1 |
| | |||||
* | Fix resolve for field init shorthand | Aleksey Kladov | 2019-12-20 | 1 | -4/+5 |
| | |||||
* | rename ra_ide_api -> ra_ide | Aleksey Kladov | 2019-11-27 | 1 | -0/+13 |