Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move crate_def_map tests to hir_def | Aleksey Kladov | 2019-11-03 | 8 | -1/+2215 |
| | |||||
* | Introduce ra_db::fixture fixture module | Aleksey Kladov | 2019-11-03 | 3 | -10/+53 |
| | | | | The goal here is to share more testing infrastructure between crates. | ||||
* | Move CrateDefMap to hir_def | Aleksey Kladov | 2019-11-03 | 7 | -6/+1469 |
| | |||||
* | Move Source to hir_expand | Aleksey Kladov | 2019-11-02 | 1 | -16/+1 |
| | |||||
* | move struct & enum data to hir_def | Aleksey Kladov | 2019-10-31 | 3 | -1/+142 |
| | |||||
* | add ModuleDefId to hir_def | Aleksey Kladov | 2019-10-31 | 1 | -2/+56 |
| | |||||
* | move builtin types to hir_def | Aleksey Kladov | 2019-10-31 | 2 | -0/+64 |
| | |||||
* | move mod_resolution to hir_def | Aleksey Kladov | 2019-10-31 | 2 | -0/+79 |
| | |||||
* | improve compile time a bit | Aleksey Kladov | 2019-10-30 | 1 | -1/+1 |
| | |||||
* | 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 |