aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/expr.rs
Commit message (Collapse)AuthorAgeFilesLines
* move function to code_model_apiAleksey Kladov2019-01-081-4/+1
|
* migrate ra_analysis to new rowanAleksey Kladov2019-01-081-2/+2
|
* migrate ra_hir to rowan 2.0Aleksey Kladov2019-01-081-44/+44
|
* Improve types for node_expr / node_patFlorian Diebold2019-01-061-5/+5
|
* Introduce ArenaMapFlorian Diebold2019-01-061-9/+9
|
* Use HIR Expr for type inferenceFlorian Diebold2019-01-061-3/+28
| | | | | Now we can reuse the type inference inside a function when typing whitespace etc. :)
* Various small code review improvementsFlorian Diebold2019-01-051-13/+18
|
* Make FnScopes use hir::ExprFlorian Diebold2019-01-051-65/+298
| | | | | | This was a bit complicated. I've added a wrapper type for now that does the LocalSyntaxPtr <-> ExprId translation; we might want to get rid of that or give it a nicer interface.
* Add HIR Expr machineryFlorian Diebold2019-01-051-0/+507