summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ty/query
AgeCommit message (Expand)AuthorLines
2020-09-25Address review commentmarmeladema-4/+6
2020-09-25Fix profiling query key creationmarmeladema-19/+12
2020-09-25Rename `DefPathData::get_name()` to `DefPathData::name()`marmeladema-1/+1
2020-09-25Move from {{closure}}#0 syntax to {closure#0} for (def) path componentsmarmeladema-11/+19
2020-09-19Unify the names of const eval queries and their return typesOliver Scherer-1/+1
2020-09-18support const_evaluatable_checked across crate boundariesBastian Kauschke-0/+6
2020-09-18use abstract consts when unifying ConstKind::UnevaluatedBastian Kauschke-0/+16
2020-08-30mv compiler to compiler/mark-0/+2695