1
Fork 0
rust/compiler/rustc_const_eval/src/interpret
2022-06-14 17:57:51 +02:00
..
intrinsics tweak some bug!s 2022-06-04 11:15:36 -04:00
cast.rs Allow ptr_from_addr_cast to fail 2022-06-05 10:53:35 -04:00
eval_context.rs Auto merge of #97740 - RalfJung:ctfe-cycle-spans, r=lcnr 2022-06-09 01:52:15 +00: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 interpret: unify offset_from check with offset check 2022-06-09 20:47:06 -04:00
machine.rs Allow ptr_from_addr_cast to fail 2022-06-05 10:53:35 -04:00
memory.rs Auto merge of #97740 - RalfJung:ctfe-cycle-spans, r=lcnr 2022-06-09 01:52:15 +00:00
mod.rs Remove crate visibility usage in compiler 2022-05-20 20:04:54 -04:00
operand.rs rebase 2022-06-14 17:57:51 +02:00
operator.rs tweak some bug!s 2022-06-04 11:15:36 -04:00
place.rs take back half-baked noaliasing check in Assignment 2022-06-02 15:14:35 -04:00
step.rs use precise spans for recursive const evaluation 2022-06-04 16:18:03 -04:00
terminator.rs interpret: do not claim UB until we looked more into variadic functions 2022-06-05 13:24:24 -04:00
traits.rs interpret: better control over whether we read data with provenance, and implicit provenance stripping where possible 2022-06-05 10:13:34 -04:00
util.rs Rename the ConstS::val field as kind. 2022-06-14 13:06:44 +10:00
validity.rs validating the vtable can lead to Stacked Borrows errors 2022-06-05 12:27:08 -04:00
visitor.rs