Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix inference for shift operators | Florian Diebold | 2020-01-17 | 1 | -2/+2 |
* | Push resolver further up | Aleksey Kladov | 2020-01-14 | 1 | -6/+13 |
* | Fix coercion of last expression in function body | Florian Diebold | 2019-12-20 | 1 | -1/+1 |
* | Handle closure return types | Florian Diebold | 2019-12-20 | 1 | -3/+14 |
* | Merge #2592 | bors[bot] | 2019-12-20 | 1 | -4/+8 |
|\ | |||||
| * | Add std::ops::Index support for infering | Edwin Cheng | 2019-12-19 | 1 | -4/+8 |
* | | Rename ContainerId -> AssocContainerId | Aleksey Kladov | 2019-12-20 | 1 | -2/+2 |
|/ | |||||
* | Handle impl Trait more correctly | Florian Diebold | 2019-12-15 | 1 | -0/+1 |
* | Rename N! to name! | Florian Diebold | 2019-12-13 | 1 | -2/+2 |
* | Add macros for known names and paths | Florian Diebold | 2019-12-13 | 1 | -2/+2 |
* | Correctly infer - and ! using std::ops::{Neg,Not} | Emil Lauridsen | 2019-12-13 | 1 | -21/+26 |
* | Add helper for resolving associated type of trait in infer | Emil Lauridsen | 2019-12-13 | 1 | -47/+7 |
* | Refactor parameter count tracking | Aleksey Kladov | 2019-12-07 | 1 | -10/+8 |
* | Remove idx and parent generics from generics | Aleksey Kladov | 2019-12-07 | 1 | -11/+13 |
* | Store GenericParams in arena | Aleksey Kladov | 2019-12-07 | 1 | -1/+1 |
* | Don't unify within a reference | Florian Diebold | 2019-12-06 | 1 | -11/+10 |
* | Extract unification code to unify module | Florian Diebold | 2019-12-02 | 1 | -15/+15 |
* | Reduce variants of Expr | oxalica | 2019-11-29 | 1 | -39/+37 |
* | Infer range types | oxalica | 2019-11-28 | 1 | -0/+41 |
* | Move Ty | Aleksey Kladov | 2019-11-27 | 1 | -0/+686 |