Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | move hygiene to hir_expand | Aleksey Kladov | 2019-10-30 | 5 | -47/+6 | |
| | ||||||
* | push name down to hir_expand | Aleksey Kladov | 2019-10-30 | 5 | -162/+21 | |
| | ||||||
* | push either to hir_expand | Aleksey Kladov | 2019-10-30 | 5 | -67/+7 | |
| | ||||||
* | refactor $crate handling | Aleksey Kladov | 2019-10-30 | 5 | -82/+109 | |
| | | | | | Introduce proper hygiene module, which should grow quite a bit eventually. | |||||
* | fix compilation | Aleksey Kladov | 2019-10-30 | 2 | -2/+4 | |
| | ||||||
* | move raw_items to hir_def | Aleksey Kladov | 2019-10-30 | 9 | -1/+1392 | |
| | ||||||
* | Move ids to hir_def crate | Aleksey Kladov | 2019-10-30 | 2 | -1/+225 | |
| | ||||||
* | introduce ra_hir_def | Aleksey Kladov | 2019-10-30 | 1 | -0/+14 | |
| | ||||||
* | rename hir_def -> hir_expand | Aleksey Kladov | 2019-10-29 | 4 | -414/+0 | |
| | ||||||
* | move expansion-related code to a separate crate | Aleksey Kladov | 2019-10-29 | 3 | -0/+293 | |
| | ||||||
* | start ra_hir_def crate | Aleksey Kladov | 2019-10-29 | 2 | -0/+121 | |