aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/type_ref.rs
Commit message (Collapse)AuthorAgeFilesLines
* Remove `TypeRef` from item opts which implement TypeAscriptionOwnerVille Penttinen2019-02-271-2/+2
|
* reformat the worldAleksey Kladov2019-02-081-9/+4
|
* migrate ra_hir to rowan 2.0Aleksey Kladov2019-01-081-4/+4
|
* Add fn signature queryFlorian Diebold2019-01-061-0/+4
|
* Resolve field types lazilyFlorian Diebold2018-12-251-1/+1
| | | | I.e. not already when getting the HIR for the struct.
* Add a hir::TypeRef as an intermediate between ast::TypeRef and ty::TyFlorian Diebold2018-12-251-0/+110