summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src/traits/specialize/mod.rs
AgeCommit message (Expand)AuthorLines
2021-12-12Revert "Auto merge of #91491 - spastorino:revert-91354, r=oli-obk"Deadbeef-3/+3
2021-12-03Revert "Auto merge of #91354 - fee1-dead:const_env, r=spastorino"Santiago Pastorino-3/+3
2021-11-29Avoid storing the ImplPolarity and Constness next to a TraitRef and use Trait...Oli Scherer-3/+3
2021-11-10don't inline `report_overlap_conflict`lcnr-0/+5
2021-11-10no overlap errors after failing the orphan checklcnr-2/+6
2021-11-08Make select_* methods return Vec for TraitEngineDeadbeef-13/+12
2021-10-24Point at overlapping impls when type annotations are neededEsteban Kuber-1/+1
2021-08-22Fix typos “a”→“an”Frank Steffahn-1/+1
2021-04-06Remove trailing `:` from E0119 messageEsteban Küber-2/+2
2021-02-25fix reviewklensy-5/+3
2021-02-24replaced some map_or with map_or_elseklensy-3/+8
2020-11-22Thread `Constness` through selectionJonas Schievink-2/+2
2020-11-16compiler: fold by valueBastian Kauschke-2/+2
2020-08-30mv compiler to compiler/mark-0/+518