about summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src/traits/outlives_bounds.rs
AgeCommit message (Expand)AuthorLines
2022-12-20rustc: Remove needless lifetimesJeremy Stucki-1/+1
2022-11-08Reduce the scope of allow(rustc::potential_query_instability) in rustc_trait_...CastilloDel-3/+3
2022-11-02Use TraitEngine lessMichael Goulet-11/+11
2022-10-07Remove TypeckResults from InferCtxtCameron Steffen-1/+1
2022-09-19improve infer var handling for implied boundslcnr-1/+2
2022-08-23Move InferCtxtExt to rustc_trait_selectionSantiago Pastorino-0/+114