aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_ty/src/types.rs
Commit message (Collapse)AuthorAgeFilesLines
* Use VariableKinds in BindersFlorian Diebold2021-04-051-12/+33
|
* Hide Binders internals moreFlorian Diebold2021-04-051-1/+35
|
* Rename TyKind::ForeignType to ForeignLaurențiu Nicola2021-04-051-1/+1
|
* Rename TyKind::Unknown to ErrorLaurențiu Nicola2021-04-051-1/+1
|
* Move things from `traits` module to `types` as wellFlorian Diebold2021-04-041-1/+63
|
* Move things in hir_ty into submodulesFlorian Diebold2021-04-041-0/+354
- all the types that will be replaced by Chalk go to `types` - `TypeWalk` impls go to `walk`