rust/compiler/rustc_const_eval/src/interpret
Scott McMurray 5ba54c9e31 Delete Rvalue::Len
Everything's moved to `PtrMetadata` instead.
2024-12-22 06:12:39 -08:00
..
call.rs Pass FnAbi to find_mir_or_eval_fn 2024-12-19 14:10:37 +00:00
cast.rs Rollup merge of #133211 - Strophox:miri-correct-state-update-ffi, r=RalfJung 2024-12-06 09:27:39 +01:00
discriminant.rs make no-variant types a dedicated Variants variant 2024-12-18 11:01:54 +01:00
eval_context.rs fix ICE on type error in promoted 2024-12-09 15:17:26 +01:00
intern.rs InterpCx store TypingEnv instead of a ParamEnv 2024-11-19 21:36:23 +01:00
intrinsics.rs Re-export more rustc_span::symbol things from rustc_span. 2024-12-18 13:38:53 +11:00
machine.rs Pass FnAbi to find_mir_or_eval_fn 2024-12-19 14:10:37 +00:00
memory.rs Rollup merge of #133211 - Strophox:miri-correct-state-update-ffi, r=RalfJung 2024-12-06 09:27:39 +01: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 Rollup merge of #134191 - willcrichton:dev, r=RalfJung,lqd 2024-12-14 14:07:57 +01:00
operator.rs Re-export more rustc_span::symbol things from rustc_span. 2024-12-18 13:38:53 +11:00
place.rs interpret: clean up deduplicating allocation functions 2024-12-09 15:12:33 +01:00
projection.rs Use field init shorthand where possible 2024-12-17 14:33:10 -08:00
stack.rs Make some types and methods related to Polonius + Miri public. 2024-12-11 17:28:49 -08:00
step.rs Delete Rvalue::Len 2024-12-22 06:12:39 -08:00
traits.rs compiler: Directly use rustc_abi in const_eval 2024-11-03 13:38:47 -08:00
util.rs Remove polymorphization 2024-12-06 16:42:09 -05:00
validity.rs make no-variant types a dedicated Variants variant 2024-12-18 11:01:54 +01:00
visitor.rs make no-variant types a dedicated Variants variant 2024-12-18 11:01:54 +01:00