about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/mir/interpret/queries.rs
AgeCommit message (Expand)AuthorLines
2021-08-26make unevaluated const substs optionallcnr-1/+1
2021-03-20update `const_eval_resolve`lcnr-6/+4
2021-02-14param_env debugs are instrumental to rustc's successEllen-1/+1
2021-02-13debug!("paramenv={}paramenv={}paramenv={}paramenv={}")Ellen-0/+1
2020-11-16compiler: fold by valueBastian Kauschke-1/+1
2020-09-19Reflect the "do not call this query directly" mentality in its nameOliver Scherer-2/+2
2020-09-19Unify the names of const eval queries and their return typesOliver Scherer-8/+8
2020-09-19Rename const eval queries to reflect the validation changesOliver Scherer-3/+3
2020-08-30mv compiler to compiler/mark-0/+100