aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/path.rs
Commit message (Expand)AuthorAgeFilesLines
* switched to lowerd moduleAleksey Kladov2019-01-191-12/+13
* Fix use tree desugaringFlorian Diebold2019-01-081-1/+1
* migrate ra_hir to rowan 2.0Aleksey Kladov2019-01-081-6/+6
* Add fn signature queryFlorian Diebold2019-01-061-4/+10
* Add HIR Expr machineryFlorian Diebold2019-01-051-0/+8
* Resolve the self parameter during type inferenceFlorian Diebold2019-01-041-0/+5
* introduce hir::NameAleksey Kladov2018-12-271-4/+14
* Add a hir::TypeRef as an intermediate between ast::TypeRef and ty::TyFlorian Diebold2018-12-251-2/+2
* Move the self handling from directly inside the loopDJMcNab2018-12-211-13/+12
* Fix handling of nested self in pathsDJMcNab2018-12-211-2/+20
* Move hir to a separate crateAleksey Kladov2018-11-281-7/+7
* introduce hir crateAleksey Kladov2018-11-281-0/+148