rust/compiler/rustc_const_eval/src
Scott McMurray 64cce5fc7d Add CastKind::Transmute to MIR
Updates `interpret`, `codegen_ssa`, and `codegen_cranelift` to consume the new cast instead of the intrinsic.

Includes `CastTransmute` for custom MIR building, to be able to test the extra UB.
2023-03-22 15:15:41 -07:00
..
const_eval Rollup merge of #109435 - oli-obk:🇨🇭🥚_copy_op, r=RalfJung 2023-03-23 00:00:35 +05:30
interpret Add CastKind::Transmute to MIR 2023-03-22 15:15:41 -07:00
transform Add CastKind::Transmute to MIR 2023-03-22 15:15:41 -07:00
util Allow checking whether a type allows being uninitialized 2023-03-02 18:33:48 +00:00
errors.rs errors: generate typed identifiers in each crate 2023-02-22 09:15:53 +00:00
lib.rs Simplify message paths 2023-03-11 22:51:57 +01:00