about summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src/traits/util.rs
AgeCommit message (Expand)AuthorLines
2021-09-15Remove ToPredicate impls that use Binder::dummyjackh726-1/+1
2021-09-05Add query `own_existential_vtable_entries`Gary Guo-28/+17
2021-09-05Stop allocating vtable entries for non-object-safe methodsGary Guo-4/+9
2021-03-31Add tcx lifetime to BinderJack Huey-2/+2
2020-12-19More rebindsJack Huey-3/+5
2020-11-22Thread `Constness` through selectionJonas Schievink-2/+2
2020-11-16compiler: fold by valueBastian Kauschke-2/+2
2020-08-30mv compiler to compiler/mark-0/+363