aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/path.rs
Commit message (Expand)AuthorAgeFilesLines
* Added macro resolution and expansionLenard Pratt2019-04-221-0/+4
* fix a panic with glob-import missing a source mapAleksey Kladov2019-04-021-8/+5
* replace todo with fixmeAleksey Kladov2019-03-231-3/+3
* Make GenericArgs::from_ast pub(crate)Florian Diebold2019-02-171-1/+1
* Handle generic args for method callsFlorian Diebold2019-02-161-1/+1
* Fix some typosPascal Hertleif2019-02-121-1/+1
* reformat the worldAleksey Kladov2019-02-081-33/+11
* Pass aliases to ImportDataFlorian Diebold2019-02-011-6/+7
* fix completion bugsgfreezy2019-01-231-0/+7
* Add AST/HIR for type args in path segmentsFlorian Diebold2019-01-191-6/+62
* 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