summary refs log tree commit diff
path: root/src/librustc_trait_selection/traits/coherence.rs
AgeCommit message (Expand)AuthorLines
2020-07-20update coherence docsBastian Kauschke-7/+7
2020-07-20reviewBastian Kauschke-1/+10
2020-07-17refactor ty_is_non_localBastian Kauschke-15/+18
2020-07-17cleanup ty_is_~non~_local_constructorBastian Kauschke-38/+21
2020-06-22move leak-check to during coherence, candidate evalNiko Matsakis-1/+9
2020-06-15make all uses of ty::Error or ConstKind::Error delay a span bugmark-1/+1
2020-05-12Remove ty::UnnormalizedProjectionJack Huey-4/+3
2020-05-02fix rustdoc warningsTshepang Lekhonkhobe-2/+2
2020-04-06ty: remove `{Existential,}Trait{Ref,Predicate}::input_types`.Eduard-Mihai Burtescu-3/+7
2020-04-06traits/coherence: stop using `Ty::walk_shallow`.Eduard-Mihai Burtescu-19/+50
2020-03-30rustc -> rustc_middle part 3 (rustfmt)Mazdak Farrokhzad-1/+1
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-3/+3
2020-03-20remove redundant returns (clippy::needless_return)Matthias Krüger-2/+2
2020-03-14Move rustc_infer::traits to new crate rustc_trait_selection.Camille GILLOT-0/+540