Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle cycles in impl types better | Florian Diebold | 2019-11-30 | 1 | -15/+0 |
| | | | | | | - impl Trait<Self> for S is allowed - impl Trait for S<Self> is an invalid cycle, but we can add cycle recovery for it in Salsa now | ||||
* | Use Name::missing consistently | Aleksey Kladov | 2019-11-27 | 1 | -18/+7 |
| | |||||
* | Memoize impl resolutions | Aleksey Kladov | 2019-11-27 | 1 | -0/+15 |
| | |||||
* | Move Ty | Aleksey Kladov | 2019-11-27 | 1 | -2/+1132 |
| | |||||
* | Doc primitives | Aleksey Kladov | 2019-11-26 | 1 | -1/+2 |
| | |||||
* | Introduce hir_ty | Aleksey Kladov | 2019-11-26 | 1 | -0/+3 |