about summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src/interpret/call.rs
AgeCommit message (Expand)AuthorLines
2024-08-08Rename struct_tail_erasing_lifetimes to struct_tail_for_codegenMichael Goulet-3/+2
2024-08-07Disallow enabling features without their implied featuresCaleb Zulawski-7/+1
2024-08-07Hide implicit target features from diagnostics when possibleCaleb Zulawski-3/+10
2024-08-06various cleanups based on reviewRalf Jung-17/+14
2024-08-06interpret: refactor function call handling to be better-abstractedRalf Jung-0/+978