aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/expr
Commit message (Expand)AuthorAgeFilesLines
* made ExprCollector pub(crate) and movedLenard Pratt2019-04-021-4/+10
* Added const bodies and static body to the astLenard Pratt2019-04-021-1/+2
* Added defWithBodyLenard Pratt2019-03-301-3/+3
* 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