summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src/traits/wf.rs
AgeCommit message (Expand)AuthorLines
2020-10-11Replace tuple of infer vars for upvar_tys with single infer varRoxane-4/+2
2020-10-06Fix rebaseMatthew Jasper-1/+1
2020-10-06Fix bugs in evaluating WellFormed predicatesMatthew Jasper-17/+41
2020-10-06Address review commentsMatthew Jasper-1/+19
2020-10-06Fix tests and bootstrapMatthew Jasper-6/+15
2020-10-06Make projection wf check the predicates for the projectionMatthew Jasper-11/+25
2020-09-24assign the correct `DefId` in `nominal_obligations`Bastian Kauschke-4/+16
2020-09-09Remove def_id field from ParamEnvBram van den Heuvel-0/+3
2020-09-04Change ty.kind to a methodLeSeulArtichaut-5/+5
2020-08-30mv compiler to compiler/mark-0/+710