aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/ty/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* Type field accessesFlorian Diebold2018-12-251-2/+4
|
* Infer result of struct literals, and recurse into their child expressionsFlorian Diebold2018-12-251-4/+8
|
* Do name resolution by namespace (types/values)Florian Diebold2018-12-251-2/+2
|
* Add basic HIR and types for structs/enumsFlorian Diebold2018-12-251-0/+10
|
* Change inference tests to have one per fileFlorian Diebold2018-12-245-42/+16
|
* Type the return values of call expressionsFlorian Diebold2018-12-231-2/+2
|
* Resolve paths to defs (functions currently) during type inferenceFlorian Diebold2018-12-232-0/+19
|
* Make let statements kind of workFlorian Diebold2018-12-232-0/+12
|
* Add testing infrastructure for type inferenceFlorian Diebold2018-12-232-0/+24
- move dir_tests to test_utils for that.