summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src/interpret/stack.rs
AgeCommit message (Expand)AuthorLines
2024-08-09Shrink `TyKind::FnPtr`.Nicholas Nethercote-1/+1
2024-08-06various cleanups based on reviewRalf Jung-2/+7
2024-08-06make some Frame fields more privateRalf Jung-4/+12
2024-08-06interpret: refactor function call handling to be better-abstractedRalf Jung-0/+638