aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/ty/snapshots
Commit message (Collapse)AuthorAgeFilesLines
* Handle cycles in type varsFlorian Diebold2019-01-262-0/+35
| | | | This might be the cause of #587.
* fix AST for if expressionsAleksey Kladov2019-01-261-0/+17
| | | | then is not always a block...
* Fix type inference of binops on int/float variablesFlorian Diebold2019-01-251-0/+13
| | | | Fixes #651.
* new struct idAleksey Kladov2019-01-241-6/+6
|
* Update snapsJeremy A. Kolb2019-01-2224-96/+144
|
* Use insta for ty testsFlorian Diebold2019-01-2124-0/+605