about summary refs log tree commit diff
path: root/src/librustc_trait_selection/traits/util.rs
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-363/+0
2020-08-14Tweak output of E0225Esteban Küber-4/+8
2020-07-27split ignore_qualifiersBastian Kauschke-3/+2
2020-07-27`PredicateKint` -> `PredicateKind`, the beginning of the endBastian Kauschke-2/+3
2020-07-27somewhat related cleanupBastian Kauschke-3/+3
2020-06-14Improve `Instance` docsJonas Schievink-1/+1
2020-06-05Rename traits::Vtable to ImplSource.Ana-Maria Mihalache-1/+1
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