aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/ty/tests/data
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.