rust/compiler/rustc_const_eval/src/interpret
Matthias Krüger 5c2996d750
Rollup merge of #129666 - RalfJung:raw-eq-align, r=compiler-errors
interpret: add missing alignment check in raw_eq

The intrinsic requires alignment, but we forgot to check for that in Miri and const-eval.
2024-08-28 17:12:19 +02:00
..
call.rs Rollup merge of #129613 - RalfJung:interpret-target-feat, r=saethlin 2024-08-28 17:12:17 +02:00
cast.rs Avoid taking reference of &TyKind 2024-08-25 16:02:29 -04: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 interpret: add missing alignment check in raw_eq 2024-08-27 19:29:52 +02:00
machine.rs Rollup merge of #129613 - RalfJung:interpret-target-feat, r=saethlin 2024-08-28 17:12:17 +02:00
memory.rs Rollup merge of #128942 - RalfJung:interpret-weak-memory, r=saethlin 2024-08-27 01:46:51 -05:00
mod.rs interpret: refactor function call handling to be better-abstracted 2024-08-06 11:08:12 +02:00
operand.rs interpret: ImmTy: tighten sanity checks in offset logic 2024-08-24 15:12:30 +02:00
operator.rs const-eval: do not make UbChecks behavior depend on current crate's flags 2024-08-26 13:56:40 +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