aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/code_model_impl/function/scope.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rename FnScopes -> ExprScopesFlorian Diebold2019-01-301-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_syntaxAleksey Kladov2019-01-231-7/+6
|
* Address issues flagged in reviewMarcus Klaas de Vries2019-01-191-2/+0
|
* Fixup annotated bindingsMarcus Klaas de Vries2019-01-191-4/+11
|
* Add initial (flawed) implementation of binding annotationsMarcus Klaas de Vries2019-01-191-1/+1
|
* Add additional pattern variantsMarcus Klaas de Vries2019-01-191-0/+11
|
* support ref-patternsAleksey Kladov2019-01-131-8/+23
|
* args -> paramsFlorian Diebold2019-01-121-1/+1
|
* move node at offset to aglo alreadyAleksey Kladov2019-01-081-2/+1
|
* move function to code_model_apiAleksey Kladov2019-01-081-0/+481