aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/expr
Commit message (Collapse)AuthorAgeFilesLines
* Move expr_scopes query to its moduleFlorian Diebold2019-01-301-2/+13
|
* Rename FnScopes -> ExprScopesFlorian Diebold2019-01-301-0/+510
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.