summary refs log tree commit diff
path: root/compiler/rustc_middle/src/traits/specialization_graph.rs
AgeCommit message (Expand)AuthorLines
2022-01-31Do not store overlap_mode, just pass it down on insertSantiago Pastorino-13/+1
2022-01-31Move overlap_mode into trait level attribute + feature flagSantiago Pastorino-1/+49
2022-01-07Add query to avoid name comparison in `leaf_def`Matthew Jasper-29/+16
2021-12-15Remove `in_band_lifetimes` from `rustc_middle`Aaron Hill-1/+1
2021-09-21use indexmap instead of hashmaplcnr-13/+3
2021-09-21renamelcnr-4/+4
2021-01-16Enforce that query results implement DebugAaron Hill-2/+2
2020-09-21Reduce boilerplate with the matches! macroLingMan-4/+1
2020-08-30mv compiler to compiler/mark-0/+248