about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/traits/util.rs
AgeCommit message (Expand)AuthorLines
2024-07-07Get rid of the redundant elaboration in middleMichael Goulet-62/+0
2024-06-27Make queries more explicitMichael Goulet-1/+1
2024-06-12Stop passing traitref/traitpredicate by refMichael Goulet-1/+1
2024-05-16Rename ToPredicate for UpcastMichael Goulet-2/+2
2024-02-12Dejargnonize substShoyu Vanilla-1/+1
2024-02-07improve pretty printing for trait objectsLukas Markeffsky-20/+34
2023-10-18Make sure that non-pretty-printing usages are using the correct elaboratorMichael Goulet-3/+4
2023-06-26Migrate predicates_of and caller_bounds to ClauseMichael Goulet-3/+1
2022-07-20Remove unused StableMap and StableSet types from rustc_data_structuresMichael Woerister-1/+1
2022-03-30Spellchecking compiler commentsYuri Astrakhan-1/+1
2021-12-12Revert "Auto merge of #91491 - spastorino:revert-91354, r=oli-obk"Deadbeef-2/+2
2021-12-03Revert "Auto merge of #91354 - fee1-dead:const_env, r=spastorino"Santiago Pastorino-2/+2
2021-11-29Fix toolsDeadbeef-2/+2
2021-11-23Add supertraits method to rustc_middleMichael Goulet-0/+49