Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor primary IDE API | Aleksey Kladov | 2020-02-26 | 1 | -33/+17 |
| | | | | | | | | | | 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. | ||||
* | Merge NameDefinition and NameKind | Aleksey Kladov | 2020-02-19 | 1 | -35/+20 |
| | |||||
* | Derive visibility as well | Aleksey Kladov | 2020-02-19 | 1 | -39/+44 |
| | |||||
* | Don't store deriveable Module info in NameDefinition | Aleksey Kladov | 2020-02-19 | 1 | -43/+37 |
| | |||||
* | Rename | Aleksey Kladov | 2020-02-07 | 1 | -4/+4 |
| | |||||
* | Remove irrelevant distinction | Aleksey Kladov | 2020-02-07 | 1 | -28/+4 |
| | |||||
* | Fix tests | Aleksey Kladov | 2020-02-06 | 1 | -1/+1 |
| | |||||
* | Add a fixme note | Aleksey Kladov | 2020-02-06 | 1 | -0/+2 |
| | |||||
* | Move NameKind up | Aleksey Kladov | 2020-02-06 | 1 | -0/+194 |