about summary refs log tree commit diff
path: root/compiler/rustc_mir/src/interpret/eval_context.rs
AgeCommit message (Expand)AuthorLines
2020-10-05query_name_of_opt_const_arg -> query_name_opt_const_argBastian Kauschke-2/+2
2020-10-04cleanup WithOptConstParam queriesBastian Kauschke-5/+1
2020-10-01Only mention that a stack frame is being popped when starting to do soOliver Scherer-5/+4
2020-09-28Use `tracing` spans to trace the entire MIR interp stackOliver Scherer-21/+56
2020-09-21fix InterpCx resolveBastian Kauschke-3/+3
2020-09-19Unify the names of const eval queries and their return typesOliver Scherer-2/+2
2020-09-19Rename const eval queries to reflect the validation changesOliver Scherer-1/+1
2020-09-19Do not call the `const_eval` query in mir interpretation except for caching o...Oliver Scherer-27/+2
2020-09-19Stop using the `const_eval` query for initializers of staticsOliver Scherer-7/+0
2020-09-04Change ty.kind to a methodLeSeulArtichaut-1/+1
2020-08-30mv compiler to compiler/mark-0/+1039