Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle cycles in impl types better | Florian Diebold | 2019-11-30 | 2 | -6/+3 |
| | | | | | | - 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 | ||||
* | Reduce variants of Expr | oxalica | 2019-11-29 | 1 | -39/+37 |
| | |||||
* | Infer range types | oxalica | 2019-11-28 | 1 | -0/+41 |
| | |||||
* | Memoize impl resolutions | Aleksey Kladov | 2019-11-27 | 2 | -22/+10 |
| | |||||
* | Move Ty | Aleksey Kladov | 2019-11-27 | 5 | -0/+1658 |