Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more type safety | Aleksey Kladov | 2019-03-26 | 1 | -11/+12 |
| | |||||
* | strongy-typed ids for macros | Aleksey Kladov | 2019-03-26 | 1 | -16/+8 |
| | |||||
* | add typed ids | Aleksey Kladov | 2019-03-26 | 1 | -12/+10 |
| | |||||
* | move source_id to a separate file | Aleksey Kladov | 2019-03-26 | 1 | -2/+2 |
| | |||||
* | store macro def inside macro id | Aleksey Kladov | 2019-03-26 | 1 | -62/+31 |
| | | | | | | | | This solves the problem of "macro expansion can't call into name resolution, because name resolution calls back into macro expansion" Because we store macro def as a part of call id, macro expansion just knows the def! | ||||
* | cleanup | Aleksey Kladov | 2019-03-25 | 1 | -3/+6 |
| | |||||
* | switch modules to new diagnostics | Aleksey Kladov | 2019-03-25 | 1 | -34/+29 |
| | |||||
* | rename persistent hir database -> def database | Aleksey Kladov | 2019-03-23 | 1 | -8/+5 |
| | |||||
* | import resolution is immutable | Aleksey Kladov | 2019-03-19 | 1 | -1/+1 |
| | |||||
* | remove fixme | Aleksey Kladov | 2019-03-17 | 1 | -2/+1 |
| | |||||
* | remove old macro support | Aleksey Kladov | 2019-03-17 | 1 | -31/+45 |
| | |||||
* | rename ModuleId -> CrateModuleId | Aleksey Kladov | 2019-03-17 | 1 | -11/+11 |
| | |||||
* | fix error on wrong path | Aleksey Kladov | 2019-03-17 | 1 | -10/+14 |
| | |||||
* | Reorganize name resolution | Aleksey Kladov | 2019-03-17 | 1 | -0/+547 |