about summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src/traits/select
AgeCommit message (Expand)AuthorLines
2020-10-06Avoid cycle in nested obligations for object candidateMatthew Jasper-52/+175
2020-10-06Address review commentsMatthew Jasper-0/+5
2020-10-06Fix ICEMatthew Jasper-4/+5
2020-10-06Ensure that associated types for trait objects satisfy their boundsMatthew Jasper-13/+51
2020-10-06Remove unused part of return value from `replace_bound_vars_with_placeholders`Matthew Jasper-5/+5
2020-10-06Check projections are well-formed when using projection candidatesMatthew Jasper-26/+43
2020-10-06Rename projection_predicates to item_boundsMatthew Jasper-4/+2
2020-09-28move candidate_from_obligation_no_cacheBastian Kauschke-156/+161
2020-09-26Remove unused #[allow(...)] statements from compiler/est31-1/+0
2020-09-24remove enum name from ImplSource variantsBastian Kauschke-18/+14
2020-09-18Wrap recursive predicate evaluation with `ensure_sufficient_stack`Aaron Hill-119/+133
2020-09-13Auto merge of #76244 - vandenheuvel:remove__paramenv__def_id, r=nikomatsakisbors-0/+3
2020-09-09Remove def_id field from ParamEnvBram van den Heuvel-0/+3
2020-09-08reviewBastian Kauschke-7/+6
2020-09-08make `ConstEvaluatable` more strictBastian Kauschke-9/+11
2020-09-04Change ty.kind to a methodLeSeulArtichaut-17/+17
2020-09-02pretty: trim paths of unique symbolsDan Aloni-14/+20
2020-08-30mv compiler to compiler/mark-0/+3881