Commit Graph

16 Commits

Author SHA1 Message Date
Jack Huey a42e5a14c4 Implement fn_def_datum 2020-06-19 14:05:14 -04:00
Jack Huey 7c09ad0627 Use builtin types for Never, Array, and FnDef 2020-06-19 14:04:30 -04:00
Jack Huey 6aa2e9d978 Update chalk 2020-06-19 14:04:30 -04:00
Jack Huey 16dd584e11 Update chalk 2020-06-19 14:04:30 -04:00
Jack Huey 006b482794 Add compare-mode=chalk and add a little bit more implementations and fixmes 2020-06-19 14:04:30 -04:00
mark 268decbac8 make all uses of ty::Error or ConstKind::Error delay a span bug 2020-06-15 18:25:58 -05:00
Bastian Kauschke ef4d2c1043 change WellFormed predicate to GenericArg 2020-06-02 15:02:36 +02:00
Bastian Kauschke 81831e124e add WellFormedConst predicate 2020-06-02 15:02:36 +02:00
Matthew Jasper 7d73e4cc47 Remove ReScope 2020-05-22 18:03:08 +01:00
Bastian Kauschke f3164790bd introduce newtype'd `Predicate<'tcx>` 2020-05-20 15:44:34 +02:00
Bastian Kauschke c71439791c chalk 2020-05-17 11:06:35 +02:00
Ralf Jung e5f31e0a3e
Rollup merge of #72150 - jackh726:unnorm_projection, r=nikomatsakis
Remove UnnormalizedProjection

This was only used for the old chalk integration with chalk-engine

r? @nikomatsakis
2020-05-14 10:22:59 +02:00
Jack Huey 41f6b958d5 Remove ty::UnnormalizedProjection 2020-05-12 01:56:29 -04:00
Matthias Krüger 8bfd84539e Fix clippy warnings
Fixes clippy::{cone_on_copy, filter_next, redundant_closure, single_char_pattern, len_zero,redundant_field_names, useless_format, identity_conversion, map_clone, into_iter_on_ref, needless_return, option_as_ref_deref, unused_unit, unnecessary_mut_passed}
2020-05-11 17:13:32 +02:00
Jack Huey 5fa4c63be0 Fix nit and cargo.lock 2020-05-07 17:46:31 -04:00
Jack Huey a24df5b3cd Reintegrate chalk using chalk-solve 2020-05-07 17:35:58 -04:00