rust/compiler/rustc_const_eval/src/interpret
2022-04-26 18:40:15 +02:00
..
intrinsics Improve AdtDef interning. 2022-03-11 13:31:24 +11:00
cast.rs interpret: err instead of ICE on size mismatches in to_bits_or_ptr_internal 2022-04-07 16:24:48 -04:00
eval_context.rs downgrade really verbose logging to trace 2022-04-17 20:52:33 -04:00
intern.rs interpret: err instead of ICE on size mismatches in to_bits_or_ptr_internal 2022-04-07 16:24:48 -04:00
intrinsics.rs Auto merge of #94527 - oli-obk:undef_scalars, r=nagisa,erikdesjardin 2022-04-05 16:46:13 +00:00
machine.rs add method to get absolute address of a pointer (useful only for Miri) 2022-04-18 12:30:17 -04:00
memory.rs Rollup merge of #96160 - RalfJung:interpret-debug, r=oli-obk 2022-04-20 18:26:02 +02:00
mod.rs deduplicate a lot of code 2022-04-21 23:11:06 +02:00
operand.rs deduplicate a lot of code 2022-04-21 23:11:06 +02:00
operator.rs explain why shift with signed offset works the way it does 2022-03-06 11:29:24 -05:00
place.rs account for custom DSTs in valtree -> constvalue conversion 2022-04-26 18:40:15 +02:00
step.rs Remove some now-dead code that was only relevant before deaggregation. 2022-04-14 13:31:21 +00:00
terminator.rs interpret: err instead of ICE on size mismatches in to_bits_or_ptr_internal 2022-04-07 16:24:48 -04:00
traits.rs interpret: err instead of ICE on size mismatches in to_bits_or_ptr_internal 2022-04-07 16:24:48 -04:00
util.rs Overhaul Const. 2022-02-15 16:19:59 +11:00
validity.rs ptr_get_alloc_id: don't return an actual Pointer 2022-04-17 22:27:14 -04:00
visitor.rs Rename rustc_mir to rustc_const_eval. 2021-09-07 20:46:26 +02:00