about summary refs log tree commit diff
path: root/src/librustc/ty/query/mod.rs
AgeCommit message (Expand)AuthorLines
2018-06-28Move everything over from `middle::const_val` to `mir::interpret`Oliver Schneider-2/+2
2018-06-26introduce `Normalizable` trait for things directly normalizableNiko Matsakis-4/+36
2018-06-26convert `prove_predicate` into a queryNiko Matsakis-1/+10
2018-06-26make `Subtype` a true queryNiko Matsakis-1/+9
2018-06-26make `Eq` a true queryNiko Matsakis-1/+9
2018-06-14rustc: rename ty::maps to ty::query.Eduard-Mihai Burtescu-0/+667