aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_ty/src/autoderef.rs
Commit message (Collapse)AuthorAgeFilesLines
* Use chalk_ir::AssocTypeIdFlorian Diebold2021-03-131-1/+2
|
* Separate `Ty` and `TyKind` like in ChalkFlorian Diebold2021-03-131-4/+5
| | | | | Currently `Ty` just wraps `TyKind`, but this allows us to change most places to already use `intern` / `interned`.
* Introduce Ty::AliasLukas Wirth2021-03-011-2/+3
|
* Being Ty::InferenceVar closes to chalk equivalentLukas Wirth2021-03-011-2/+4
|
* Rename ra_hir_ty -> hir_tyAleksey Kladov2020-08-131-0/+131