Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix completion for super::super:: | Josh Mcguigan | 2020-03-01 | 1 | -0/+39 |
| | |||||
* | Refactor primary IDE API | Aleksey Kladov | 2020-02-26 | 1 | -2/+2 |
| | | | | | | | | | | 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. | ||||
* | Move Type API to type | Aleksey Kladov | 2020-01-14 | 1 | -7/+10 |
| | |||||
* | Move impls_future to Type, where it belongs | Aleksey Kladov | 2020-01-14 | 1 | -1/+1 |
| | |||||
* | Use lang-items to resolve future trait | Aleksey Kladov | 2020-01-14 | 1 | -0/+1 |
| | |||||
* | visible_from -> is_visible_from | Florian Diebold | 2019-12-27 | 1 | -1/+1 |
| | |||||
* | Hide completions for private struct fields | Florian Diebold | 2019-12-26 | 1 | -1/+56 |
| | |||||
* | Remove one more Ty | Aleksey Kladov | 2019-12-08 | 1 | -1/+1 |
| | |||||
* | Add tests for checking the impl self type | Florian Diebold | 2019-12-02 | 1 | -0/+33 |
| | |||||
* | rename ra_ide_api -> ra_ide | Aleksey Kladov | 2019-11-27 | 1 | -0/+456 |