aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_ty/src/tests/traits.rs
Commit message (Expand)AuthorAgeFilesLines
* Merge #7907bors[bot]2021-03-241-2/+2
|\
| * hir_ty: fix tests by making required methods publiccynecx2021-03-201-2/+2
* | Correctly lower TraitRefs with default paramsLukas Wirth2021-03-221-0/+46
* | Ignore type bindings in generic_predicates_for_paramFlorian Diebold2021-03-211-3/+2
* | Test for a Salsa bugFlorian Diebold2021-03-211-0/+51
|/
* Remove WhereClause::ErrorFlorian Diebold2021-03-201-2/+2
* Add test for self-calling inner functionJonas Schievink2021-03-171-0/+21
* Fix unification logicFlorian Diebold2021-03-151-100/+116
* Check ancestor maps when computing traits in scopeJonas Schievink2021-03-091-0/+33
* Use upstream cov-markLaurențiu Nicola2021-03-081-3/+2
* Don't write trailing whitespace when formatting empty GenericPredicatesLukas Wirth2021-02-201-2/+2
* Don't lower TypeBound::Lifetime as GenericPredicate::ErrorLukas Wirth2021-02-201-3/+3
* Slightly expand testJonas Schievink2021-02-101-0/+3
* Add more testsJonas Schievink2021-02-101-0/+51
* Render Fn* trait objects and impl types as rust doesLukas Wirth2021-01-131-4/+4
* Implement async blocksoxalica2020-09-101-0/+40
* Switch to expect_test from crates.ioAleksey Kladov2020-08-211-1/+1
* Rename ra_hir_ty -> hir_tyAleksey Kladov2020-08-131-0/+3113