summary refs log tree commit diff
path: root/src/librustc_trait_selection/traits/util.rs
AgeCommit message (Expand)AuthorLines
2020-05-23take predicates by value instead of by referenceBastian Kauschke-2/+2
2020-05-20make `to_predicate` take a `tcx` argumentNiko Matsakis-4/+5
2020-05-01remove obsolete commentTshepang Lekhonkhobe-1/+0
2020-04-20Use more `Iterator`s instead of `Vec`sEsteban Küber-24/+16
2020-04-14Rename AssocKind::Method to AssocKind::FnRustin-Liu-3/+3
2020-04-03Rollup merge of #70641 - estebank:dedup-code, r=nikomatsakisMazdak Farrokhzad-295/+2
2020-04-01Remove duplicated code in trait selectionEsteban Küber-295/+2
2020-03-30Use query instead of `impl_is_default` fnJonas Schievink-2/+1
2020-03-30spec. graph: track defining and finalizing implsJonas Schievink-15/+1
2020-03-30rustc -> rustc_middle part 3 (rustfmt)Mazdak Farrokhzad-3/+3
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-3/+3
2020-03-14Move rustc_infer::traits to new crate rustc_trait_selection.Camille GILLOT-0/+675