Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix handling of binders in canonicalization | Florian Diebold | 2020-02-22 | 1 | -64/+35 |
| | | | | I'm looking forward to getting rid of this in favor of Chalk's implementation. | ||||
* | Normalize associated types in types coming from Chalk | Florian Diebold | 2020-02-21 | 1 | -1/+4 |
| | | | | Fixes #3232. | ||||
* | More manual clippy fixes | Kirill Bulatov | 2020-02-18 | 1 | -3/+2 |
| | |||||
* | Fix coercion of &T to itself | Florian Diebold | 2020-02-16 | 1 | -0/+2 |
| | | | | | The autoderef coercion logic did not handle matching placeholders. This led to some type mismatches. | ||||
* | Fix #2467 | Florian Diebold | 2019-12-03 | 1 | -2/+2 |
| | | | | | The stand-alone `unify` requires that the type doesn't contain any type variables. So we can't share the code here for now (without more refactoring)... | ||||
* | Check receiver type properly | Florian Diebold | 2019-12-02 | 1 | -8/+12 |
| | |||||
* | Extract unification code to unify module | Florian Diebold | 2019-12-02 | 1 | -6/+266 |
| | |||||
* | Move Ty | Aleksey Kladov | 2019-11-27 | 1 | -0/+162 |