Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Loc2IdMap | Aleksey Kladov | 2018-11-18 | 1 | -0/+9 |
* | Use cached module scopes for completion | Aleksey Kladov | 2018-11-07 | 2 | -2/+12 |
* | rename module source | Aleksey Kladov | 2018-11-07 | 2 | -24/+23 |
* | rename ROOT -> SOURCE_FILE | Aleksey Kladov | 2018-11-07 | 1 | -1/+1 |
* | Rename File -> SourceFileNode | Aleksey Kladov | 2018-11-07 | 2 | -5/+5 |
* | Generalize Owned nodes | Aleksey Kladov | 2018-11-06 | 3 | -11/+11 |
* | Fully add inline modules to module tree | Aleksey Kladov | 2018-11-05 | 2 | -19/+42 |
* | Submodule is enum | Aleksey Kladov | 2018-11-05 | 2 | -21/+63 |
* | collect all submodules | Aleksey Kladov | 2018-11-05 | 2 | -20/+30 |
* | submodules works with module sources | Aleksey Kladov | 2018-11-05 | 2 | -13/+20 |
* | use module_for_source | Aleksey Kladov | 2018-11-05 | 1 | -6/+2 |
* | Introduce modules_from_source fn | Aleksey Kladov | 2018-11-05 | 1 | -6/+6 |
* | Add inline source | Aleksey Kladov | 2018-11-01 | 3 | -35/+80 |
* | Introduce ModuleSource | Aleksey Kladov | 2018-11-01 | 2 | -7/+32 |
* | Use From to get an owned AST | Aleksey Kladov | 2018-11-01 | 1 | -2/+1 |
* | remove SyntaxPtrDatabase | Aleksey Kladov | 2018-11-01 | 1 | -2/+2 |
* | Reformat all | Aleksey Kladov | 2018-10-31 | 7 | -83/+72 |
* | Add DeclarationDescriptor and ReferenceDescriptor | Jeremy A. Kolb | 2018-10-31 | 1 | -3/+54 |
* | Useful comments from function signatures | Jeremy A. Kolb | 2018-10-31 | 1 | -3/+57 |
* | Move completion to ra_analysis | Aleksey Kladov | 2018-10-31 | 1 | -1/+5 |
* | move resolve local name | Aleksey Kladov | 2018-10-31 | 2 | -4/+2 |
* | Move FnDescriptors to analyzer | Aleksey Kladov | 2018-10-31 | 7 | -90/+595 |
* | Add ModuleScope as a query | Aleksey Kladov | 2018-10-30 | 3 | -1/+149 |
* | switch to TextRange::subrange | Aleksey Kladov | 2018-10-30 | 1 | -2/+1 |
* | 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 | 3 | -0/+385 |