summary refs log tree commit diff
path: root/src/librustc_trait_selection/traits/specialize
AgeCommit message (Expand)AuthorLines
2020-04-28Use the query system to allocate.Camille GILLOT-2/+2
2020-04-27Auto merge of #71268 - estebank:devectorize, r=eddybbors-19/+15
2020-04-24Auto merge of #71215 - marmeladema:issue70853/librustc_middle-local-def-id-2,...bors-13/+16
2020-04-23Modify `as_local_hir_id` to return a bare `HirId`marmeladema-1/+1
2020-04-23Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId`marmeladema-12/+15
2020-04-23fix error code for E0751YI-1/+1
2020-04-20Use more `Iterator`s instead of `Vec`sEsteban Küber-19/+15
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