Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename N! to name! | Florian Diebold | 2019-12-13 | 1 | -6/+6 |
| | |||||
* | Add macros for known names and paths | Florian Diebold | 2019-12-13 | 1 | -6/+6 |
| | |||||
* | Correctly infer - and ! using std::ops::{Neg,Not} | Emil Lauridsen | 2019-12-13 | 1 | -2/+14 |
| | |||||
* | Add helper for resolving associated type of trait in infer | Emil Lauridsen | 2019-12-13 | 1 | -0/+18 |
| | |||||
* | Make unify pub(crate) | Florian Diebold | 2019-12-03 | 1 | -1/+1 |
| | |||||
* | Check receiver type properly | Florian Diebold | 2019-12-02 | 1 | -2/+4 |
| | |||||
* | Extract unification code to unify module | Florian Diebold | 2019-12-02 | 1 | -233/+22 |
| | |||||
* | Infer range types | oxalica | 2019-11-28 | 1 | -0/+36 |
| | |||||
* | Move source-related traits to a separate module | Aleksey Kladov | 2019-11-28 | 1 | -1/+1 |
| | |||||
* | Move Ty | Aleksey Kladov | 2019-11-27 | 1 | -0/+723 |