aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_ty/src/chalk_db.rs
Commit message (Collapse)AuthorAgeFilesLines
* Remove our unification code, use Chalk's insteadFlorian Diebold2021-05-211-10/+5
|
* More moving stuff aroundFlorian Diebold2021-04-091-6/+9
|
* Move some more stuff to better placesFlorian Diebold2021-04-091-40/+61
|
* Move ToChalk -> mappingFlorian Diebold2021-04-091-15/+17
|
* Reorganize hir_ty modulesFlorian Diebold2021-04-091-0/+714
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`.