rust/compiler/rustc_codegen_ssa/src/mir
Oli Scherer 914df2a493 Add ty helper function for mir constants
This is in preparation of the `literal` field becoming an enum that distinguishes between type level constants and runtime constants
2021-03-12 12:33:46 +00:00
..
analyze.rs Add ty helper function for mir constants 2021-03-12 12:33:46 +00:00
block.rs Add ty helper function for mir constants 2021-03-12 12:33:46 +00:00
constant.rs Add ty helper function for mir constants 2021-03-12 12:33:46 +00:00
coverageinfo.rs Addressed all feedback to date 2020-11-05 18:24:17 -08:00
debuginfo.rs Add ty helper function for mir constants 2021-03-12 12:33:46 +00:00
intrinsic.rs Switch to changing cp_non_overlap in tform 2021-03-09 16:54:14 +00:00
mod.rs Remove the -Zinsert-sideeffect 2021-03-10 12:21:43 +02:00
operand.rs codegen: assume constants cannot fail to evaluate 2021-01-30 12:29:57 +01:00
place.rs PlaceRef::ty: use method call syntax 2021-01-16 11:38:14 +01:00
rvalue.rs Shrink the size of Rvalue by 16 bytes 2021-03-05 09:33:01 +00:00
statement.rs Build StKind::CopyOverlapping 2021-03-09 16:54:14 +00:00