rust/compiler/rustc_const_eval/src/interpret
2024-09-14 10:00:07 +02:00
..
call.rs Rollup merge of #130250 - compiler-errors:useless-conversion, r=jieyouxu 2024-09-12 20:37:17 +10:00
cast.rs Avoid taking reference of &TyKind 2024-08-25 16:02:29 -04:00
discriminant.rs interpret: remove Readable trait, we can use Projectable instead 2024-09-08 16:53:22 +02:00
eval_context.rs Simplify some nested if statements 2024-09-11 13:45:23 -04:00
intern.rs rename CompileTimeInterpreter -> CompileTimeMachine, CompileTimeEvalContext -> CompileTimeInterpCx 2024-06-13 20:30:11 +02:00
intrinsics.rs interpret: fix dealing with overflow during slice indexing 2024-09-14 10:00:07 +02:00
machine.rs interpret: reset padding during validation 2024-09-08 16:53:23 +02:00
memory.rs interpret: reset padding during validation 2024-09-08 16:53:23 +02:00
mod.rs interpret: reset padding during validation 2024-09-08 16:53:23 +02:00
operand.rs interpret: simplify SIMD type handling 2024-09-13 15:26:08 +02:00
operator.rs interpret: fix dealing with overflow during slice indexing 2024-09-14 10:00:07 +02:00
place.rs interpret: simplify SIMD type handling 2024-09-13 15:26:08 +02:00
projection.rs interpret: fix dealing with overflow during slice indexing 2024-09-14 10:00:07 +02:00
stack.rs chore: Fix typos in 'compiler' (batch 1) 2024-09-02 07:42:38 +02: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 interpret: simplify SIMD type handling 2024-09-13 15:26:08 +02:00
validity.rs union padding computation: add fast-path for ZST 2024-09-09 14:46:26 +02:00
visitor.rs interpret: reset padding during validation 2024-09-08 16:53:23 +02:00