..
call.rs
Update InterpCx::project_field to take FieldIdx
2025-06-05 19:15:56 -07:00
cast.rs
Update InterpCx::project_field to take FieldIdx
2025-06-05 19:15:56 -07:00
discriminant.rs
Update InterpCx::project_field to take FieldIdx
2025-06-05 19:15:56 -07:00
eval_context.rs
Change function visibility to pub
2025-04-17 16:23:44 +02:00
intern.rs
const_eval: fix some outdated comments
2025-06-10 11:45:38 +02:00
intrinsics.rs
Rollup merge of #142405 - oli-obk:type-once, r=RalfJung
2025-06-13 20:59:17 -07:00
machine.rs
Rollup merge of #141513 - nia-e:allocbytes-extend, r=RalfJung
2025-05-27 01:29:20 +08:00
memory.rs
extend allocbytes with associated type
2025-05-26 00:15:16 +02:00
mod.rs
make return type of get_alloc_info a struct, and reduce some code duplication with validity checking
2024-11-09 15:18:52 +01:00
operand.rs
Replace some Option<Span> with Span and use DUMMY_SP instead of None
2025-06-05 14:14:59 +00:00
operator.rs
Contracts core intrinsics.
2025-02-03 12:53:57 -08:00
place.rs
miri: optimize zeroed alloc
2025-01-28 12:50:02 +01:00
projection.rs
Update InterpCx::project_field to take FieldIdx
2025-06-05 19:15:56 -07:00
stack.rs
interpret: do not force_allocate all return places
2025-05-22 21:26:09 +02:00
step.rs
Update InterpCx::project_field to take FieldIdx
2025-06-05 19:15:56 -07:00
traits.rs
Update InterpCx::project_field to take FieldIdx
2025-06-05 19:15:56 -07:00
util.rs
Fix enter_trace_span!() using wrong $crate paths
2025-06-11 12:22:20 +02:00
validity.rs
Change tag_field to FieldIdx in Variants::Multiple
2025-06-03 23:42:21 -07:00
visitor.rs
Update InterpCx::project_field to take FieldIdx
2025-06-05 19:15:56 -07:00