aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/db.rs
Commit message (Collapse)AuthorAgeFilesLines
* remove FnIdAleksey Kladov2018-12-271-8/+2
|
* Resolve field types lazilyFlorian Diebold2018-12-251-0/+6
| | | | I.e. not already when getting the HIR for the struct.
* Add basic HIR and types for structs/enumsFlorian Diebold2018-12-251-0/+11
|
* Resolve paths to defs (functions currently) during type inferenceFlorian Diebold2018-12-231-2/+7
|
* Add beginnings of type infrastructureFlorian Diebold2018-12-231-0/+6
|
* Gc syntax trees after every modificationAleksey Kladov2018-12-181-4/+0
|
* Add functions to DefIdAleksey Kladov2018-12-041-2/+2
|
* Move hir to a separate crateAleksey Kladov2018-11-281-2/+2
|
* introduce hir crateAleksey Kladov2018-11-281-0/+66