aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_ty/src/tests/method_resolution.rs
Commit message (Expand)AuthorAgeFilesLines
* Unify check_mismatches and check_typesFlorian Diebold2021-06-201-150/+114
* internal: switch some tests to minicoreAleksey Kladov2021-06-151-30/+25
* internal: switch some tests to minicoreAleksey Kladov2021-06-151-26/+18
* Implement `#[rustc_skip_array_during_method_dispatch]`Jonas Schievink2021-06-011-0/+49
* Implement per-edition preludesJonas Schievink2021-06-011-7/+7
* Collect inherent impls in unnamed constsJonas Schievink2021-04-191-1/+36
* Collect trait impls inside unnamed constsJonas Schievink2021-04-071-0/+22
* hir_ty: add coverage testing for autoderef_visibility_method testcynecx2021-03-201-0/+1
* hir_ty: fix test by removing trailing whitespacecynecx2021-03-201-24/+23
* hir_ty: add tests around autoderef with visibility checkingcynecx2021-03-201-0/+119
* Use upstream cov-markLaurențiu Nicola2021-03-081-1/+1
* Add test from #7273Laurențiu Nicola2021-02-211-0/+45
* Don't lower TypeBound::Lifetime as GenericPredicate::ErrorLukas Wirth2021-02-201-2/+2
* Check for dyn impls in method resolutionLukas Wirth2021-02-081-0/+22
* Use correct, full substs for self type in implFlorian Diebold2020-12-041-0/+19
* Use Ty::apply instead of simple and fix method resolution.Charles Lew2020-09-161-3/+1
* Add a test.Charles Lew2020-09-161-0/+38
* Switch to expect_test from crates.ioAleksey Kladov2020-08-211-1/+1
* Rename ra_hir_ty -> hir_tyAleksey Kladov2020-08-131-0/+1053