Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Shorten some code | Florian Diebold | 2020-02-22 | 1 | -4/+1 |
* | Rework find_super_trait_path to protect against cycles | Florian Diebold | 2020-02-22 | 1 | -4/+2 |
* | Add &dyn Trait -> &dyn SuperTrait coercion, and fix &T -> &dyn Trait | Florian Diebold | 2020-02-22 | 1 | -30/+65 |
* | Implement dyn Trait unsizing as well | Florian Diebold | 2020-02-22 | 1 | -7/+105 |
* | Implement unsize coercion using proper trait solving | Florian Diebold | 2020-02-22 | 1 | -1/+60 |
* | More manual clippy fixes | Kirill Bulatov | 2020-02-18 | 1 | -2/+2 |
* | Run cargo +nightly fix --clippy -Z unstable-options | Kirill Bulatov | 2020-02-18 | 1 | -3/+3 |
* | Introduce our own Chalk TypeFamily, instead of using ChalkIr | Florian Diebold | 2019-12-22 | 1 | -16/+33 |
* | Rename N! to name! | Florian Diebold | 2019-12-13 | 1 | -3/+3 |
* | Add macros for known names and paths | Florian Diebold | 2019-12-13 | 1 | -3/+3 |
* | Extract built-in trait implementations to separate module | Florian Diebold | 2019-12-03 | 1 | -0/+161 |