summary refs log tree commit diff
path: root/compiler/rustc_mir/src/const_eval/machine.rs
AgeCommit message (Expand)AuthorLines
2020-09-19Unify the names of const eval queries and their return typesOliver Scherer-1/+1
2020-09-19Do not call the `const_eval` query in mir interpretation except for caching o...Oliver Scherer-1/+1
2020-09-12move guaranteed{ne,eq} implementation to compile-time machineRalf Jung-3/+68
2020-08-30mv compiler to compiler/mark-0/+372