about summary refs log tree commit diff
path: root/src/librustc_middle/traits/specialization_graph.rs
AgeCommit message (Expand)AuthorLines
2020-07-19do not try fetching the ancestors of errored trait implsBastian Kauschke-1/+3
2020-06-11Remove associated opaque typesMatthew Jasper-15/+2
2020-05-08Remove ast::{Ident, Name} reexports.Camille GILLOT-1/+1
2020-04-14Rename AssocKind::Method to AssocKind::FnRustin-Liu-2/+2
2020-03-30Use query instead of `impl_is_default` fnJonas Schievink-1/+1
2020-03-30spec. graph: track defining and finalizing implsJonas Schievink-5/+57
2020-03-30Simplify `NodeItem`Jonas Schievink-11/+7
2020-03-30rustc -> rustc_middle part 1Mazdak Farrokhzad-0/+211