summary refs log tree commit diff
path: root/src/librustc_trait_selection/traits/select/candidate_assembly.rs
AgeCommit message (Expand)AuthorLines
2020-07-05Shrink ParamEnv to 16 bytesMark Rousskov-1/+1
2020-07-01Rollup merge of #73306 - calebzulawski:target-feature-11-fn-trait-soundness, ...Manish Goregaokar-1/+15
2020-06-30change `skip_binder` to use T by valueBastian Kauschke-4/+4
2020-06-22remove snapshot calls from "match" operations during selectNiko Matsakis-5/+5
2020-06-13Don't implement Fn* traits for #[target_feature] functionsCaleb Zulawski-1/+15
2020-06-05Fix typoAaron Hill-1/+1
2020-06-04Don't create impl candidates when obligation contains errorsAaron Hill-0/+10
2020-06-03move candidate assembly into a submoduleBastian Kauschke-0/+611