summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src/interpret/call.rs
AgeCommit message (Expand)AuthorLines
2024-08-28Rollup merge of #129613 - RalfJung:interpret-target-feat, r=saethlinMatthias Krüger-37/+7
2024-08-26Stop using a special inner body for the coroutine by-move body for async clos...Michael Goulet-1/+0
2024-08-26interpret: do not make const-eval query result depend on tcx.sessRalf Jung-37/+7
2024-08-11Use assert_matches around the compilerMichael Goulet-1/+2
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