Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rewrite coercion using the new unification | Florian Diebold | 2021-05-21 | 1 | -0/+5 |
* | Correctly support SelfType when searching for usages | Lukas Wirth | 2021-05-08 | 1 | -2/+34 |
* | Intern consts & lifetimes | Florian Diebold | 2021-04-08 | 1 | -1/+1 |
* | Merge #8409 | bors[bot] | 2021-04-07 | 1 | -2/+12 |
|\ | |||||
| * | Fix return type of `self_type_parameter` | Florian Diebold | 2021-04-07 | 1 | -2/+2 |
| * | Move hir_trait_id to extension trait | Florian Diebold | 2021-04-07 | 1 | -0/+10 |
* | | Move `equals_ctor` to `TyExt` | Florian Diebold | 2021-04-07 | 1 | -1/+34 |
|/ | |||||
* | Remove TyExt::dyn_trait_ref | Lukas Wirth | 2021-04-06 | 1 | -10/+4 |
* | Move Ty accessors to TyExt | Lukas Wirth | 2021-04-06 | 1 | -3/+232 |
* | Move ProjectionTy methods to extension trait | Florian Diebold | 2021-04-05 | 1 | -1/+27 |
* | Add TyBuilder::unit() and TyExt::is_unit() | Florian Diebold | 2021-04-04 | 1 | -0/+13 |