aboutsummaryrefslogtreecommitdiff
path: root/crates/hir/src/display.rs
Commit message (Collapse)AuthorAgeFilesLines
* Introduce QuantifiedWhereClause and DynTy analogous to ChalkFlorian Diebold2021-03-211-1/+5
| | | | | This introduces a bunch of new binders in lots of places, which we have to be careful about, but we had to add them at some point.
* Rename Substs -> SubstitutionFlorian Diebold2021-03-161-2/+2
|
* Implement HirDisplay for some more typesLukas Wirth2021-03-161-2/+28
|
* Pretty print root module of extern cratesoxalica2021-03-151-0/+4
|
* Fix trait type parameteroxalica2021-03-151-1/+7
|
* Use hir formatter moreoxalica2021-03-151-2/+178
|
* Impl HirDisplay for function hover messageoxalica2021-03-151-2/+232
|
* Collect HirDisplay impls to a single fileoxalica2021-03-151-0/+25