Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ModuleScope as a query | Aleksey Kladov | 2018-10-30 | 3 | -1/+149 |
| | | | | | | | This is a first step towards queryifing completion and resolve. Some code currently duplicates ra_editor: the plan is to move all completion from ra_editor, but it'll take more than one commit. | ||||
* | Move input to top-level | Aleksey Kladov | 2018-10-25 | 2 | -3/+4 |
| | |||||
* | Store all the data in the Salsa Database | Aleksey Kladov | 2018-10-25 | 2 | -17/+15 |
| | |||||
* | Introduce ModuleId | Aleksey Kladov | 2018-10-23 | 2 | -0/+322 |
Previously, module was synonym with a file, and so a module could have had several parents. This commit introduces a separate module concept, such that each module has only one parent, but a single file can correspond to different modules. |