aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_ty/src/tests/coercion.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix printing of function typesFlorian Diebold2020-02-071-13/+13
* Standard formatting for array typesAleksey Kladov2020-01-281-48/+48
* Coerce closures to fn pointersFlorian Diebold2019-12-201-0/+39
* Fix coercion of last expression in function bodyFlorian Diebold2019-12-201-0/+16
* Handle closure return typesFlorian Diebold2019-12-201-0/+31
* Fix coercion from &Foo to an inference variable in a referenceFlorian Diebold2019-12-081-0/+37
* Don't unify within a referenceFlorian Diebold2019-12-061-0/+36
* Move TyAleksey Kladov2019-11-271-0/+369