Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix completion snippet for reexported functions | Florian Diebold | 2020-03-03 | 1 | -0/+51 |
| | | | | Fixes #3356. | ||||
* | 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. | ||||
* | Refactor how builtins are resolved | Florian Diebold | 2020-02-21 | 1 | -6/+7 |
| | | | | This fixes autocompletion suggesting e.g. self::usize. | ||||
* | Move Type API to type | Aleksey Kladov | 2020-01-14 | 1 | -12/+14 |
| | |||||
* | Some clippy lints | kjeremy | 2020-01-13 | 1 | -1/+1 |
| | |||||
* | Remove imports from hir | Aleksey Kladov | 2019-12-21 | 1 | -10/+8 |
| | |||||
* | Revert "Merge #2629" | Aleksey Kladov | 2019-12-21 | 1 | -7/+10 |
| | | | | | This reverts commit cdc9d682b066b110e0a44e5f8f1c574b38c16ba9, reversing changes made to 90ef070db3dce0a7acb9cd11d0b0d72de13c9d79. | ||||
* | Remove hir for imports | Aleksey Kladov | 2019-12-21 | 1 | -10/+7 |
| | |||||
* | Replace `ra_hir_expand::either` with crate | ice1000 | 2019-12-03 | 1 | -2/+3 |
| | |||||
* | rename ra_ide_api -> ra_ide | Aleksey Kladov | 2019-11-27 | 1 | -0/+785 |