aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_ty/src/tests/method_resolution.rs
Commit message (Expand)AuthorAgeFilesLines
* Switch to new magic marksAleksey Kladov2020-05-201-1/+1
* Allow calling dyn trait super trait methods without the super trait in scopeFlorian Diebold2020-05-161-0/+31
* Fix type of byte literalsFlorian Diebold2020-05-081-6/+7
* Convert tests to text-sizeAleksey Kladov2020-04-251-188/+188
* Fix #3373Florian Diebold2020-03-011-0/+19
* Do array unsizing for method receiversFlorian Diebold2020-02-291-0/+18
* Exclude methods from non-parameter types introduced by generic constraintsLaurențiu Nicola2020-02-191-0/+23
* Check that impl self type matches up with expected self type in path modeFlorian Diebold2020-02-141-0/+32
* Change Ty::Param to contain param IDFlorian Diebold2020-02-071-1/+1
* Fix another testFlorian Diebold2020-02-071-2/+2
* Fix printing of function typesFlorian Diebold2020-02-071-21/+21
* Introduce our own Chalk TypeFamily, instead of using ChalkIrFlorian Diebold2019-12-221-2/+2
* Split up ty tests a bitFlorian Diebold2019-12-031-0/+1005