1
Fork 0
rust/compiler/rustc_const_eval/src/interpret
2024-06-19 10:44:01 -07:00
..
cast.rs bug! more uses of these in runtime stuff 2024-06-19 10:44:01 -07:00
discriminant.rs safe transmute: support non-ZST, variantful, uninhabited enums 2024-06-14 21:11:08 +00:00
eval_context.rs Rollup merge of #126154 - RalfJung:storage-live, r=compiler-errors 2024-06-19 13:04:58 +02:00
intern.rs rename CompileTimeInterpreter -> CompileTimeMachine, CompileTimeEvalContext -> CompileTimeInterpCx 2024-06-13 20:30:11 +02:00
intrinsics.rs Rollup merge of #126232 - RalfJung:dyn-trait-equality, r=oli-obk 2024-06-12 15:44:59 +02:00
machine.rs Rename InstanceDef -> InstanceKind 2024-06-16 21:35:21 -04:00
memory.rs Rollup merge of #126328 - RalfJung:is_none_or, r=workingjubilee 2024-06-12 20:03:20 -07:00
mod.rs interpret: hide some reexports in rustdoc 2024-05-02 18:47:36 +02:00
operand.rs ScalarInt: size mismatches are a bug, do not delay the panic 2024-06-10 13:43:16 +02:00
operator.rs Auto merge of #126518 - matthiaskrgr:rollup-wb70rzq, r=matthiaskrgr 2024-06-15 14:51:12 +00:00
place.rs Rollup merge of #126232 - RalfJung:dyn-trait-equality, r=oli-obk 2024-06-12 15:44:59 +02:00
projection.rs use is_none_or in some places in the compiler 2024-06-12 16:20:07 +02:00
step.rs offset_of: allow (unstably) taking the offset of slice tail fields 2024-06-08 18:17:55 +02:00
terminator.rs Rename InstanceDef -> InstanceKind 2024-06-16 21:35:21 -04:00
traits.rs interpret: dyn trait metadata check: equate traits in a proper way 2024-06-11 08:54:49 +02:00
util.rs Rename InstanceDef -> InstanceKind 2024-06-16 21:35:21 -04:00
validity.rs const validation: fix ICE on dangling ZST reference 2024-06-14 07:52:51 +02:00
visitor.rs interpret: refactor dyn trait handling 2024-06-10 17:28:52 +02:00