Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename FnScopes -> ExprScopes | Florian Diebold | 2019-01-30 | 1 | -510/+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. | ||||
* | move SyntaxPtr to ra_syntax | Aleksey Kladov | 2019-01-23 | 1 | -7/+6 |
| | |||||
* | Address issues flagged in review | Marcus Klaas de Vries | 2019-01-19 | 1 | -2/+0 |
| | |||||
* | Fixup annotated bindings | Marcus Klaas de Vries | 2019-01-19 | 1 | -4/+11 |
| | |||||
* | Add initial (flawed) implementation of binding annotations | Marcus Klaas de Vries | 2019-01-19 | 1 | -1/+1 |
| | |||||
* | Add additional pattern variants | Marcus Klaas de Vries | 2019-01-19 | 1 | -0/+11 |
| | |||||
* | support ref-patterns | Aleksey Kladov | 2019-01-13 | 1 | -8/+23 |
| | |||||
* | args -> params | Florian Diebold | 2019-01-12 | 1 | -1/+1 |
| | |||||
* | move node at offset to aglo already | Aleksey Kladov | 2019-01-08 | 1 | -2/+1 |
| | |||||
* | move function to code_model_api | Aleksey Kladov | 2019-01-08 | 1 | -0/+481 |