about summary refs log tree commit diff
path: root/src/test/ui/specialization/min_specialization
AgeCommit message (Expand)AuthorLines
2021-09-30Elaborate predicates in min_specialization checksMatthew Jasper-0/+42
2021-07-06Revert "Revert "Update tests""bjorn3-1/+1
2021-06-07Revert "Update tests"bjorn3-1/+1
2021-05-30Update testsbjorn3-1/+1
2021-03-31Track bound varsJack Huey-1/+1
2021-01-16fold_with not super_fold_with in TypeFoldable impl for PredicateJack Huey-1/+1
2021-01-16Remove PredicateKind::AtomJack Huey-1/+1
2020-09-25Move from {{closure}}#0 syntax to {closure#0} for (def) path componentsmarmeladema-1/+1
2020-09-02pretty: trim paths of unique symbolsDan Aloni-2/+2
2020-07-27`PredicateKint` -> `PredicateKind`, the beginning of the endBastian Kauschke-1/+1
2020-07-19do not try fetching the ancestors of errored trait implsBastian Kauschke-0/+16
2020-03-15Consider well-formed predicates in min-specializationMatthew Jasper-0/+59
2020-03-15Implement soundness check for min_specializationMatthew Jasper-0/+382
2020-03-15Add attributes to allow specializing on traitsMatthew Jasper-0/+32