rust/compiler/rustc_const_eval/src/interpret
2022-06-02 15:14:35 -04:00
..
intrinsics Remove crate visibility usage in compiler 2022-05-20 20:04:54 -04:00
cast.rs rename PointerAddress → PointerExposeAddress 2022-06-01 14:08:17 -04:00
eval_context.rs clippy::complexity fixes 2022-05-26 13:14:24 +02: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 Add flag for stricter checks on uninit/zeroed 2022-05-24 14:26:52 +01:00
machine.rs Refactor call terminator to always hold a destination place 2022-05-23 17:49:04 -04:00
memory.rs Rollup merge of #97216 - RalfJung:null-ptr-check, r=oli-obk 2022-06-01 23:36:46 +09:00
mod.rs Remove crate visibility usage in compiler 2022-05-20 20:04:54 -04:00
operand.rs Remove crate visibility usage in compiler 2022-05-20 20:04:54 -04:00
operator.rs explain why shift with signed offset works the way it does 2022-03-06 11:29:24 -05:00
place.rs take back half-baked noaliasing check in Assignment 2022-06-02 15:14:35 -04:00
step.rs take back half-baked noaliasing check in Assignment 2022-06-02 15:14:35 -04:00
terminator.rs Miri call ABI check: ensure type size+align stay the same 2022-05-25 15:08:07 +02:00
traits.rs Fix TyKind lint, make consts no longer fn, etc 2022-05-28 11:38:22 -07:00
util.rs Remove crate visibility usage in compiler 2022-05-20 20:04:54 -04:00
validity.rs fmt 2022-05-19 20:34:37 +02:00
visitor.rs