Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | name res uses paths | Aleksey Kladov | 2018-11-21 | 1 | -1/+1 |
| | |||||
* | move Path | Aleksey Kladov | 2018-11-21 | 1 | -16/+5 |
| | |||||
* | move path to descriptors | Aleksey Kladov | 2018-11-21 | 1 | -1/+15 |
| | |||||
* | switch completion to new scope | Aleksey Kladov | 2018-11-21 | 1 | -5/+1 |
| | |||||
* | simple test for item map | Aleksey Kladov | 2018-11-21 | 1 | -1/+5 |
| | |||||
* | add item map query | Aleksey Kladov | 2018-11-20 | 1 | -1/+5 |
| | |||||
* | Make most of modules impl private | Aleksey Kladov | 2018-11-20 | 1 | -7/+7 |
| | |||||
* | Make some queries private | Aleksey Kladov | 2018-11-20 | 1 | -8/+9 |
| | | | | | Convention: we prefix private queries with `_` until salsa support real visibility. | ||||
* | use loc2id for FnIds | Aleksey Kladov | 2018-11-18 | 1 | -1/+2 |
| | |||||
* | collect all submodules | Aleksey Kladov | 2018-11-05 | 1 | -2/+2 |
| | |||||
* | submodules works with module sources | Aleksey Kladov | 2018-11-05 | 1 | -2/+2 |
| | |||||
* | remove SyntaxPtrDatabase | Aleksey Kladov | 2018-11-01 | 1 | -2/+2 |
| | |||||
* | Reformat all | Aleksey Kladov | 2018-10-31 | 1 | -22/+17 |
| | |||||
* | Add DeclarationDescriptor and ReferenceDescriptor | Jeremy A. Kolb | 2018-10-31 | 1 | -3/+54 |
| | | | | | Fixes #142 Fixes #146 | ||||
* | Move FnDescriptors to analyzer | Aleksey Kladov | 2018-10-31 | 1 | -52/+36 |
| | |||||
* | switch to TextRange::subrange | Aleksey Kladov | 2018-10-30 | 1 | -2/+1 |
| | |||||
* | Introduce ModuleId | Aleksey Kladov | 2018-10-23 | 1 | -0/+63 |
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. |