rust/compiler/rustc_const_eval/src/interpret
Deadbeef 2736d66a1f rename TraitRef::from_method to from_assoc
also add a note to `GenericArgs::truncate_to`
2025-08-09 14:22:01 +08:00
..
call.rs rename TraitRef::from_method to from_assoc 2025-08-09 14:22:01 +08:00
cast.rs Generalize unsize and unsize_into destinations 2025-07-18 13:09:34 +00:00
discriminant.rs Add InterpCx::layout_of with tracing, shadowing LayoutOf 2025-06-27 11:49:22 +02:00
eval_context.rs Use new enter_trace_span! syntax for layout_of & friends 2025-07-31 00:40:00 +02:00
intern.rs simplfy memory kind handling during interning 2025-07-16 15:29:52 +02:00
intrinsics.rs Remove useless lifetime parameter. 2025-07-23 23:54:37 +00:00
machine.rs Remove const deduplication from the interpreter. 2025-07-23 23:54:37 +00:00
memory.rs Update compiler/rustc_const_eval/src/interpret/memory.rs 2025-08-01 11:06:13 -05:00
mod.rs const heap: fix ICE on forgotten make_global 2025-07-16 15:29:52 +02:00
operand.rs Rename Printer variables. 2025-08-03 19:58:00 +10:00
operator.rs Add InterpCx::layout_of with tracing, shadowing LayoutOf 2025-06-27 11:49:22 +02:00
place.rs Add tracing to more functions related to step.rs 2025-07-31 21:51:29 +02:00
projection.rs add project_fields helper function 2025-08-04 11:34:46 +02:00
stack.rs Use specific name for "frame" span field 2025-07-31 00:40:00 +02:00
step.rs Add EnteredTraceSpan::or_if_tracing_disabled 2025-07-31 21:51:29 +02:00
traits.rs Remove support for dyn* 2025-07-01 19:00:21 +00:00
util.rs Add EnteredTraceSpan::or_if_tracing_disabled 2025-07-31 21:51:29 +02:00
validity.rs use let chains in ast, borrowck, codegen, const_eval 2025-07-28 06:08:48 +05:00
visitor.rs add project_fields helper function 2025-08-04 11:34:46 +02:00