Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement infer await from async func | Edwin Cheng | 2019-12-24 | 1 | -0/+57 |
* | Coerce closures to fn pointers | Florian Diebold | 2019-12-20 | 1 | -5/+5 |
* | Add std::ops::Index support for infering | Edwin Cheng | 2019-12-19 | 1 | -0/+32 |
* | Add test mark | Florian Diebold | 2019-12-15 | 1 | -2/+6 |
* | Handle impl Trait more correctly | Florian Diebold | 2019-12-15 | 1 | -0/+31 |
* | Add test for unifying impl Trait | Florian Diebold | 2019-12-15 | 1 | -1/+27 |
* | Correctly infer - and ! using std::ops::{Neg,Not} | Emil Lauridsen | 2019-12-13 | 1 | -0/+64 |
* | Split up ty tests a bit | Florian Diebold | 2019-12-03 | 1 | -0/+1424 |