aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_ty/src/mapping.rs
Commit message (Collapse)AuthorAgeFilesLines
* More moving stuff aroundFlorian Diebold2021-04-091-15/+56
|
* Move some more stuff to better placesFlorian Diebold2021-04-091-60/+32
|
* Move ToChalk -> mappingFlorian Diebold2021-04-091-2/+18
|
* Reorganize hir_ty modulesFlorian Diebold2021-04-091-0/+125
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`.