summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src/traits/fulfill.rs
AgeCommit message (Expand)AuthorLines
2020-11-04fix a couple of clippy warnings:Matthias Krüger-1/+1
2020-10-19Auto merge of #77908 - bugadani:obl-forest, r=nnethercotebors-6/+4
2020-10-16map_bound_ref -> rebindJack Huey-2/+2
2020-10-16Use map_bound(_ref) instead of Binder::bind when possibleJack Huey-2/+2
2020-10-15Turn Outcome into an opaque type to remove some runtime checksDániel Buga-6/+4
2020-10-11Use tracing spans in rustc_trait_selectionMatthew Jasper-20/+13
2020-10-06Fix rebaseMatthew Jasper-2/+2
2020-10-06Fix bugs in evaluating WellFormed predicatesMatthew Jasper-0/+1
2020-10-01Rollup merge of #77303 - lcnr:const-evaluatable-TooGeneric, r=oli-obk,varkorDylan DPC-2/+11
2020-09-28const evaluatable: improve `TooGeneric` handlingBastian Kauschke-2/+11
2020-09-26Revert "Add an unused field of type `Option<DefId>` to `ParamEnv` struct."Dylan MacKenzie-1/+1
2020-09-24perf: split progress_obligations with inline(never)Bastian Kauschke-18/+27
2020-09-21Add an unused field of type `Option<DefId>` to `ParamEnv` struct.Bram van den Heuvel-1/+1
2020-09-18use abstract consts when unifying ConstKind::UnevaluatedBastian Kauschke-0/+19
2020-09-13Auto merge of #76244 - vandenheuvel:remove__paramenv__def_id, r=nikomatsakisbors-1/+7
2020-09-09Remove def_id field from ParamEnvBram van den Heuvel-1/+7
2020-09-08reviewBastian Kauschke-6/+5
2020-09-08make `ConstEvaluatable` more strictBastian Kauschke-8/+10
2020-08-30mv compiler to compiler/mark-0/+668