rust/src/librustc_traits
2018-06-27 06:48:43 -04:00
..
Cargo.toml implement the chalk traits, albeit with many placeholders 2018-05-24 12:01:27 -04:00
chalk_context.rs remove Canonicalization trait, which serves no purpose 2018-06-26 10:59:38 -04:00
dropck_outlives.rs move make_query_response into method on infcx 2018-06-26 10:49:24 -04:00
evaluate_obligation.rs Retry canonical trait query in standard mode if overflow occurs 2018-04-26 20:28:30 -05:00
lib.rs introduce Normalizable trait for things directly normalizable 2018-06-26 10:59:40 -04:00
lowering.rs Add rules for type well-formedness 2018-06-07 14:38:23 +02:00
normalize_erasing_regions.rs improved debug output 2018-04-26 13:31:24 -04:00
normalize_projection_ty.rs move make_query_response into method on infcx 2018-06-26 10:49:24 -04:00
type_op_eq.rs extract out query boilerplate and use for Eq 2018-06-27 06:48:32 -04:00
type_op_normalize.rs use query boilerplate for normalize 2018-06-27 06:48:43 -04:00
type_op_prove_predicate.rs convert prove_predicate into a query 2018-06-26 10:59:40 -04:00
type_op_subtype.rs make Subtype a true query 2018-06-26 10:59:40 -04:00