summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src/traits/select/mod.rs
AgeCommit message (Expand)AuthorLines
2020-09-28move candidate_from_obligation_no_cacheBastian Kauschke-155/+0
2020-09-26Remove unused #[allow(...)] statements from compiler/est31-1/+0
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-4/+4
2020-09-02pretty: trim paths of unique symbolsDan Aloni-14/+20
2020-08-30mv compiler to compiler/mark-0/+2436