Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix #2467 | Florian Diebold | 2019-12-03 | 4 | -7/+65 |
| | | | | | 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)... | ||||
* | Merge #2465 | bors[bot] | 2019-12-03 | 3 | -127/+219 |
|\ | | | | | | | | | | | | | | | 2465: Extract built-in trait implementations to separate module r=matklad a=flodiebold This untangles the builtin logic from the Chalk translation. Co-authored-by: Florian Diebold <[email protected]> | ||||
| * | Extract built-in trait implementations to separate module | Florian Diebold | 2019-12-03 | 3 | -127/+219 |
| | | | | | | | | This untangles the builtin logic from the Chalk translation. | ||||
* | | Make unify pub(crate) | Florian Diebold | 2019-12-03 | 1 | -1/+1 |
| | | |||||
* | | Add tests for checking the impl self type | Florian Diebold | 2019-12-02 | 1 | -0/+14 |
| | | |||||
* | | Refactor a bit | Florian Diebold | 2019-12-02 | 3 | -77/+74 |
| | | |||||
* | | Check receiver type properly | Florian Diebold | 2019-12-02 | 4 | -19/+80 |
| | | |||||
* | | Extract unification code to unify module | Florian Diebold | 2019-12-02 | 6 | -263/+312 |
| | | |||||
* | | Change order of calls to get method candidate order correct | Florian Diebold | 2019-12-02 | 2 | -39/+115 |
|/ | |||||
* | Merge #2455 | bors[bot] | 2019-12-01 | 1 | -0/+36 |
|\ | | | | | | | | | | | | | | | | | | | 2455: Add BuiltinShadowMode r=flodiebold a=edwin0cheng This PR try to fix #1905 by introduce an `BuiltinShadowMode` in name resolving functions. cc @flodiebold Co-authored-by: Edwin Cheng <[email protected]> | ||||
| * | Add BuiltinShadowMode | Edwin Cheng | 2019-11-30 | 1 | -0/+36 |
| | | |||||
* | | Add cycle recovery for type aliases | Florian Diebold | 2019-11-30 | 3 | -2/+10 |
| | | |||||
* | | Add cycle recovery for generic predicates | Florian Diebold | 2019-11-30 | 3 | -8/+10 |
| | | |||||
* | | Handle cycles in impl types better | Florian Diebold | 2019-11-30 | 8 | -53/+82 |
| | | | | | | | | | | | | - 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 | 3 | -0/+127 |
|/ | |||||
* | Move source-related traits to a separate module | Aleksey Kladov | 2019-11-28 | 1 | -1/+1 |
| | |||||
* | Rename Source -> InFile | Aleksey Kladov | 2019-11-28 | 2 | -9/+9 |
| | |||||
* | Use Name::missing consistently | Aleksey Kladov | 2019-11-27 | 1 | -18/+7 |
| | |||||
* | Minimize API | Aleksey Kladov | 2019-11-27 | 1 | -8/+3 |
| | |||||
* | Memoize impl resolutions | Aleksey Kladov | 2019-11-27 | 7 | -75/+76 |
| | |||||
* | Rename module_id -> local_id | Aleksey Kladov | 2019-11-27 | 2 | -7/+7 |
| | |||||
* | prune deps | Aleksey Kladov | 2019-11-27 | 2 | -11/+12 |
| | |||||
* | Move Ty | Aleksey Kladov | 2019-11-27 | 24 | -2/+12283 |
| | |||||
* | Fix stale crates that snuck in | Jeremy Kolb | 2019-11-26 | 1 | -1/+1 |
| | |||||
* | Doc primitives | Aleksey Kladov | 2019-11-26 | 2 | -2/+6 |
| | |||||
* | Introduce hir_ty | Aleksey Kladov | 2019-11-26 | 3 | -0/+225 |