aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/expr
Commit message (Collapse)AuthorAgeFilesLines
* replace todo with fixmeAleksey Kladov2019-03-231-2/+2
|
* rename scopesAleksey Kladov2019-03-021-4/+4
|
* rename to source_mapAleksey Kladov2019-03-021-15/+11
|
* dont store body inside source mapAleksey Kladov2019-03-021-6/+6
|
* rename syntax-mapping -> source-mapAleksey Kladov2019-03-021-2/+2
|
* Fix some typosPascal Hertleif2019-02-121-1/+1
|
* reformat the worldAleksey Kladov2019-02-081-41/+11
|
* Some clippy cleanupskjeremy2019-02-061-2/+2
|
* Use the new Resolver API for goto defFlorian Diebold2019-02-011-1/+5
|
* Use the new Resolver API in completionFlorian Diebold2019-02-011-29/+9
|
* Implement methods to build a resolverFlorian Diebold2019-02-011-2/+9
|
* Sketching the resolver APIFlorian Diebold2019-02-011-0/+2
|
* split HirDatabase apicsmoe2019-02-011-1/+1
|
* 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.