aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/ty.rs
Commit message (Expand)AuthorAgeFilesLines
* Resolve paths to defs (functions currently) during type inferenceFlorian Diebold2018-12-231-68/+127
* Make let statements kind of workFlorian Diebold2018-12-231-8/+36
* Remove unwrapsFlorian Diebold2018-12-231-6/+19
* Get rid of the terrible nesting in PathExpr inferenceFlorian Diebold2018-12-231-26/+14
* CleanupFlorian Diebold2018-12-231-64/+49
* Add testing infrastructure for type inferenceFlorian Diebold2018-12-231-0/+30
* Parse integer / float typesFlorian Diebold2018-12-231-2/+20
* Add beginnings of type infrastructureFlorian Diebold2018-12-231-0/+478