aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_ty/src/interner.rs
Commit message (Collapse)AuthorAgeFilesLines
* More cleanupsFlorian Diebold2021-04-091-0/+9
|
* Move ToChalk -> mappingFlorian Diebold2021-04-091-4/+13
|
* Reorganize hir_ty modulesFlorian Diebold2021-04-091-0/+405
Chalk isn't really a 'traits' thing anymore, so it doesn't make sense to have all the Chalk-related stuff in submodules of `traits`.