rust/compiler/rustc_const_eval/src/interpret
2024-08-18 19:46:53 +02:00
..
call.rs Use assert_matches around the compiler 2024-08-11 12:25:39 -04:00
cast.rs Auto merge of #128812 - nnethercote:shrink-TyKind-FnPtr, r=compiler-errors 2024-08-14 00:56:53 +00:00
discriminant.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
eval_context.rs interpret: refactor function call handling to be better-abstracted 2024-08-06 11:08:12 +02:00
intern.rs rename CompileTimeInterpreter -> CompileTimeMachine, CompileTimeEvalContext -> CompileTimeInterpCx 2024-06-13 20:30:11 +02:00
intrinsics.rs Auto merge of #128812 - nnethercote:shrink-TyKind-FnPtr, r=compiler-errors 2024-08-14 00:56:53 +00:00
machine.rs Auto merge of #128742 - RalfJung:miri-vtable-uniqueness, r=saethlin 2024-08-13 04:32:34 +00:00
memory.rs miri: make vtable addresses not globally unique 2024-08-06 19:09:31 +02:00
mod.rs interpret: refactor function call handling to be better-abstracted 2024-08-06 11:08:12 +02:00
operand.rs Use assert_matches around the compiler 2024-08-11 12:25:39 -04:00
operator.rs interpret: move nullary-op evaluation into operator.rs 2024-08-05 22:42:34 +02:00
place.rs miri: make vtable addresses not globally unique 2024-08-06 19:09:31 +02:00
projection.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
stack.rs Shrink TyKind::FnPtr. 2024-08-09 14:33:25 +10:00
step.rs rename AddressOf -> RawBorrow inside the compiler 2024-08-18 19:46:53 +02:00
traits.rs miri: make vtable addresses not globally unique 2024-08-06 19:09:31 +02:00
util.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
validity.rs Auto merge of #128812 - nnethercote:shrink-TyKind-FnPtr, r=compiler-errors 2024-08-14 00:56:53 +00:00
visitor.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00