1
Fork 0
rust/compiler/rustc_const_eval/src
Scott McMurray 05a665f21a Lower intrinsics::offset to mir::BinOp::Offset
They're semantically the same, so this means the backends don't need to handle the intrinsic and means fewer MIR basic blocks in pointer arithmetic code.
2023-04-25 19:23:45 -07:00
..
const_eval Lower intrinsics::offset to mir::BinOp::Offset 2023-04-25 19:23:45 -07:00
interpret Lower intrinsics::offset to mir::BinOp::Offset 2023-04-25 19:23:45 -07:00
transform Split {Idx, IndexVec, IndexSlice} into their own modules 2023-04-24 13:53:35 +00:00
util Move some utils out of rustc_const_eval 2023-04-16 12:05:54 +02:00
errors.rs errors: generate typed identifiers in each crate 2023-02-22 09:15:53 +00:00
lib.rs Add rustc_fluent_macro to decouple fluent from rustc_macros 2023-04-18 18:56:22 +00:00