Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kill module source | Aleksey Kladov | 2019-01-06 | 1 | -6/+7 |
| | |||||
* | move submodule computationt to module_tree | Aleksey Kladov | 2019-01-06 | 1 | -51/+3 |
| | |||||
* | flatten module structure | Aleksey Kladov | 2019-01-06 | 1 | -5/+2 |
| | |||||
* | Make FnScopes use hir::Expr | Florian Diebold | 2019-01-05 | 1 | -6/+5 |
| | | | | | | This was a bit complicated. I've added a wrapper type for now that does the LocalSyntaxPtr <-> ExprId translation; we might want to get rid of that or give it a nicer interface. | ||||
* | move macro id to ids | Aleksey Kladov | 2019-01-01 | 1 | -1/+1 |
| | |||||
* | rename MFileId -> HirFileId | Aleksey Kladov | 2019-01-01 | 1 | -29/+17 |
| | |||||
* | add items from macros to modules | Aleksey Kladov | 2019-01-01 | 1 | -12/+36 |
| | |||||
* | wip | Aleksey Kladov | 2019-01-01 | 1 | -3/+4 |
| | |||||
* | use MFile | Aleksey Kladov | 2019-01-01 | 1 | -8/+20 |
| | |||||
* | save top-level macros in module items | Aleksey Kladov | 2019-01-01 | 1 | -9/+1 |
| | |||||
* | Add more docs in ty.rs | Florian Diebold | 2018-12-29 | 1 | -14/+0 |
| | | | | | Also get rid of the indirection through query_definitions for the type-related queries. | ||||
* | nameify structs&enums | Aleksey Kladov | 2018-12-28 | 1 | -6/+2 |
| | |||||
* | remove FnId | Aleksey Kladov | 2018-12-27 | 1 | -15/+8 |
| | |||||
* | introduce hir::Name | Aleksey Kladov | 2018-12-27 | 1 | -3/+3 |
| | |||||
* | Resolve field types lazily | Florian Diebold | 2018-12-25 | 1 | -8/+10 |
| | | | | I.e. not already when getting the HIR for the struct. | ||||
* | Collect field data for structs/enum variants | Florian Diebold | 2018-12-25 | 1 | -2/+8 |
| | |||||
* | Add basic HIR and types for structs/enums | Florian Diebold | 2018-12-25 | 1 | -1/+20 |
| | |||||
* | Resolve paths to defs (functions currently) during type inference | Florian Diebold | 2018-12-23 | 1 | -7/+9 |
| | |||||
* | Add beginnings of type infrastructure | Florian Diebold | 2018-12-23 | 1 | -0/+8 |
| | |||||
* | File module source does not depend on syntax | Aleksey Kladov | 2018-12-18 | 1 | -2/+4 |
| | |||||
* | make resolver fields private | Aleksey Kladov | 2018-12-09 | 1 | -7/+2 |
| | |||||
* | Check Fileid in SourceFileMap | Aleksey Kladov | 2018-12-09 | 1 | -1/+1 |
| | |||||
* | Add functions to DefId | Aleksey Kladov | 2018-12-04 | 1 | -11/+11 |
| | |||||
* | include file itself in SourceFileItems | Aleksey Kladov | 2018-12-04 | 1 | -1/+2 |
| | |||||
* | introduce hir crate | Aleksey Kladov | 2018-11-28 | 1 | -0/+154 |