Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add cycle recovery for type aliases | Florian Diebold | 2019-11-30 | 1 | -0/+1 |
| | |||||
* | Add cycle recovery for generic predicates | Florian Diebold | 2019-11-30 | 1 | -0/+1 |
| | |||||
* | Handle cycles in impl types better | Florian Diebold | 2019-11-30 | 1 | -3/+7 |
| | | | | | | - 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 | ||||
* | Memoize impl resolutions | Aleksey Kladov | 2019-11-27 | 1 | -1/+4 |
| | |||||
* | Move Ty | Aleksey Kladov | 2019-11-27 | 1 | -0/+116 |