Florian Diebold
|
cfa50df33e
|
Refactor a bit
|
2019-12-02 19:33:13 +01:00 |
|
Florian Diebold
|
456d52fdfa
|
Check receiver type properly
|
2019-12-02 19:33:13 +01:00 |
|
Florian Diebold
|
cbf262a1bc
|
Change order of calls to get method candidate order correct
|
2019-12-02 19:33:13 +01:00 |
|
Florian Diebold
|
cf6809645e
|
Handle cycles in impl types better
- 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
|
2019-11-30 12:57:32 +01:00 |
|
Aleksey Kladov
|
8d34696826
|
Memoize impl resolutions
|
2019-11-27 22:12:09 +03:00 |
|
Aleksey Kladov
|
a87579500a
|
Move Ty
|
2019-11-27 21:16:00 +03:00 |
|