Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kill code_model_impl | Aleksey Kladov | 2019-05-23 | 1 | -50/+0 |
| | |||||
* | rename flavor to kind | Aleksey Kladov | 2019-04-02 | 1 | -4/+4 |
| | |||||
* | rename persistent hir database -> def database | Aleksey Kladov | 2019-03-23 | 1 | -5/+2 |
| | |||||
* | Remove `TypeRef` from item opts which implement TypeAscriptionOwner | Ville Penttinen | 2019-02-27 | 1 | -3/+3 |
| | |||||
* | Handle impl generics in method calls | Florian Diebold | 2019-02-16 | 1 | -12/+1 |
| | |||||
* | reformat the world | Aleksey Kladov | 2019-02-08 | 1 | -10/+2 |
| | |||||
* | Sketching the resolver API | Florian Diebold | 2019-02-01 | 1 | -4/+2 |
| | |||||
* | split HirDatabase api | csmoe | 2019-02-01 | 1 | -2/+5 |
| | |||||
* | Rename FnScopes -> ExprScopes | Florian Diebold | 2019-01-30 | 1 | -4/+0 |
| | | | | | The reason for this is that it describes scopes for any body expression, not just that of a function. It did not actually refer to functions at all anymore. | ||||
* | remove boilerplate | Aleksey Kladov | 2019-01-24 | 1 | -13/+1 |
| | |||||
* | generalize boilerplate | Aleksey Kladov | 2019-01-24 | 1 | -4/+0 |
| | |||||
* | remove useless aliases | Aleksey Kladov | 2019-01-24 | 1 | -3/+3 |
| | |||||
* | Functions use new id scheme | Aleksey Kladov | 2019-01-24 | 1 | -11/+18 |
| | |||||
* | Move docs to Function | Jeremy Kolb | 2019-01-22 | 1 | -4/+1 |
| | |||||
* | Thread documentation through FnSignature and CompletionItem | Jeremy Kolb | 2019-01-22 | 1 | -1/+5 |
| | |||||
* | remove Cancelable from ids | Aleksey Kladov | 2019-01-15 | 1 | -3/+2 |
| | |||||
* | remove Cancelable from funciton body | Aleksey Kladov | 2019-01-15 | 1 | -1/+1 |
| | |||||
* | args -> params | Florian Diebold | 2019-01-12 | 1 | -7/+7 |
| | |||||
* | Implement basic inherent method resolution | Florian Diebold | 2019-01-12 | 1 | -0/+3 |
| | |||||
* | uncopypaste def sources | Aleksey Kladov | 2019-01-11 | 1 | -17/+5 |
| | |||||
* | rename TreePtr -> TreeArc | Aleksey Kladov | 2019-01-11 | 1 | -2/+2 |
| | | | | This is much clearer about the semantics | ||||
* | envapsulate navigation target better | Aleksey Kladov | 2019-01-11 | 1 | -1/+1 |
| | |||||
* | Use name resolution for goto definition | Florian Diebold | 2019-01-10 | 1 | -6/+17 |
| | |||||
* | move function to code_model_api | Aleksey Kladov | 2019-01-08 | 1 | -0/+82 |