rust/compiler/rustc_const_eval/src/interpret
2025-07-15 15:04:53 +02:00
..
call.rs Add InterpCx::fn_abi_of_instance/_fn_ptr with tracing, shadowing FnAbiOf 2025-07-15 15:04:53 +02:00
cast.rs Remove support for dyn* 2025-07-01 19:00:21 +00:00
discriminant.rs Add InterpCx::layout_of with tracing, shadowing LayoutOf 2025-06-27 11:49:22 +02:00
eval_context.rs Add InterpCx::fn_abi_of_instance/_fn_ptr with tracing, shadowing FnAbiOf 2025-07-15 15:04:53 +02:00
intern.rs const_eval: fix some outdated comments 2025-06-10 11:45:38 +02:00
intrinsics.rs Avoid creating a helper allocation for creating new TypeId values in the interpreter 2025-07-09 16:37:11 +00:00
machine.rs Make enter_trace_span take a closure for better optimization 2025-07-08 15:24:56 +02:00
memory.rs Rollup merge of #143634 - nia-e:init-and-wildcards, r=RalfJung 2025-07-13 15:15:58 +02:00
mod.rs Replace TRACING_ENABLED with enter_trace_span() 2025-07-08 15:24:55 +02:00
operand.rs Add InterpCx::layout_of with tracing, shadowing LayoutOf 2025-06-27 11:49:22 +02:00
operator.rs Add InterpCx::layout_of with tracing, shadowing LayoutOf 2025-06-27 11:49:22 +02:00
place.rs setup CI and tidy to use typos for spellchecking and fix few typos 2025-07-03 10:51:06 +03:00
projection.rs Add opaque TypeId handles for CTFE 2025-07-09 16:37:11 +00:00
stack.rs interpret: rename StackPopCleanup 2025-07-06 16:07:35 +02:00
step.rs Add InterpCx::fn_abi_of_instance/_fn_ptr with tracing, shadowing FnAbiOf 2025-07-15 15:04:53 +02:00
traits.rs Remove support for dyn* 2025-07-01 19:00:21 +00:00
util.rs Make enter_trace_span take a closure for better optimization 2025-07-08 15:24:56 +02:00
validity.rs Add opaque TypeId handles for CTFE 2025-07-09 16:37:11 +00:00
visitor.rs Remove support for dyn* 2025-07-01 19:00:21 +00:00