Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | :arrow_up: insta | Aleksey Kladov | 2019-08-29 | 4 | -37/+37 |
| | |||||
* | Resolve out of line modules inside inline module with attribute path | Alexander Andreev | 2019-08-03 | 1 | -13/+1 |
| | | | | | Fixed #1510 Fixed #1529 | ||||
* | Added resolve modules inside inline module | Alexander Andreev | 2019-07-29 | 1 | -15/+38 |
| | | | | #1510 | ||||
* | Fixed request comments | Alexander Andreev | 2019-07-14 | 1 | -59/+59 |
| | |||||
* | More resolution modules with attribute path | Alexander Andreev | 2019-07-13 | 1 | -0/+505 |
| | | | | #1211 | ||||
* | Moved module resolution test in mods.rs | Alexander Andreev | 2019-07-07 | 1 | -0/+192 |
| | |||||
* | remove some hacks from nameresolution for macros | Aleksey Kladov | 2019-06-08 | 1 | -4/+9 |
| | |||||
* | add tests for primitive types | Aleksey Kladov | 2019-05-30 | 1 | -0/+24 |
| | |||||
* | add built-in types to scopes | Aleksey Kladov | 2019-05-30 | 1 | -2/+2 |
| | |||||
* | Add Test for new item resolution | Edwin Cheng | 2019-05-26 | 1 | -0/+40 |
| | |||||
* | sort hash maps for tests | Aleksey Kladov | 2019-05-21 | 2 | -65/+65 |
| | |||||
* | more realistic test for incrementality | Aleksey Kladov | 2019-03-26 | 1 | -5/+22 |
| | |||||
* | store macro def inside macro id | Aleksey Kladov | 2019-03-26 | 1 | -15/+8 |
| | | | | | | | | 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! | ||||
* | Reorganize name resolution | Aleksey Kladov | 2019-03-17 | 3 | -0/+335 |