aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_ty/src/traits/chalk
Commit message (Expand)AuthorAgeFilesLines
* Use TypeCtorId as AdtId directly, and rename the type alias StructId -> AdtIdFlorian Diebold2020-05-222-4/+4
* Split up chalk module a bitFlorian Diebold2020-05-222-0/+970
* Update ChalkFlorian Diebold2020-05-221-4/+4
* Update Chalk, and cache Chalk env elaboration through a queryFlorian Diebold2020-04-201-3/+30
* Nicer display of projections in Chalk logsFlorian Diebold2020-04-131-8/+10
* Nicer display of closures in Chalk logsFlorian Diebold2020-04-131-2/+22
* Implement Chalk's debug methods using TLSFlorian Diebold2020-04-101-0/+231