Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix type equality for dyn Trait | Florian Diebold | 2020-04-17 | 1 | -2/+2 |
* | Use `dyn Trait` for working with databse | Aleksey Kladov | 2020-03-16 | 1 | -5/+3 |
* | Implement unsize coercion using proper trait solving | Florian Diebold | 2020-02-22 | 1 | -179/+26 |
* | More manual clippy fixes | Kirill Bulatov | 2020-02-18 | 1 | -4/+3 |
* | Run cargo +nightly fix --clippy -Z unstable-options | Kirill Bulatov | 2020-02-18 | 1 | -4/+2 |
* | Formatting | Florian Diebold | 2020-02-07 | 1 | -6/+2 |
* | Change Ty::Param to contain param ID | Florian Diebold | 2020-02-07 | 1 | -8/+8 |
* | Coerce closures to fn pointers | Florian Diebold | 2019-12-20 | 1 | -0/+4 |
* | Fix coercion from &Foo to an inference variable in a reference | Florian Diebold | 2019-12-08 | 1 | -1/+5 |
* | Check receiver type properly | Florian Diebold | 2019-12-02 | 1 | -1/+1 |
* | Extract unification code to unify module | Florian Diebold | 2019-12-02 | 1 | -5/+5 |
* | Handle cycles in impl types better | Florian Diebold | 2019-11-30 | 1 | -5/+2 |
* | Memoize impl resolutions | Aleksey Kladov | 2019-11-27 | 1 | -16/+6 |
* | Move Ty | Aleksey Kladov | 2019-11-27 | 1 | -0/+354 |