summary refs log tree commit diff
path: root/src/librustc_trait_selection/traits/specialize
AgeCommit message (Expand)AuthorLines
2020-05-10Use more `Iterator`s instead of `Vec`sEsteban Küber-19/+15
2020-05-09fix error code for E0751YI-1/+1
2020-03-30Sync `Instance::resolve` with the projection codeJonas Schievink-43/+1
2020-03-30spec. graph: track defining and finalizing implsJonas Schievink-1/+1
2020-03-30rustc -> rustc_middle part 3 (rustfmt)Mazdak Farrokhzad-4/+4
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-6/+6
2020-03-26make a custom error for overlap with negative implsNiko Matsakis-80/+165
2020-03-25Rename `def_span` to `guess_head_span`Esteban Küber-2/+2
2020-03-15Avoid ICEs when we emit errors constructing the specialization graphMatthew Jasper-17/+21
2020-03-15Add `min_specialization` featureMatthew Jasper-1/+3
2020-03-14Move rustc_infer::traits to new crate rustc_trait_selection.Camille GILLOT-0/+846