rust/compiler/rustc_const_eval/src/interpret
2025-02-20 13:41:24 -06:00
..
call.rs add a doc comment 2025-02-15 08:21:27 +01:00
cast.rs Rollup merge of #135296 - lukas-code:dyn-leak-check, r=compiler-errors 2025-02-20 00:55:11 +01:00
discriminant.rs make no-variant types a dedicated Variants variant 2024-12-18 11:01:54 +01:00
eval_context.rs Rollup merge of #135296 - lukas-code:dyn-leak-check, r=compiler-errors 2025-02-20 00:55:11 +01:00
intern.rs Rustfmt 2025-02-08 22:12:13 +00:00
intrinsics.rs miri: improve error when offset_from preconditions are violated 2025-02-02 15:07:13 +01:00
machine.rs Contracts core intrinsics. 2025-02-03 12:53:57 -08:00
memory.rs Auto merge of #136035 - SpecificProtagonist:miri-zeroed-alloc, r=oli-obk 2025-01-30 01:27:21 +00: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 Remove BackendRepr::Uninhabited, replaced with an uninhabited: bool field in LayoutData. 2025-02-20 13:27:32 -06: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 Implement MIR, CTFE, and codegen for unsafe binders 2025-01-31 17:19:53 +00:00
stack.rs Begin to implement type system layer of unsafe binders 2024-12-22 21:57:57 +00:00
step.rs Rename rustc_middle::Ty::is_unsafe_ptr to is_raw_ptr 2025-02-10 12:49:18 +00:00
traits.rs interpret: adjust vtable validity check for higher-ranked types 2025-01-31 17:43:28 +01:00
util.rs fix ensure_monomorphic_enough 2025-02-11 01:15:08 +01:00
validity.rs fine-tune comment 2025-02-20 13:41:24 -06:00
visitor.rs make no-variant types a dedicated Variants variant 2024-12-18 11:01:54 +01:00